mapcomplete/assets/layers/gps_track/gps_track.json

34 lines
No EOL
1,010 B
JSON

{
"id": "gps_track",
"description": "Meta layer showing the previous locations of the user as single line. Add this to your theme and override the icon to change the appearance of the current location.",
"minzoom": 0,
"source": {
"osmTags": "id=location_track",
"maxCacheAge": 0
},
"title": {
"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.",
"nl": "Dit is waar je was sinds je deze website hebt geopened. Dit is enkel zichtbaar voor jou en niemand anders, je locatie wordt niet verstuurd"
}
},
"export_as_gpx",
"minimap",
{
"id": "delete",
"render": "{clear_location_history()}"
}
],
"name": "Your track",
"mapRendering": [
{
"width": 3,
"color": "#bb000077"
}
]
}