mapbox / mbutil

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

Export to WMS TileCache scheme \Z\000\000\X\000\000\Y.png #45

Closed MichaelMarkieta closed 11 years ago

MichaelMarkieta commented 11 years ago

I'd like to be able to pre-seed my MapServer TileCache from a MBTiles export from TileMill. Right now the only options are to export to the basic 3 folder structure TMS formats.

Not sure if this is difficult or not to implement? I am looking for this since TileCache blows up with Internal Server Errors when mod_python requests multiple successive images from the sqlite db.

MichaelMarkieta commented 11 years ago

I figured it out and will submit a pull request soon. :+1:

MichaelMarkieta commented 11 years ago

functionality added by introducing a new kwargs key, --scheme="wms" with merge pull request #46