Skip to main content
Solved

How to split a bounding box when access a feature limitation number and loop it again and again


azad456

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.

Best answer by redgeographics

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.

View original
Did this help you find an answer to your question?

2 replies

redgeographics
Celebrity
Forum|alt.badge.img+49
  • Celebrity
  • Best Answer
  • June 4, 2019

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.


azad456
  • Author
  • June 4, 2019
redgeographics wrote:

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??


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings