opensciencemap / vtm

a vector-tile map library written in java - running on android, desktop and within the browser
GNU Lesser General Public License v3.0
237 stars 176 forks source link

VTM files for offline maps #165

Open smazokha opened 8 years ago

smazokha commented 8 years ago

How can I generate vtm files, based on OSM data? (not hosted on server, but on android phone on sdcard) As far as I understood, there is a class MapFileTileSource, that can read the files. But are there any tools / ways / hacks to create those *.vtm files? Or, if this is an unsolved problem, what are the other formats that can be read by this renderer?

Thank you in advance.

hjanetzek commented 8 years ago

The MapFileTileSource can load mapsforge files :)