23 lines
No EOL
545 B
JSON
23 lines
No EOL
545 B
JSON
{
|
|
"id": "home_location",
|
|
"description": "Meta layer showing the home location of the user. The home location can be set in the [profile settings](https://www.openstreetmap.org/profile/edit) of OpenStreetMap.",
|
|
"minzoom": 0,
|
|
"source": {
|
|
"osmTags": "user:home=yes",
|
|
"maxCacheAge": 0
|
|
},
|
|
"mapRendering": [
|
|
{
|
|
"icon": {
|
|
"render": "circle:white;./assets/svg/home.svg"
|
|
},
|
|
"iconSize": {
|
|
"render": "20,20,center"
|
|
},
|
|
"location": [
|
|
"point",
|
|
"centroid"
|
|
]
|
|
}
|
|
]
|
|
} |