forked from MapComplete/MapComplete
		
	Themes(drinking_water): allow multiple types, fix #2368
This commit is contained in:
		
							parent
							
								
									3d3a72a70a
								
							
						
					
					
						commit
						7b7c747fd6
					
				
					 1 changed files with 6 additions and 10 deletions
				
			
		|  | @ -295,6 +295,7 @@ | |||
|         "uk": "Що це за тип пункту питної води?", | ||||
|         "es": "¿Qué tipo de punto de agua potable es este?" | ||||
|       }, | ||||
|       "multiAnswer": true, | ||||
|       "mappings": [ | ||||
|         { | ||||
|           "if": "fountain=bubbler", | ||||
|  | @ -306,10 +307,7 @@ | |||
|             "uk": "Це барботажний фонтан. Струмінь води, з якого можна пити, спрямовується вгору, зазвичай керується кнопкою.", | ||||
|             "es": "Esta es una fuente de chorro. Un chorro de agua para beber se envía hacia arriba, típicamente controlado por un botón.", | ||||
|             "ca": "Aquesta és una font de raig. Un raig d'aigua per beure s'envia cap amunt, normalment controlat per un botó d'empenta." | ||||
|           }, | ||||
|           "addExtraTags": [ | ||||
|             "man_made=" | ||||
|           ] | ||||
|           } | ||||
|         }, | ||||
|         { | ||||
|           "if": "fountain=bottle_refill", | ||||
|  | @ -323,12 +321,13 @@ | |||
|             "es": "Este es un punto de recarga de botellas donde el agua se envía hacia abajo, normalmente controlado por un botón o un sensor de movimiento. Beber directamente del flujo podría ser muy difícil o imposible." | ||||
|           }, | ||||
|           "addExtraTags": [ | ||||
|             "man_made=", | ||||
|             "bottle=yes" | ||||
|           ] | ||||
|         }, | ||||
|         { | ||||
|           "if": "man_made=water_tap", | ||||
|           "if": "fountain=water_tap", | ||||
|           "alsoShowIf": "man_made=water_tap", | ||||
|           "ifnot": "man_made=", | ||||
|           "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.", | ||||
|  | @ -337,10 +336,7 @@ | |||
|             "ca": "Això és una aixeta d'aigua. L'aigua flueix cap avall i el corrent és controlat per una vàlvula o polsador.", | ||||
|             "uk": "Це водопровідний кран. Вода тече вниз, а керує потоком вентиль або кнопка.", | ||||
|             "es": "Esta es una toma de agua. El agua fluye hacia abajo y el chorro está controlado por una válvula o un botón." | ||||
|           }, | ||||
|           "addExtraTags": [ | ||||
|             "fountain=" | ||||
|           ] | ||||
|           } | ||||
|         } | ||||
|       ] | ||||
|     }, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue