Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inaccurate counts of heavily overlapping points #15671

Closed
qgib opened this issue Sep 27, 2012 · 2 comments
Closed

Inaccurate counts of heavily overlapping points #15671

qgib opened this issue Sep 27, 2012 · 2 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! GUI/UX Related to QGIS application GUI or User Experience
Milestone

Comments

@qgib
Copy link
Contributor

qgib commented Sep 27, 2012

Author Name: Aren Cambre (Aren Cambre)
Original Redmine Issue: 6425
Affected QGIS version: master
Redmine category:gui


I have a PostGIS table with a geometry column with nothing but points. Due to a problem with my geocoder, I have 39,859 points that have the exact same position. I have verified that with this query:

@select COUNT(*)
FROM raw.geocoding
WHERE the_geom = (SELECT the_geom
FROM raw.geocoding
WHERE hash='9e96a550f3db90733910faa8e40b6907')@

When I load the dataset in QGIS, I use Select Features by Rectangle to draw a box around these points, and on the bottom left, I see 9375 feature(s) selected on layer geocoding. (geocoding is my layer name.) I should instead see 39859 for the count.

@qgib
Copy link
Contributor Author

qgib commented Sep 27, 2012

Author Name: Aren Cambre (Aren Cambre)


Disregard. I screwed up.


  • priority_id was changed from High to Normal
  • status_id was changed from Open to Closed

@qgib
Copy link
Contributor Author

qgib commented Sep 27, 2012

Author Name: Aren Cambre (Aren Cambre)


  • resolution was changed from to invalid

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! GUI/UX Related to QGIS application GUI or User Experience labels May 24, 2019
@qgib qgib added this to the Version 2.0.0 milestone May 24, 2019
@qgib qgib closed this as completed May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! GUI/UX Related to QGIS application GUI or User Experience
Projects
None yet
Development

No branches or pull requests

1 participant