我有一个离线地图的瓦片(png图像),我想使用这些瓦片创建一个.mbiles文件。请告诉我如何不使用Tilemill软件而使用我自己的图像创建.mbiles文件?
提前谢谢。
发布于 2012-03-21 20:25:05
.mbtiles文件是遵循mbtiles规范的sqlite3数据库:https://github.com/mapbox/mbtiles-spec/blob/master/1.2/spec.md
发布于 2012-05-16 16:18:47
你看过Tilemill了吗?
http://mapbox.com/blog/create-a-custom-map-of-your-city-in-30-minutes-with-tilemill-and-openstreetmap/
https://stackoverflow.com/questions/9765522
复制相似问题