mapcomplete/assets/layers/home_location/home_location.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

26 lines
572 B
JSON
Raw Normal View History

2021-10-15 14:52:11 +02:00
{
2021-11-07 14:37:21 +01:00
"id": "home_location",
2021-11-08 02:36:01 +01:00
"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.",
2023-03-25 02:48:24 +01:00
"source": "special",
"minzoom": 0,
2023-09-19 14:04:13 +02:00
"pointRendering": [
2021-11-07 15:31:55 +01:00
{
"iconSize": "20,20",
2021-11-09 19:45:26 +01:00
"location": [
"point",
"centroid"
],
"marker": [
{
"icon": "circle",
"color": "white"
},
{
"icon": "./assets/svg/home.svg"
}
2021-11-09 19:45:26 +01:00
]
2021-11-07 15:31:55 +01:00
}
2023-09-19 14:04:13 +02:00
],
"lineRendering": []
}