mapcomplete/assets/layers/gps_track/gps_track.json

40 lines
1.1 KiB
JSON
Raw Normal View History

2021-11-08 14:18:45 +01:00
{
"id": "gps_track",
2021-11-12 04:11:53 +01:00
"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.",
2021-11-08 14:18:45 +01:00
"minzoom": 0,
"source": {
2021-11-12 04:11:53 +01:00
"osmTags": "id=location_track",
2021-11-08 14:18:45 +01:00
"maxCacheAge": 0
},
2021-11-12 04:11:53 +01:00
"title": {
2021-11-08 20:49:51 +01:00
"render": "Your travelled path"
},
"shownByDefault": false,
2021-11-08 20:49:51 +01:00
"tagRenderings": [
{
"id": "Privacy notice",
"render": {
2021-11-16 15:50:26 +01:00
"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"
2021-11-08 20:49:51 +01:00
}
},
2021-11-12 04:11:53 +01:00
"export_as_gpx",
2022-02-15 15:42:09 +01:00
"export_as_geojson",
2021-11-12 04:11:53 +01:00
"minimap",
{
"id": "delete",
"render": "{clear_location_history()}"
}
2021-11-08 20:49:51 +01:00
],
2022-01-31 14:34:06 +01:00
"name": {
"en": "Your travelled track",
2022-01-31 14:34:06 +01:00
"nl": "Jouw afgelegde route"
},
2021-11-08 14:18:45 +01:00
"mapRendering": [
{
2021-11-12 04:11:53 +01:00
"width": 3,
2021-11-08 14:18:45 +01:00
"color": "#bb000077"
}
],
"syncSelection": "global"
2021-11-08 14:18:45 +01:00
}