2021-10-15 14:52:11 +02:00
|
|
|
{
|
2021-11-03 00:51:05 +01:00
|
|
|
"id": "home_location",
|
|
|
|
"description": "Meta layer showing the home location of the user",
|
|
|
|
"minzoom": 0,
|
|
|
|
"source": {
|
|
|
|
"osmTags": "user:home=yes"
|
|
|
|
},
|
|
|
|
"mapRendering": [
|
|
|
|
{
|
|
|
|
"icon": {
|
|
|
|
"render": "circle:white;./assets/svg/home.svg"
|
|
|
|
},
|
|
|
|
"iconSize": {
|
|
|
|
"render": "20,20,center"
|
|
|
|
},
|
|
|
|
"location": "point"
|
|
|
|
}
|
|
|
|
]
|
2021-10-15 14:52:11 +02:00
|
|
|
}
|