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

wkb access out of bounds #22305

Closed
qgib opened this issue Feb 16, 2016 · 2 comments
Closed

wkb access out of bounds #22305

qgib opened this issue Feb 16, 2016 · 2 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Data Provider Related to specific vector, raster or mesh data providers

Comments

@qgib
Copy link
Contributor

qgib commented Feb 16, 2016

Author Name: dr - (dr -)
Original Redmine Issue: 14315
Affected QGIS version: master
Redmine category:web_services_clients/wfs


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

@qgib
Copy link
Contributor Author

qgib commented Feb 16, 2016

Author Name: Jukka Rahkonen (Jukka Rahkonen)


That server is not correctly configured. If you administrate that server which seems to be Mapserver, add proper extents to the mapfile.

http://37.139.6.183/cgi-bin/mapserv?map=/home/dr/wfs/wfs.map&service=wfs&version=1.0.0&request=getcapabilities

<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.

@qgib
Copy link
Contributor Author

qgib commented Feb 16, 2016

Author Name: Jürgen Fischer (@jef-n)


Fixed in changeset "d2679d6dbd80498fa9545dbb26ce7ad48a70df1c".


  • status_id was changed from Open to Closed

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Data Provider Related to specific vector, raster or mesh data providers labels May 25, 2019
@qgib qgib closed this as completed May 25, 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! Data Provider Related to specific vector, raster or mesh data providers
Projects
None yet
Development

No branches or pull requests

1 participant