16 lines
434 B
JSON
16 lines
434 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": "special",
|
|
"mapRendering": [
|
|
{
|
|
"icon": "circle:white;./assets/svg/home.svg",
|
|
"iconSize": "20,20",
|
|
"location": [
|
|
"point",
|
|
"centroid"
|
|
]
|
|
}
|
|
]
|
|
}
|