mapcomplete/assets/layers/gps_track/gps_track.json

40 lines
No EOL
1.1 KiB
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"
},
"shownByDefault": false,
"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",
"export_as_geojson",
"minimap",
{
"id": "delete",
"render": "{clear_location_history()}"
}
],
"name": {
"en": "Your travelled track",
"nl": "Jouw afgelegde route"
},
"mapRendering": [
{
"width": 3,
"color": "#bb000077"
}
],
"syncSelection": "global"
}