mapbox / mbutil

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

patch for utfgrid #57

Closed nippo closed 10 years ago

nippo commented 10 years ago

Hi,

Is it possible to add grid data to https://github.com/mapbox/mbutil/blob/master/patch?

Thanks!

nippo commented 10 years ago

Hi,

I don't know why but when the tiles are generated with TileMill, we just need to add these requests:

REPLACE INTO keymap SELECT * FROM source.keymap; REPLACE INTO grid_utfgrid SELECT * FROM source.grid_utfgrid; REPLACE INTO grid_key SELECT * FROM source.grid_key;

Thanks for your great work!