Various small bug fixes

This commit is contained in:
Pieter Vander Vennet 2021-10-15 15:20:08 +02:00
commit 5ac035be20
5 changed files with 31 additions and 18 deletions

View file

@ -1,17 +1,17 @@
{
"id": "home_location",
"description": "Meta layer showing the home location of the user",
"minzoom": 0,
"source": {
"osmTags": "user:home=yes"
},
"icon": {
"render": "circle:white;./assets/svg/home.svg"
},
"iconSize": {
"render": "20,20,center"
},
"color": {
"render": "#00f"
}
"id": "home_location",
"description": "Meta layer showing the home location of the user",
"minzoom": 0,
"source": {
"osmTags": "user:home=yes"
},
"icon": {
"render": "circle:white;./assets/svg/home.svg"
},
"iconSize": {
"render": "20,20,center"
},
"color": {
"render": "#00f"
}
}