mapbox / mbutil

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

Always write required fields #35

Closed willwhite closed 7 years ago

willwhite commented 12 years ago

MBTiles has a few required fields for the metdata table and mbutil should probably not output a MBTiles files that don't have them. We could either assume defaults or require that the user provide a metdata.json file and bail if it's missing.

sgillies commented 7 years ago

Closing due to inactivity.