Bug report #3424
Mismatch between numbers of point in canvas and attribute table while using WFS
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | Marco Hugentobler | ||
Category: | Vectors | ||
Affected QGIS version: | Regression?: | No | |
Operating System: | All | Easy fix?: | No |
Pull Request or Patch supplied: | Resolution: | fixed | |
Crashes QGIS or corrupts data: | Copied to github as #: | 13484 |
Description
Add WFS layer "ethno" from [http://gis-lab.info/scripts/tinyows/tinyows.cgi?] Number of points in canvas - 6, in attribute table 4 only.
Associated revisions
fix #3424
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15056 c8812cc2-4d05-0410-92ff-de0c093fc19c
fix #3424
git-svn-id: http://svn.osgeo.org/qgis/trunk@15056 c8812cc2-4d05-0410-92ff-de0c093fc19c
History
#1 Updated by Alexander Bruy almost 14 years ago
Confirmed under Linux and Windows, 44187c09 (SVN r15054)
#2 Updated by Maxim Dubinin almost 14 years ago
some points are identifiable even though they are not in the table
http://gis-lab.info/images/screenshots/20110118-h38-63kb.jpg
#3 Updated by Jürgen Fischer almost 14 years ago
- Resolution set to fixed
- Status changed from Open to Closed
fixed in 97149eda (SVN r15057). Caused by a rounding problem when using the layer's extent to query the spatial index, which should probably be investigated. The provider now returns all loaded features.