Skip to main content

I want to read features from a WFS service version 1.0 , which has a limitation of maximum 10000 features per call .

How to split my bounding box , when reaching the max number? It should loop the reading, unti I get all my features.

You can split the bounding box using a Tiler, but I think the only feasible way is to iterate through it, if you reach the limit on one tile, split it 2 x 2 and try again and so on.


You can split the bounding box using a Tiler, but I think the only feasible way is to iterate through it, if you reach the limit on one tile, split it 2 x 2 and try again and so on.

Thanks @redgeographics I looked at the Tiler transforme. I cant find where to define the nembuer of features for tiling and also how to iterate it??


Reply