Bug report #18169
QGIS doesn't read geometry from WFS
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Web Services clients/WFS | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Windows | Easy fix?: | No |
Pull Request or Patch supplied: | No | Resolution: | fixed/implemented |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 26060 |
Description
When I try to read the following WFS, QGIS only reads attributes without geometry
http://go.geozug.ch/Zug_WFS_Baumkataster/service.svc/get?SERVICE=WFS&REQUEST=GetCapabilities
When I use Internet Explorer or FME as a WFS client, the geometry is read:
http://go.geozug.ch/Zug_WFS_Baumkataster/service.svc/get?SERVICE=WFS&VERSION=2.0.0&REQUEST=GetFeature&TYPENAMES=Baumkataster_Zug&COUNT=1
Associated revisions
WFS provider: handle gmgml:Point_MultiPointPropertyType (fixes #18169)
WFS provider: handle gmgml:Point_MultiPointPropertyType (fixes #18169)
WFS provider: handle gmgml:Point_MultiPointPropertyType (fixes #18169)
History
#1 Updated by Even Rouault over 6 years ago
- % Done changed from 0 to 100
- Status changed from Open to Closed
Applied in changeset qgis|d313f7c059c5f59a66697e5e9a93a13e074f62c9.
#2 Updated by Giovanni Manghi over 6 years ago
- Resolution set to fixed/implemented