2021-10-15 14:52:11 +02:00
|
|
|
{
|
2021-10-15 15:20:08 +02:00
|
|
|
"id": "home_location",
|
|
|
|
"description": "Meta layer showing the home location of the user",
|
|
|
|
"minzoom": 0,
|
|
|
|
"source": {
|
|
|
|
"osmTags": "user:home=yes"
|
|
|
|
},
|
|
|
|
"icon": {
|
|
|
|
"render": "circle:white;./assets/svg/home.svg"
|
|
|
|
},
|
|
|
|
"iconSize": {
|
|
|
|
"render": "20,20,center"
|
|
|
|
},
|
|
|
|
"color": {
|
|
|
|
"render": "#00f"
|
|
|
|
}
|
2021-10-15 14:52:11 +02:00
|
|
|
}
|