Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create .mbtiles file?

I have tiles (png images) for an offline map and I want to create a .mbtiles-file using these tiles. Please help me how to create a .mbtiles-file using my own images not using Tilemill software?

Thanks in advance.

like image 476
Dipen Chudasama Avatar asked Mar 19 '12 05:03

Dipen Chudasama


2 Answers

Have you had a look at Tilemill?

http://mapbox.com/blog/create-a-custom-map-of-your-city-in-30-minutes-with-tilemill-and-openstreetmap/

like image 89
nylund Avatar answered Feb 05 '23 13:02

nylund


A .mbtiles file is a sqlite3 database following the mbtiles specification: https://github.com/mapbox/mbtiles-spec/blob/master/1.2/spec.md

like image 23
Jelmer Avatar answered Feb 05 '23 13:02

Jelmer