Hi all,
I am trying to use standard_geography_query to return subgeographies of a country layer (e.g. the communes of a French region). There are 5121 such objects, however standard_geography_query returns maximum 5,000 results. I was therefore trying to use featureOffset to paginate the results as mentioned in the reference. However, on my second loop when I set featureOffset=5,000 (to skip over the results I already have), I get the following error:
Feature offset (5000) must be less than maximum feature limit (5000).
Why is it I cannot use featureOffset to access >5000 results in multiple iterations? Is this the expected behaviour?
Many thanks!