2021-11-03 00:44:53 +01:00
|
|
|
{
|
2021-11-07 15:44:22 +01:00
|
|
|
"id": "gps_location",
|
|
|
|
"description": "Meta layer showing the current location of the user",
|
|
|
|
"minzoom": 0,
|
|
|
|
"source": {
|
|
|
|
"osmTags": "user:location=yes"
|
|
|
|
},
|
|
|
|
"mapRendering": [
|
|
|
|
{
|
|
|
|
"icon": "crosshair:#00f",
|
|
|
|
"iconSize": "40,40,center",
|
|
|
|
"location": "point"
|
|
|
|
}
|
|
|
|
]
|
2021-11-03 00:44:53 +01:00
|
|
|
}
|