Add bicycle cleaning services, add fancy icons for bicycle shops

This commit is contained in:
Pieter Vander Vennet 2020-11-09 19:55:29 +01:00
parent 1fc180f5ae
commit 556ca64382
6 changed files with 83 additions and 6 deletions

View file

@ -16,7 +16,16 @@
"de": "Trinkwasser"
}
},
"icon": "./assets/layers/drinking_water/drinking_water.svg",
"icon": {
"render": "./assets/layers/drinking_water/drinking_water.svg",
"mappings": [
{
"if": {"or": ["operational_status=broken", "operational_status=closed"]},
"then": "./assets/layers/drinking_water/drinking_water_broken.svg"
}
]
},
"iconSize": "40,40,bottom",
"overpassTags": {
"and": [
@ -41,7 +50,7 @@
]
}
],
"color": "#00bb00",
"color": "#6bc4f7",
"tagRenderings": [
"images",
{
@ -63,8 +72,7 @@
"then": {
"en": "This drinking water works",
"nl": "Deze drinkwaterfonteint werkt"
},
"hideInAnswer": true
}
},
{
"if": "operational_status=broken",