Re: [Geoserver-users] WFS query with limit and offset

2018-08-20 Thread Ian Turton
If you don't specify a sort column(s) you will get the features in FID order which may or may not be fixed depending on the backend. I would always set the sort attribute when paging. Ian On Mon, 20 Aug 2018 at 14:32, Maria Krommyda wrote: > Hello Ian, > > Thank you very much for your fast resp

Re: [Geoserver-users] WFS query with limit and offset

2018-08-20 Thread Ian Turton
This blog post ( https://www.geo-solutions.it/blog/wfs-for-the-masses-adding-support-for-paging-and-sorting-in-geoserver/) seems to cover this. So it looks like since 2.1 GeoServer has allowed you to make queries like: http://localhost:8080/geoserver/topp/ows?service=WFS&version=1.0.0&request=GetF