mapbox / mbutil

Importer and Exporter of MBTiles
http://mapbox.com/developers/
BSD 3-Clause "New" or "Revised" License
755 stars 198 forks source link

mbutil not Exporting using bbox #69

Closed ashutoshkrsng closed 7 years ago

ashutoshkrsng commented 8 years ago

can mbtiles be used to export tiles in a particular extent? I am doing the same thing using bbox but it is exporting all the tiles but not in the particular extent.

let us know the use of bbox and tile_bbox in mbutil or how can we export tiles in particular extent.

tmcw commented 7 years ago

Sorry, mbutil does not support a bbox option. Happy to accept a PR if that's something you'd like to implement!