mapcomplete/assets/layers/home_location/home_location.json

23 lines
545 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.",
2021-11-07 14:37:21 +01:00
"minzoom": 0,
"source": {
2021-11-08 14:18:45 +01:00
"osmTags": "user:home=yes",
"maxCacheAge": 0
2021-11-07 14:37:21 +01:00
},
2021-11-07 15:31:55 +01:00
"mapRendering": [
{
"icon": {
"render": "circle:white;./assets/svg/home.svg"
},
"iconSize": {
"render": "20,20,center"
},
2021-11-09 19:45:26 +01:00
"location": [
"point",
"centroid"
]
2021-11-07 15:31:55 +01:00
}
]
2021-10-15 14:52:11 +02:00
}