forked from MapComplete/MapComplete
Themes(drinking water): add spring as water source type
This commit is contained in:
parent
988a31a8fc
commit
3d4eb321b2
1 changed files with 12 additions and 0 deletions
|
@ -296,9 +296,20 @@
|
|||
"es": "¿Qué tipo de punto de agua potable es este?"
|
||||
},
|
||||
"multiAnswer": true,
|
||||
"invalidValues": {
|
||||
"or": [
|
||||
{
|
||||
"and": [
|
||||
"natural=spring",
|
||||
"fountain~*"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "fountain=bubbler",
|
||||
"ifnot": "fountain=",
|
||||
"icon": "./assets/layers/drinking_water/bubbler.svg",
|
||||
"then": {
|
||||
"en": "This is a bubbler fountain. A water jet to drink from is sent upwards, typically controlled by a push button.",
|
||||
|
@ -311,6 +322,7 @@
|
|||
},
|
||||
{
|
||||
"if": "fountain=bottle_refill",
|
||||
"ifnot": "fountain=",
|
||||
"icon": "./assets/layers/drinking_water/bottle.svg",
|
||||
"then": {
|
||||
"en": "This is a bottle refill point where the water is sent downwards, typically controlled by a push button or a motion sensor. Drinking directly from the stream might be very hard or impossible.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue