Add gps track line, add documentation

This commit is contained in:
Pieter Vander Vennet 2021-11-08 14:18:45 +01:00
parent 7b7076168f
commit d3d51af667
18 changed files with 278 additions and 145 deletions

View file

@ -0,0 +1,21 @@
{
"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
},
"name": "Your track",
"mapRendering": [
{
"icon": "circle:#f00",
"iconSize": "2,2,center",
"location": "point"
},
{
"width": 3,
"color": "#bb000077"
}
]
}