Closed floris-appart closed 5 months ago
This is a feature of the underlying UI toolkit (openlayers in our case). If it is possible there I would also like to implement it, but I fear this is currently not possible.
But then you would also need a local GraphHopper instance, or you would also download the gpx path. But IMO if you want offline maps, you also want offline routing. So, yes. It needs to be discussed.
Downloading maps might be already sufficient if you accept that there is no re-routing possible.
If you want re-routing you can already do this on Android as I commented here. With that you already get a raw map that prints the roads (no labels, no buildings, etc). Or you build an Android app and use e.g. mapsforge for the maps.
But even then you'd need to have offline address search...
Building a function on the app to select a part of the map to download so you dont need any internet connection to load that part of the map. This would make the app better for offline ussage.