forked from MapComplete/MapComplete
Themes(bike_cleaning): add payment options, opening hours
This commit is contained in:
parent
6aaafe8ea4
commit
8584a4ba68
3 changed files with 44 additions and 8 deletions
|
@ -1568,10 +1568,10 @@
|
|||
"automated": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This is a manual bike washing station"
|
||||
"then": "This is a manual bike washing station - a person still has to point the water hose towards the bicycle"
|
||||
},
|
||||
"1": {
|
||||
"then": "This is an automated bike wash"
|
||||
"then": "This is an automated bike wash. Your bicycle is placed in the device and everything happens automatically."
|
||||
}
|
||||
},
|
||||
"question": "Is this bicycle cleaning service automated?"
|
||||
|
@ -1659,6 +1659,9 @@
|
|||
"10": {
|
||||
"then": "A lean-to bracket with possibility to use a lock through eyelet. The seat tube can be held by the stand by an anchor"
|
||||
},
|
||||
"11": {
|
||||
"then": "An anchor - a metal loop wide enough for a bike lock attached to a wall, the floor or a boulder."
|
||||
},
|
||||
"2": {
|
||||
"then": "Wheelbenders / rack"
|
||||
},
|
||||
|
@ -7423,10 +7426,21 @@
|
|||
"description": "Shows the allowed speed for every road",
|
||||
"name": "Maxspeed",
|
||||
"tagRenderings": {
|
||||
"maxspeed-backward": {
|
||||
"question": "What is the maximum allowed speed when travelling {direction_absolute(,180)}?",
|
||||
"render": "The maximum allowed speed when travelling {direction_absolute(,180)} on this road is {canonical(maxspeed:backward)}"
|
||||
},
|
||||
"maxspeed-forward": {
|
||||
"question": "What is the maximum allowed speed when travelling {direction_absolute()}?",
|
||||
"render": "The maximum allowed speed when travelling {direction_absolute()} on this road is {canonical(maxspeed:forward)}"
|
||||
},
|
||||
"maxspeed-maxspeed": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This is a living street, which has a maxspeed of 20km/h"
|
||||
},
|
||||
"1": {
|
||||
"then": "The maximum allowed speed on this road depends on the direction a vehicle goes"
|
||||
}
|
||||
},
|
||||
"question": "What is the legal maximum speed one is allowed to drive on this road?",
|
||||
|
|
|
@ -1520,10 +1520,10 @@
|
|||
"automated": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dit is een handmatig fietsschoonmaakpunt"
|
||||
"then": "Dit is een handmatig fietsschoonmaakpunt - een persoon moet zelf de waterspuit richten naar de fiets"
|
||||
},
|
||||
"1": {
|
||||
"then": "Dit is een automatisch fietsschoonmaakpunt"
|
||||
"then": "Dit is een automatisch fietsschoonmaakpunt - eens je fiets erin geplaats, wordt alles volledig automatisch proper gemaakt"
|
||||
}
|
||||
},
|
||||
"question": "Is dit fietsschoonmaakpunt geautomatiseerd?"
|
||||
|
@ -1611,6 +1611,9 @@
|
|||
"10": {
|
||||
"then": "Een aanleunbeugel met klem waarbij je de zadelbuis in een anker kan vastklikken. Er is meestal een oog om een slot door te steken"
|
||||
},
|
||||
"11": {
|
||||
"then": "Een anker - een metalen lus waar een fietsslot door kan en vastgemaakt aan de muur of vloer"
|
||||
},
|
||||
"2": {
|
||||
"then": "Wielrek/lussen"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue