mapbox / tile-cover

Generate the minimum number of tiles to cover a geojson geometry
MIT License
189 stars 40 forks source link

max_tiles option #15

Closed morganherlocker closed 9 years ago

morganherlocker commented 10 years ago

Option to restrict the number of tiles computed. max_tiles would be ignored if the geometry could not be covered at max_size. I am not sure how this would be implemented algorithmically yet, but it could be a way to grab some more performance.

morganherlocker commented 10 years ago

cc @tmcw

morganherlocker commented 9 years ago

This feature request comes from its s2 roots, but now is not necessary. Happy to reopen if anyone actually needs this.