- MVT vector tiles are more used via
online tile providers and that what currently VTM supports via its
tile sources.
Obviously someone can "implement" an offline solution, storing
them in offline sqlite DBs - and provide a pull request!
- Or can use the existing solution with Mapsforge offline map
files (MultiMapFileTileSource is for Mapsforge).
Just need to use the
map-writer
to create the map file from the data and then load it in VTM (like
in the examples).
BTW can always add multiple layers (i.e. tile sources) on map,
irrelevant of their source.