Hi, when I try to download some data from the below GeoServices REST server, I have always 1000 items, also if I set FEATURE_SERVER_PAGING to YES.
The command I use is: ogr2ogr out.geojson -f GEOJson "http://sifweb.regione.sicilia.it/arcgis/rest/services/SIF_INCENDI_EXTENDED/MapServer/13/query?where=objectid>0&outfields=*&f=geojson" file -oo FEATURE_SERVER_PAGING="YES" If I open it in QGIS, it scrolls through results and I have all the items. Is there no direct way to do it in GDAL/OGR? I know I can build a 1000 steps for loop, but probably there is something wrong in my command or something that I do now know. Thank you -- Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html _______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
