mapcomplete/assets/layers/gps_track/gps_track.json
2022-07-27 10:13:31 +02:00

44 lines
No EOL
1.7 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",
"de": "Dies ist der Weg, den Sie seit dem Besuch dieser Webseite zurückgelegt haben. Keine Sorge - diese Daten sind nur für Sie sichtbar und für niemanden sonst. Ihre Standortdaten werden niemals an ein anderes Gerät gesendet.",
"fr": "C'est le chemin que vous avez parcouru depuis l'ouverture de ce site. Ne vous inquiétez pas - ceci n'est visible que pour vous et personne d'autre. Vos données de localisation ne sont jamais envoyées hors de l'appareil."
}
},
"export_as_gpx",
"export_as_geojson",
"minimap",
{
"id": "delete",
"render": "{clear_location_history()}"
}
],
"name": {
"en": "Your travelled track",
"nl": "Jouw afgelegde route",
"de": "Zurückgelegte Strecke anzeigen",
"fr": "Votre chemin parcouru"
},
"mapRendering": [
{
"width": 3,
"color": "#bb000077"
}
],
"syncSelection": "global"
}