Bug report #14315
wkb access out of bounds
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Web Services clients/WFS | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 22305 |
Description
Trying to open "points" WFS layer and get an error "wkb access out of bounds".
http://37.139.6.183/cgi-bin/mapserv?map=/home/dr/wfs/wfs.map
Associated revisions
another fix for gml wkb assembly (fixes #14315)
History
#1 Updated by Jukka Rahkonen almost 9 years ago
That server is not correctly configured. If you administrate that server which seems to be Mapserver, add proper extents to the mapfile.
<FeatureType> <Name>points</Name> <Title>Точки</Title> <SRS>EPSG:4326</SRS> <LatLongBoundingBox minx="-180" miny="-180" maxx="180" maxy="180"/> </FeatureType>
Service itself works but I can't recommend how to make QGIS more robust against badly configured services.
#2 Updated by Jürgen Fischer almost 9 years ago
- Status changed from Open to Closed
Fixed in changeset d2679d6dbd80498fa9545dbb26ce7ad48a70df1c.