bailuk / AAT

Another Activity Tracker for Android
https://bailu.ch/aat
GNU General Public License v3.0
156 stars 41 forks source link

Offline Maps - what format? #138

Closed SVNKoch closed 1 year ago

SVNKoch commented 1 year ago

I have a large set of streets I want to visit (currently using QGIS). I want to convert that to a offline map so I can see my highlighted streets in the background of the map. I exported them as MBTiles XYZ Map and stored it in the location from the (custom) path for offline maps. However the map isn't showing up. What format do I have to use? (Or is there a better approach?)

SVNKoch commented 1 year ago

I found a way to achieve it. QGIS also offers the option to generate XYZ Tiles as directory (of images). I then generated them for my street network for zoom levels 10-17 (17 is max zoom in AAT). In AAT I changed the location of the "Map - Tile cache directory" and copied my generated XYZ Tiles in the subfolder "Mapnik" (since this is the map I use and is also the default OSM style I used in QGIS so my map doesn't have any weird edges where map styles change).