/qml_offline_map

Converter from SAS.Planet to QML OSM plugin tiles format

Primary LanguagePythonApache License 2.0Apache-2.0

Converter tiles from SAS.Planet to QML OSM plugin format to using offline maps.

For using offline maps in QML(Qt) you need to use OSM plugin. This plugin gives you posibility to take map tiles from your local directory. Names of tile files have to be format:

osm_100-<l|h>-<map_id>-<z>-<x>-<y>.<extension>

Where can we get tiles? You can download tiles by SAS.Planet

screen1

screen2

And use this app for convert folder with tiles to right format of OSM plugin.

For using run:

python main.py <tiles_dir> <map_id> <l|h>