Hi, I get more features with your command. I tested with GDAL 3.2.0dev
Layer name: out Geometry: Polygon Feature Count: 1319 Word "file" in your command is remaining from some copy-paste, I guess. Using either FEATURE_SERVER_PAGING="YES" or FEATURE_SERVER_PAGING=YES did not have an effect. Perhaps something truncates your command before the open option. -Jukka Rahkonen- aborruso wrote > 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 -- 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
