8

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.

Alexander Rutz
  • 452
  • 1
  • 4
  • 10
Dipen Chudasama
  • 3,063
  • 21
  • 42

2 Answers2

5

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/

nylund
  • 1,105
  • 10
  • 15
  • 2
    What do you mean by 'now it's not require'? – tmcw Aug 15 '12 at 20:51
  • means I was asking this question at 19th march '12 and your answer date is May 16 '12 so in between had got solution my self. that's why i was comment that "now it's not require.:) – Dipen Chudasama Feb 06 '14 at 09:22
2

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

Jelmer
  • 184
  • 9