You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(This is probably not something that users request a lot but I thought I would suggest anyways - and I take no offense if its not considered a high priority..)
I assembled a collection of urls (layers) that are useful to create offroad itineraries that cannot be done by using the general purpose maps based on OSM. Right now I maintain a webpage with the URLS listed that I copy paste in GPX studio - and this is working just fine.
Now, what I found is that sharing this information with others is a bit more involving for people who don't use computers much. So if we had a way to define a XML or JSON file that can setup the layers for other users, that would be great. This could work similarly to how Osmand or Gurumaps does it with OSF file or MS files:
(This is probably not something that users request a lot but I thought I would suggest anyways - and I take no offense if its not considered a high priority..)
I assembled a collection of urls (layers) that are useful to create offroad itineraries that cannot be done by using the general purpose maps based on OSM. Right now I maintain a webpage with the URLS listed that I copy paste in GPX studio - and this is working just fine.
https://sites.google.com/view/gravel-roads-seeker/cartes-hors-route/cartes-online
Now, what I found is that sharing this information with others is a bit more involving for people who don't use computers much. So if we had a way to define a XML or JSON file that can setup the layers for other users, that would be great. This could work similarly to how Osmand or Gurumaps does it with OSF file or MS files:
An example of a config file for Gurumaps:
<?xml version="1.0" encoding="UTF-8"?> <customMapSource overlay="true"> <name>CAN-Qc Sentiers Quad et FQMHR (Web Map Tiles)</name> <url>https://api.mapbox.com/styles/v1/pfbreton/clsl5rbra03up01p19f7ig9hv/tiles/512/{$z}/{$x}/{$y}?access_token=pk.eyJ1IjoiYWxsdHJhaWxzIiwiYSI6ImNqM293emo1YjAwZWQyd3FnaXh0eWsxeHkifQ.LeDD0X-JiWsJmDKeB0AS5w</url> </customMapSource>
An example of a config file for Osmand:
"items": [ { "sql": false, "name": "Overlay - Gravel Roads (Web Map Tiles)", "minZoom": 1, "maxZoom": 19, "url": "https://api.mapbox.com/styles/v1/pfbreton/clu7hvac503vd01pb6ce1gatr/tiles/512/{z}/{x}/{y}?access_token=pk.eyJ1Ijoic3RyYXZhIiwiYSI6IlpoeXU2U0UifQ.c7yhlZevNRFCqHYm6G6Cyg", "ellipsoid": false, "inverted_y": false, "timesupported": false, "expire": -1, "inversiveZoom": false, "ext": ".png", "tileSize": 512, "bitDensity": 8, "avgSize": 18000 },
The text was updated successfully, but these errors were encountered: