mapcomplete/assets/layers/home_location/home_location.json

25 lines
572 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.",
"source": "special",
"minzoom": 0,
"pointRendering": [
{
"iconSize": "20,20",
"location": [
"point",
"centroid"
],
"marker": [
{
"icon": "circle",
"color": "white"
},
{
"icon": "./assets/svg/home.svg"
}
]
}
],
"lineRendering": []
}