forked from MapComplete/MapComplete
Merge branch 'develop' into RobinLinde-patch-1
This commit is contained in:
commit
90591924b0
34 changed files with 1056 additions and 488 deletions
|
@ -4259,6 +4259,21 @@
|
|||
"question": "Is this drinking water spot still operational?",
|
||||
"render": "The operational status is <i>{operational_status}</i>"
|
||||
},
|
||||
"bench-artwork": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This drinking water point has an integrated artwork"
|
||||
},
|
||||
"1": {
|
||||
"then": "This drinking water point does not have an integrated artwork"
|
||||
},
|
||||
"2": {
|
||||
"then": "This drinking water point <span class=\"subtle\">probably</span> doesn't have an integrated artwork"
|
||||
}
|
||||
},
|
||||
"question": "Does this drinking water fountain have an artistic element?",
|
||||
"questionHint": "E.g. it has an integrated statue or other non-trivial, creative work"
|
||||
},
|
||||
"fee": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -4270,9 +4285,33 @@
|
|||
},
|
||||
"question": "Is this drinking water point free to use?"
|
||||
},
|
||||
"opening_hours_24_7": {
|
||||
"override": {
|
||||
"+mappings": {
|
||||
"0": {
|
||||
"then": "This drinking water fountain is closed this season. As such, the opening hours are not shown."
|
||||
}
|
||||
},
|
||||
"questionHint": "These are the opening hours if the drinking water fountain is operational."
|
||||
}
|
||||
},
|
||||
"render-closest-drinking-water": {
|
||||
"render": "<a href='#{_closest_other_drinking_water_id}'>There is another drinking water fountain at {_closest_other_drinking_water_distance} meters</a>"
|
||||
},
|
||||
"seasonal": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This drinking water point is available all around the year"
|
||||
},
|
||||
"1": {
|
||||
"then": "This drinking water point is only available in summer"
|
||||
},
|
||||
"2": {
|
||||
"then": "This drinking water point is closed during the winter"
|
||||
}
|
||||
},
|
||||
"question": "Is this drinking water point available all year round?"
|
||||
},
|
||||
"type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
|
|
@ -4092,6 +4092,21 @@
|
|||
"question": "Is deze drinkwaterkraan nog steeds werkende?",
|
||||
"render": "Deze waterkraan-status is <i>{operational_status}</i>"
|
||||
},
|
||||
"bench-artwork": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dit drinkwaterpunt heeft een geintegreerd kunstwerk"
|
||||
},
|
||||
"1": {
|
||||
"then": "Dit drinkwaterpunt heeft geen geïntegreerd kunstwerk"
|
||||
},
|
||||
"2": {
|
||||
"then": "Dit drinkwaterpunt heeft <span class=\"subtle\">waarschijnlijk</span> geen geïntegreerd kunstwerk"
|
||||
}
|
||||
},
|
||||
"question": "Heeft dit drinkwaterpunt een geintegreerd kunstwerk?",
|
||||
"questionHint": "Bijvoorbeeld een standbeeld of ander, niet-triviaal kunstwerk"
|
||||
},
|
||||
"render-closest-drinking-water": {
|
||||
"render": "<a href='#{_closest_other_drinking_water_id}'>Er bevindt zich een ander drinkwaterpunt op {_closest_other_drinking_water_distance} meter</a>"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue