mapcomplete/assets/layers/home_location/home_location.json
2023-09-19 14:04:13 +02:00

17 lines
459 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",
"pointRendering": [
{
"icon": "circle:white;./assets/svg/home.svg",
"iconSize": "20,20",
"location": [
"point",
"centroid"
]
}
],
"lineRendering": []
}