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?"
|
"es": "¿Qué tipo de punto de agua potable es este?"
|
||||||
},
|
},
|
||||||
"multiAnswer": true,
|
"multiAnswer": true,
|
||||||
|
"invalidValues": {
|
||||||
|
"or": [
|
||||||
|
{
|
||||||
|
"and": [
|
||||||
|
"natural=spring",
|
||||||
|
"fountain~*"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"mappings": [
|
"mappings": [
|
||||||
{
|
{
|
||||||
"if": "fountain=bubbler",
|
"if": "fountain=bubbler",
|
||||||
|
"ifnot": "fountain=",
|
||||||
"icon": "./assets/layers/drinking_water/bubbler.svg",
|
"icon": "./assets/layers/drinking_water/bubbler.svg",
|
||||||
"then": {
|
"then": {
|
||||||
"en": "This is a bubbler fountain. A water jet to drink from is sent upwards, typically controlled by a push button.",
|
"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",
|
"if": "fountain=bottle_refill",
|
||||||
|
"ifnot": "fountain=",
|
||||||
"icon": "./assets/layers/drinking_water/bottle.svg",
|
"icon": "./assets/layers/drinking_water/bottle.svg",
|
||||||
"then": {
|
"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.",
|
"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