Jean-Luc Barrière
Jean-Luc Barrière
Requires refactoring of the storage location... - App files (gpx, favorites, tracker log, config json) can stay in place as those file handles aren't hold. - libosmscout requires to hold...
@Framstag , I released the new version 1.11.0. It should resolve this. Testing android 14 with the emulator, I found the DPI smaller than before. Can you confirm that ?
aahh, it is a mistake from me. I uploaded the old apk (1.10.6). I uploaded the right apk, just now.
@eleius , this affect all Android users using the new version from 1.11.0. That doesn't impact a "normal" user. But if you build your own maps using the "Import" tool...
Yep, that the solution. An other simple way may be a "local" repo where user can upload custom maps. I will try that adding a "local" provider in the json...
Could you post the latitude and longitude of the start position and the destination of the route. I tried the following but no crash: 
No missed. You have to create the file "hillshade-tile-server.json" (copying the provided sample file hillshade-tile-server.json.sample) in the app folder "resources". But if your USB is broken ...
The sample file provided with the app contains: ``` { "id": "wmflabs", "name": "wmflabs", "servers": [ "http://tiles.wmflabs.org/hillshading/%1/%2/%3.png" ], "maximumZoomLevel": 18, "copyright": "© wmflabs Hillshading" } ```
I could create it by default on the first startup. But I don't know if we can use this server without limits. For myself I used my own hillshade server.
IMO not realistic using tiles from tiff. In my own hillshade server the cache of tiles data size 20gb and the tiff data more than 50gb. Make tiles cost a...