Hi, regarding OSM Scout
Can you link here schema of gpx extension for pulse monitor please? I will create ticket on Github and implement it in future possibly.
Gpx tracks are rendered by offline map renderer. It needs to be initialized. Did you have downloaded at least some offline database? Did you have offline rendering enabled in map settings?
Of course, I had this usecase in mind. I just don’t include multiple providers by default, because its licenses don’t allow it usually. But you can add any (raster) tile server manually to /usr/share/harbour-osmscout/resources/online-tile-providers.json and restart OSM Scout then. Just add another json object to the list:
{
"id": "mapycz",
"name": "Mapy.cz",
"servers": [
"http://m1.mapserver.mapy.cz/wturist-m/%1-%2-%3",
"http://m2.mapserver.mapy.cz/wturist-m/%1-%2-%3",
"http://m3.mapserver.mapy.cz/wturist-m/%1-%2-%3"
],
"maximumZoomLevel": 19,
"copyright": "© Seznam.cz, OpenStreetMap contributors and others"
}