pnorman / tilekiln-old

A PostGIS-based vector tile generator
GNU General Public License v3.0
33 stars 6 forks source link

added bbox filtering to 'tilekiln-generate area' #18

Closed ttomasz closed 3 years ago

ttomasz commented 3 years ago

issue #8

adds --bbox parameter to 'tilekiln-generate area' utility which allows restricting generated tiles to smaller area bbox is provided as a string with coordinates separated by commas e.g.: -180,-90,180,90 for the entire world (which is the default if no value provided)

ttomasz commented 3 years ago

@pnorman please let me know if this is ok or if fixes are required

ttomasz commented 3 years ago

@pnorman have you had the chance to review this PR?

ttomasz commented 3 years ago

i changed it to fit 80 char line limit (which is pretty low imo :)