2020-08-31 02:59:47 +02:00
{
2021-11-07 14:37:21 +01:00
"id" : "drinking_water" ,
"name" : {
"en" : "Drinking water" ,
"nl" : "Drinkbaar water" ,
"fr" : "Eau potable" ,
"gl" : "Auga potábel" ,
2022-04-09 17:35:21 +02:00
"de" : "Trinkwasserstellen" ,
2021-11-07 14:37:21 +01:00
"it" : "Acqua potabile" ,
"ru" : "Питьевая вода" ,
2022-01-11 11:42:53 +01:00
"id" : "Air minum" ,
2022-04-13 18:42:40 +02:00
"hu" : "Ivóvíz" ,
2022-06-01 20:21:16 +02:00
"ca" : "Aigua potable" ,
2023-10-30 13:44:27 +01:00
"es" : "Agua potable" ,
"cs" : "Pitná voda"
2021-11-07 14:37:21 +01:00
} ,
2023-10-30 18:08:38 +01:00
"description" : {
"en" : "A layer showing drinking water fountains" ,
"nl" : "Deze laag toont drinkwaterpunten" ,
"hu" : "Ivóvizet adó kutakat megjelenítő réteg" ,
"de" : "Eine Ebene mit Trinkwasserbrunnen" ,
"es" : "Una capa que muestra fuentes de agua potable" ,
"fr" : "Une couche montrant les fontaines d'eau potable" ,
"ca" : "Una capa que mostra fonts d'aigua potable" ,
"cs" : "Vrstva zobrazující fontány s pitnou vodou"
2021-11-07 14:37:21 +01:00
} ,
"source" : {
"osmTags" : {
"and" : [
2022-07-24 07:55:40 +02:00
{
2022-07-25 16:45:11 +02:00
"or" : [
"amenity=drinking_water" ,
2023-11-29 02:17:14 +01:00
"drinking_water=yes" ,
"disused:amenity=drinking_water"
2022-07-25 16:45:11 +02:00
]
2022-07-25 09:53:53 +02:00
} ,
2022-07-24 07:55:40 +02:00
"man_made!=reservoir_covered" ,
2021-11-07 14:37:21 +01:00
"access!=permissive" ,
"access!=private"
]
}
} ,
2023-11-14 16:14:43 +01:00
"minzoom" : 12 ,
2021-11-07 14:37:21 +01:00
"calculatedTags" : [
2023-05-16 03:27:49 +02:00
"_closest_other_drinking_water=closestn(feat)('drinking_water', 1, undefined, 5000).map(f => ({id: f.feat.id, distance: ''+f.distance}))[0]" ,
"_closest_other_drinking_water_id=get(feat)('_closest_other_drinking_water')?.id" ,
"_closest_other_drinking_water_distance=Math.floor(Number(get(feat)('_closest_other_drinking_water')?.distance))"
2021-11-07 14:37:21 +01:00
] ,
2023-10-30 18:08:38 +01:00
"title" : {
"render" : {
"en" : "Drinking water" ,
"nl" : "Drinkbaar water" ,
"fr" : "Eau potable" ,
"gl" : "Auga potábel" ,
"de" : "Trinkwasserstelle" ,
"it" : "Acqua potabile" ,
"ru" : "Питьевая вода" ,
"id" : "Air minum" ,
"hu" : "Ivóvíz" ,
"ca" : "Aigua potable" ,
"es" : "Agua potable" ,
"cs" : "Pitná voda"
}
} ,
2023-12-01 16:07:23 +01:00
"titleIcons" : [
"icons.defaults" ,
"auto:type" ,
"auto:seasonal"
] ,
2023-10-30 18:08:38 +01:00
"pointRendering" : [
{
"iconBadges" : [
{
"if" : {
"or" : [
"operational_status=broken" ,
2023-11-29 02:17:14 +01:00
"operational_status=closed" ,
"disused:amenity=drinking_water"
2023-10-30 18:08:38 +01:00
]
} ,
"then" : "close:#c33"
2023-12-01 16:07:23 +01:00
} ,
{
"if" : "tourism=artwork" ,
"then" : "circle:white;./assets/layers/artwork/artwork.svg"
2023-10-30 18:08:38 +01:00
}
] ,
"iconSize" : "40,40" ,
"location" : [
"point" ,
"centroid"
] ,
"anchor" : "bottom" ,
"marker" : [
{
"icon" : "pin" ,
"color" : "#6BC4F7"
} ,
{
"icon" : "./assets/layers/drinking_water/drips.svg"
}
]
}
] ,
"lineRendering" : [ ] ,
2021-11-07 14:37:21 +01:00
"presets" : [
{
"title" : {
2022-04-03 03:10:06 +02:00
"en" : "a drinking water" ,
2022-04-07 03:13:29 +02:00
"nl" : "drinkbaar water" ,
2022-03-29 21:55:49 +02:00
"fr" : "une eau potable" ,
2021-11-07 14:37:21 +01:00
"gl" : "auga potábel" ,
2022-05-21 02:31:32 +02:00
"de" : "eine Trinkwasserstelle" ,
2022-03-29 21:55:49 +02:00
"it" : "una acqua potabile" ,
2021-11-07 14:37:21 +01:00
"ru" : "питьевая вода" ,
2022-01-11 11:42:53 +01:00
"id" : "air minum" ,
2023-04-20 17:42:07 +02:00
"hu" : "ivóvíz" ,
2023-10-30 13:44:27 +01:00
"ca" : "una font d'aigua potable" ,
"cs" : "pitná voda"
2021-11-07 14:37:21 +01:00
} ,
2023-06-22 17:23:38 +02:00
"description" : {
2023-11-23 15:47:16 +01:00
"en" : "Typically a drinking fountain, water tap, water well or natural spring" ,
"de" : "Typischerweise ein Trinkbrunnen, Wasserhahn, Brunnen oder eine natürliche Quelle"
2023-06-22 17:23:38 +02:00
} ,
2021-11-07 14:37:21 +01:00
"tags" : [
"amenity=drinking_water"
]
}
] ,
"tagRenderings" : [
"images" ,
{
"question" : {
"en" : "Is this drinking water spot still operational?" ,
"nl" : "Is deze drinkwaterkraan nog steeds werkende?" ,
"it" : "Questo punto di acqua potabile è sempre funzionante?" ,
"fr" : "Ce point d'eau potable est-il toujours opérationnel ?" ,
2022-01-11 11:42:53 +01:00
"de" : "Ist diese Trinkwasserstelle noch in Betrieb?" ,
2022-06-01 20:21:16 +02:00
"hu" : "Működik-e még ez az ivóvíznyerő hely?" ,
2023-04-20 17:42:07 +02:00
"es" : "¿Todavía esta operativo este punto de agua potable?" ,
2023-10-30 13:44:27 +01:00
"ca" : "Aquest punt d'aigua potable continua operatiu?" ,
"cs" : "Je toto místo na pitnou vodu stále funkční?"
2021-11-07 14:37:21 +01:00
} ,
"render" : {
2021-11-10 18:42:31 +01:00
"en" : "The operational status is <i>{operational_status}</i>" ,
2021-11-07 14:37:21 +01:00
"nl" : "Deze waterkraan-status is <i>{operational_status}</i>" ,
"it" : "Lo stato operativo è <i>{operational_status}</i>" ,
2021-11-10 18:42:31 +01:00
"fr" : "L'état opérationnel est <i>{operational_status}</i>" ,
2022-01-11 11:42:53 +01:00
"de" : "Der Betriebsstatus ist <i>{operational_status}</i>" ,
2022-06-01 20:21:16 +02:00
"hu" : "Működési állapota: <i>{operational_status}</i>" ,
2023-04-20 17:42:07 +02:00
"es" : "El estado operacional es <i>{operational_status}</i>" ,
2023-10-30 13:44:27 +01:00
"ca" : "L'estat operatiu és <i>{operational_status}</i>" ,
"cs" : "Provozní stav je <i>{operational_status}</i>"
2021-11-07 14:37:21 +01:00
} ,
"freeform" : {
"key" : "operational_status"
} ,
"mappings" : [
2021-09-26 17:36:39 +02:00
{
2021-11-07 14:37:21 +01:00
"if" : "operational_status=" ,
2023-12-01 16:07:23 +01:00
"addExtraTags" : [
"disused:amenity=" ,
"amenity=drinking_water"
] ,
2021-11-07 14:37:21 +01:00
"then" : {
"en" : "This drinking water works" ,
"nl" : "Deze drinkwaterfontein werkt" ,
"it" : "La fontanella funziona" ,
"fr" : "Cette fontaine fonctionne" ,
2022-04-09 17:35:21 +02:00
"de" : "Diese Trinkwasserstelle ist in Betrieb" ,
2022-06-01 20:21:16 +02:00
"hu" : "Ez az ivóvízkút működik" ,
2023-01-10 19:34:07 +01:00
"es" : "Esta agua potable funciona" ,
2023-10-30 13:44:27 +01:00
"ca" : "La font d'aigua funciona" ,
"cs" : "Tato pitná voda funguje"
2021-11-07 14:37:21 +01:00
}
2020-08-31 02:59:47 +02:00
} ,
{
2021-11-07 14:37:21 +01:00
"if" : "operational_status=broken" ,
"then" : {
"en" : "This drinking water is broken" ,
"nl" : "Deze drinkwaterfontein is kapot" ,
"it" : "La fontanella è guasta" ,
"fr" : "Cette fontaine est cassée" ,
2022-01-11 11:42:53 +01:00
"de" : "Diese Trinkwasserstelle ist kaputt" ,
2022-06-01 20:21:16 +02:00
"hu" : "Ez az ivóvízkút elromlott" ,
2023-04-20 17:42:07 +02:00
"es" : "Esta agua potable está rota" ,
2023-10-30 13:44:27 +01:00
"ca" : "Aquesta font d'aigua potable està trencada" ,
"cs" : "Tato pitná voda je rozbitá"
2021-11-07 14:37:21 +01:00
}
2021-09-26 17:36:39 +02:00
} ,
{
2021-11-07 14:37:21 +01:00
"if" : "operational_status=closed" ,
"then" : {
"en" : "This drinking water is closed" ,
"nl" : "Deze drinkwaterfontein is afgesloten" ,
"it" : "La fontanella è chiusa" ,
"fr" : "Cette fontaine est fermée" ,
2022-01-11 11:42:53 +01:00
"de" : "Diese Trinkwasserstelle wurde geschlossen" ,
2022-06-01 20:21:16 +02:00
"hu" : "Ez az ivóvízkút el van zárva" ,
2023-04-20 17:42:07 +02:00
"es" : "Esta agua potable está cerrada" ,
2023-10-30 13:44:27 +01:00
"ca" : "Aquesta font d'aigua potable està tancada" ,
"cs" : "Tato pitná voda je uzavřena"
2021-11-07 14:37:21 +01:00
}
2020-08-31 02:59:47 +02:00
}
2021-11-07 14:37:21 +01:00
] ,
"id" : "Still in use?"
} ,
2023-11-29 02:17:14 +01:00
{
"id" : "type" ,
"question" : {
"en" : "What type of drinking water point is this?" ,
"nl" : "Wat voor soort drinkwaterpunt is dit?"
} ,
"mappings" : [
{
"if" : "fountain=bubbler" ,
"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."
} ,
"addExtraTags" : [
"man_made="
]
} ,
{
"if" : "fountain=bottle_refill" ,
"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."
} ,
"addExtraTags" : [
"man_made=" ,
"bottle=yes"
]
} ,
{
"if" : "man_made=water_tap" ,
"icon" : "./assets/layers/drinking_water/tap.svg" ,
"then" : {
"en" : "This is a water tap. The water flows downward and the stream is controlled by a valve or push-button."
} ,
"addExtraTags" : [
"fountain="
]
}
]
} ,
2021-11-07 14:37:21 +01:00
{
"question" : {
"en" : "How easy is it to fill water bottles?" ,
"nl" : "Hoe gemakkelijk is het om drinkbussen bij te vullen?" ,
2022-05-27 14:50:29 +02:00
"de" : "Wie einfach hier das Befüllen von Wasserflaschen?" ,
2021-11-07 14:37:21 +01:00
"it" : "Quanto è facile riempire d’ acqua le bottiglie?" ,
2022-01-11 11:42:53 +01:00
"fr" : "Est-il facile de remplir des bouteilles d'eau ?" ,
2022-06-01 20:21:16 +02:00
"hu" : "Mennyire könnyű itt vizespalackot tölteni?" ,
2023-01-10 19:34:07 +01:00
"es" : "¿Cómo de fácil es rellenar botellas de agua?" ,
2023-02-10 01:49:06 +01:00
"ca" : "Com de fàcil és reomplir botelles d'aigua?" ,
2023-10-30 13:44:27 +01:00
"ru" : "Поместится ли здесь бутылка для воды?" ,
"cs" : "Jak snadné je plnit láhve s vodou?"
2021-11-07 14:37:21 +01:00
} ,
"mappings" : [
{
"if" : "bottle=yes" ,
"then" : {
"en" : "It is easy to refill water bottles" ,
"nl" : "Een drinkbus bijvullen gaat makkelijk" ,
2022-05-27 14:50:29 +02:00
"de" : "Wasserflaschen können hier problemlos gefüllt werden" ,
2021-11-07 14:37:21 +01:00
"it" : "È facile riempire d’ acqua le bottiglie" ,
2022-01-11 11:42:53 +01:00
"fr" : "Il est facile de remplir les bouteilles d'eau" ,
2022-06-01 20:21:16 +02:00
"hu" : "Könnyen lehet vizespalackot tölteni" ,
2023-01-10 19:34:07 +01:00
"es" : "Es fácil rellenar botellas de agua" ,
2023-02-10 01:49:06 +01:00
"ca" : "És fàcil reomplir botelles d'aigua" ,
2023-10-30 13:44:27 +01:00
"ru" : "Здесь легко поместится бутылка для воды" ,
"cs" : "Je snadné doplnit láhve s vodou"
2021-11-07 14:37:21 +01:00
}
2021-10-14 03:46:09 +02:00
} ,
2021-11-07 14:37:21 +01:00
{
"if" : "bottle=no" ,
"then" : {
"en" : "Water bottles may not fit" ,
"nl" : "Een drinkbus past moeilijk" ,
2022-05-27 14:50:29 +02:00
"de" : "Wasserflaschen können hier nicht oder nur sehr aufwändig gefüllt werden" ,
2021-11-07 14:37:21 +01:00
"it" : "Le bottiglie d’ acqua potrebbero non entrare" ,
2022-01-11 11:42:53 +01:00
"fr" : "Les bouteilles d'eau peuvent ne pas passer" ,
2022-06-01 20:21:16 +02:00
"hu" : "Lehet, hogy nem fér alá egy vizespalack" ,
2023-01-10 19:34:07 +01:00
"es" : "Las botellas de agua pueden no caber" ,
2023-02-10 01:49:06 +01:00
"ca" : "Les botelles d'aigua podrien no cabre" ,
2023-10-30 13:44:27 +01:00
"ru" : "Бутылка для воды может не поместиться" ,
"cs" : "Láhve s vodou nemusí pasovat"
2021-11-07 14:37:21 +01:00
}
}
] ,
2023-11-29 02:17:14 +01:00
"condition" : "fountain!=bottle_refill" ,
2021-11-07 14:37:21 +01:00
"id" : "Bottle refill"
2021-10-14 03:46:09 +02:00
} ,
2023-11-29 02:17:14 +01:00
{
"id" : "fee" ,
"question" : {
"en" : "Is this drinking water point free to use?"
} ,
"mappings" : [
{
"if" : "fee=no" ,
"then" : {
"en" : "Free to use"
}
} ,
{
"if" : "fee=yes" ,
"then" : {
2023-12-01 16:07:23 +01:00
"en" : "One needs to pay to use this drinking water point"
2023-11-29 02:17:14 +01:00
}
}
]
} ,
2023-11-29 17:05:45 +01:00
{
"id" : "seasonal" ,
"question" : {
"en" : "Is this drinking water point available all year round?"
} ,
"mappings" : [
{
"if" : "seasonal=no" ,
2023-12-01 16:07:23 +01:00
"then" : {
"en" : "This drinking water point is available all around the year"
2023-11-29 17:05:45 +01:00
}
} ,
{
"if" : "seasonal=summer" ,
2023-12-01 16:07:23 +01:00
"then" : {
"en" : "This drinking water point is only available in summer"
2023-11-29 17:05:45 +01:00
}
} ,
{
"if" : "seasonal=spring;summer;autumn" ,
"icon" : "./assets/layers/drinking_water/no_winter.svg" ,
2023-12-01 16:07:23 +01:00
"then" : {
"en" : "This drinking water point is closed during the winter"
2023-11-29 17:05:45 +01:00
}
}
]
} ,
2023-12-01 16:07:23 +01:00
{
2023-12-01 18:12:53 +01:00
"builtin" : "opening_hours_24_7" ,
2023-11-29 17:05:45 +01:00
"override" : {
2023-12-01 16:07:23 +01:00
"questionHint" : {
"en" : "These are the opening hours if the drinking water fountain is operational."
2023-11-29 17:05:45 +01:00
} ,
2023-12-01 16:07:23 +01:00
"+mappings" : [
2023-11-29 17:05:45 +01:00
{
2023-12-01 16:07:23 +01:00
"if" : {
2023-11-29 17:05:45 +01:00
"and" : [
"seasonal!=no" ,
2023-12-06 17:27:30 +01:00
"seasonal~*" ,
2023-12-01 16:07:23 +01:00
{
"or" : [
{
"and" : [
"seasonal!~.*winter.*" ,
"_now:date~....-(12|01|02)-.."
]
} ,
{
"and" : [
"seasonal!~.*spring.*" ,
"_now:date~....-(03|04|05)-.."
]
} ,
{
"and" : [
"seasonal!~.*summer.*" ,
"_now:date~....-(06|07|08)-.."
]
} ,
{
"and" : [
"seasonal!~.*autumn.*" ,
"_now:date~....-(09|10|11)-.."
]
}
]
}
2023-11-29 17:05:45 +01:00
]
} ,
2023-12-01 16:07:23 +01:00
"then" : {
"en" : "This drinking water fountain is closed this season. As such, the opening hours are not shown."
2023-11-29 17:05:45 +01:00
} ,
2023-12-01 16:07:23 +01:00
"hideInAnswer" : true
2023-11-29 17:05:45 +01:00
}
]
}
} ,
2023-12-01 16:07:23 +01:00
{
"id" : "bench-artwork" ,
"question" : {
"en" : "Does this drinking water fountain have an artistic element?" ,
"nl" : "Heeft dit drinkwaterpunt een geintegreerd kunstwerk?"
} ,
"mappings" : [
{
"if" : "tourism=artwork" ,
"addExtraTags" : [
"not:tourism:artwork="
] ,
"then" : {
"en" : "This drinking water point has an integrated artwork" ,
"nl" : "Dit drinkwaterpunt heeft een geintegreerd kunstwerk"
}
} ,
{
"if" : "not:tourism:artwork=yes" ,
"then" : {
"en" : "This drinking water point does not have an integrated artwork" ,
"nl" : "Dit drinkwaterpunt heeft geen geïntegreerd kunstwerk"
} ,
"addExtraTags" : [
"tourism="
]
} ,
{
"if" : "tourism=" ,
"then" : {
"en" : "This drinking water point <span class=\"subtle\">probably</span> doesn't have an integrated artwork" ,
"nl" : "Dit drinkwaterpunt heeft <span class=\"subtle\">waarschijnlijk</span> geen geïntegreerd kunstwerk"
} ,
"hideInAnswer" : true
}
] ,
"questionHint" : {
"en" : "E.g. it has an integrated statue or other non-trivial, creative work" ,
"nl" : "Bijvoorbeeld een standbeeld of ander, niet-triviaal kunstwerk"
}
} ,
{
"builtin" : "artwork.*artwork-question" ,
"override" : {
"condition" : "tourism=artwork"
}
} ,
2021-11-07 14:37:21 +01:00
{
"id" : "render-closest-drinking-water" ,
"render" : {
2022-05-11 18:39:21 +02:00
"en" : "<a href='#{_closest_other_drinking_water_id}'>There is another drinking water fountain at {_closest_other_drinking_water_distance} meters</a>" ,
2021-11-07 14:37:21 +01:00
"nl" : "<a href='#{_closest_other_drinking_water_id}'>Er bevindt zich een ander drinkwaterpunt op {_closest_other_drinking_water_distance} meter</a>" ,
"it" : "<a href='#{_closest_other_drinking_water_id}'>C’ è un’ altra fontanella a {_closest_other_drinking_water_distance} metri</a>" ,
2022-04-09 17:35:21 +02:00
"de" : "<a href='#{_closest_other_drinking_water_id}'>Eine weitere Trinkwasserstelle befindet sich in {_closest_other_drinking_water_distance} Meter</a>" ,
2022-06-24 19:00:02 +02:00
"fr" : "<a href='#{_closest_other_drinking_water_id}'>Une autre source d’ eau potable est à {_closest_other_drinking_water_distance} mètres</a>" ,
2022-06-01 20:21:16 +02:00
"hu" : "<a href='#{_closest_other_drinking_water_id}'>Van egy másik ivóvízkút {_closest_other_drinking_water_distance} méter távolságra</a>" ,
2023-01-10 19:34:07 +01:00
"es" : "<a href='#{_closest_other_drinking_water_id}'>Hay otra fuente de agua potable a {_closest_other_drinking_water_distance} metros</a>" ,
2023-10-30 13:44:27 +01:00
"ca" : "<a href='#{_closest_other_drinking_water_id}'>Hi ha una altra font d'aigua potable a {_closest_other_drinking_water_distance} metres</a>" ,
"cs" : "<a href='#{_closest_other_drinking_water_id}'>Do {_closest_other_drinking_water_distance} metrů je další fontána s pitnou vodou</a>"
2021-11-07 14:37:21 +01:00
} ,
"condition" : "_closest_other_drinking_water_id~*"
2021-10-14 03:46:09 +02:00
}
2021-11-07 14:37:21 +01:00
] ,
"deletion" : {
"softDeletionTags" : {
"and" : [
"disused:amenity:={amenity}" ,
"amenity="
]
2021-10-19 03:00:57 +02:00
} ,
2022-04-30 22:58:27 +02:00
"nonDeleteMappings" : [
{
"if" : {
2022-05-01 04:19:48 +02:00
"and" : [
"drinking_water=no" ,
"amenity=fountain"
]
2022-04-30 22:58:27 +02:00
} ,
"then" : {
2022-05-01 04:19:48 +02:00
"en" : "This is a decorative fountain of which the water is not drinkable by humans" ,
2022-05-14 20:14:08 +02:00
"nl" : "Dit is een decoratieve fontein waarvan het water niet geschikt is om te drinken door mensen" ,
2022-06-01 20:21:16 +02:00
"de" : "Dies ist ein Zierbrunnen, dessen Wasser für den Menschen nicht trinkbar ist" ,
2023-04-20 17:42:07 +02:00
"es" : "Esta es una fuente decorativa con agua no potable" ,
2023-10-30 13:44:27 +01:00
"ca" : "Es tracta d'una font decorativa amb aigua no potable" ,
"cs" : "Jedná se o dekorativní fontánu, jejíž voda není pro lidi pitná"
2022-04-30 22:58:27 +02:00
}
} ,
{
"if" : {
2022-05-01 04:19:48 +02:00
"and" : [
"drinking_water=no" ,
"amenity=" ,
"man_made=water_tap"
]
2022-04-30 22:58:27 +02:00
} ,
"then" : {
2022-05-01 04:19:48 +02:00
"en" : "This is a water tap or water pump with non-drinkable water.<div class='subtle'>Examples are water taps with rain water to tap water for nearby plants</div>" ,
2022-05-14 20:14:08 +02:00
"nl" : "Dit is een waterkraan of waterpomp met ondrinkbaar water.<div class='subtle'>Bijvoorbeeld een waterkraan met regenwater om planten water mee te geven</div" ,
2022-06-01 20:21:16 +02:00
"de" : "Dies ist ein Wasserhahn oder eine Wasserpumpe mit nicht trinkbarem Wasser.<div class='subtle'>Beispiele sind Wasserhähne mit Regenwasser zum Zapfen von Wasser für nahe gelegene Pflanzen</div>" ,
2023-04-20 17:42:07 +02:00
"es" : "Este es un grifo de agua o una bomba de agua con agua no potable.<div class='subtle'>Ejemplos son grifos con agua de lluvia o agua del grifo para plantas cercanas</div>" ,
2023-10-30 13:44:27 +01:00
"ca" : "Es tracta d'una aixeta d'aigua o bomba d'aigua amb aigua no potable. <div class='subtle'> Per exemple les aixetes d'aigua amb aigua de pluja per aprofitar i regar les plantes properes</div>" ,
"cs" : "Jedná se o vodovodní kohoutek nebo vodní čerpadlo s nepitnou vodou.<div class='subtle'>Příkladem jsou vodovodní kohoutky s dešťovou vodou pro zalévání rostlin v okolí</div>"
2022-04-30 22:58:27 +02:00
}
2023-11-29 02:17:14 +01:00
} ,
{
"if" : {
"and" : [
"amenity=" ,
"man_made=pump" ,
"historic=yes" ,
"drinking_water=no"
]
} ,
"then" : {
2023-12-01 16:07:23 +01:00
"en" : "This is a historic, manual water pump where no drinking water can be found"
2023-11-29 02:17:14 +01:00
}
2022-04-30 22:58:27 +02:00
}
]
2021-11-07 14:37:21 +01:00
} ,
"allowMove" : {
"enableRelocation" : false ,
"enableImproveAccuraccy" : true
2023-10-30 18:08:38 +01:00
}
2023-05-16 03:27:49 +02:00
}