mapcomplete/assets/layers/gps_track/gps_track.json

28 lines
745 B
JSON
Raw Normal View History

2021-11-08 14:18:45 +01:00
{
"id": "gps_track",
"description": "Meta layer showing the previou locations of the user. Add this to your theme and override the icon to change the appearance of the current location.",
"minzoom": 0,
"source": {
"osmTags": "user:location=yes",
"maxCacheAge": 0
},
2021-11-09 18:41:20 +01:00
"#title": {
2021-11-08 20:49:51 +01:00
"render": "Your travelled path"
},
"tagRenderings": [
{
"id": "Privacy notice",
"render": {
"en": "This is the path you've travelled since this website is opened. Don't worry - this is only visible to you and no one else. Your location data is never sent off-device."
}
},
"export_as_gpx"
],
2021-11-09 18:41:20 +01:00
"#name": "Your track",
2021-11-08 14:18:45 +01:00
"mapRendering": [
{
2021-11-09 18:41:20 +01:00
"width": 0,
2021-11-08 14:18:45 +01:00
"color": "#bb000077"
}
]
}