Re: [gdal-dev] Converting WFS to shapefile

2021-06-18 Thread jratike80
Hi, Run ogrinfo WFS:https://geodata.nationaalgeoregister.nl/aan/wfs and you'll see 1: aan:aan (title: aan) (Multi Surface) Use the typeName as it appears. Works for me with ogr2ogr -f "ESRI Shapefile" --debug ON -s_srs "EPSG:4326" -t_srs "EPSG:28992" "Perceel-aan.shp" "WFS:https://geodata.natio

[gdal-dev] Converting WFS to shapefile

2021-06-18 Thread Paul Meems
Hi List, I'm having trouble converting the result of a WFS request to a shapefile. I'm using two servers, one is working the other not. My command for the working server: ogr2ogr -f "ESRI Shapefile" -s_srs "EPSG:4326" -t_srs "EPSG:28992" "Perceel-bbox.shp" "WFS: https://geodata.nationaalgeoregist