forked from MapComplete/MapComplete
Add bicycle cleaning services, add fancy icons for bicycle shops
This commit is contained in:
parent
1fc180f5ae
commit
556ca64382
6 changed files with 83 additions and 6 deletions
|
@ -139,6 +139,40 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"titleIcons": [
|
||||
{
|
||||
"mappings": [
|
||||
{
|
||||
"if": "service:bicycle:pump=yes",
|
||||
"then": "<img src='./assets/layers/bike_shop/pump.svg'>"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"mappings": [
|
||||
{
|
||||
"if": "service:bicycle:diy=yes",
|
||||
"then": "<img src='./assets/layers/bike_shop/tools.svg'>"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
"or": [
|
||||
"service:bicycle:cleaning=yes",
|
||||
"service:bicycle:cleaning=diy"
|
||||
]
|
||||
},
|
||||
"then": "<img src='./assets/layers/bike_shop/bike_cleaning.svg'>"
|
||||
}
|
||||
]
|
||||
},
|
||||
"wikipedialink",
|
||||
"osmlink"
|
||||
|
||||
],
|
||||
"description": {
|
||||
"en": "A shop specifically selling bicycles or related items",
|
||||
"nl": "Een winkel die hoofdzakelijk fietsen en fietstoebehoren verkoopt"
|
||||
|
@ -438,6 +472,35 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "Are bicycles washed here?",
|
||||
"nl": "Biedt deze winkel een fietsschoonmaak aan?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "service:bicycle:cleaning=yes",
|
||||
"then": {
|
||||
"en": "This shop cleans bicycles",
|
||||
"nl": "Deze winkel biedt fietsschoonmaak aan"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "service:bicycle:cleaning=diy",
|
||||
"then": {
|
||||
"en": "This shop has an installation where one can clean bicycles themselves",
|
||||
"nl": "Deze winkel biedt een installatie aan om zelf je fiets schoon te maken"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "service:bicycle:cleaning=no",
|
||||
"then": {
|
||||
"en": "This shop doesn't offer bicycle cleaning",
|
||||
"nl": "Deze winkel biedt geen fietsschoonmaak aan"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"hideUnderlayingFeaturesMinPercentage": 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue