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 ,
2023-03-25 02:48:24 +01:00
"source" : "special" ,
2023-09-19 14:04:13 +02:00
"pointRendering" : [
2021-11-07 15:31:55 +01:00
{
2023-06-20 03:14:18 +02:00
"iconSize" : "20,20" ,
2021-11-09 19:45:26 +01:00
"location" : [
"point" ,
"centroid"
2023-10-06 23:56:50 +02:00
] ,
"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" : [ ]
2023-06-20 01:52:15 +02:00
}