Themes(drinking water): add spring as water source type

This commit is contained in:
Pieter Vander Vennet 2025-04-15 12:46:22 +02:00
parent 988a31a8fc
commit 3d4eb321b2

View file

@ -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.",