mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-10-31 06:43:53 +01:00 
			
		
		
		
	 8d78a7c6e7
			
		
	
	
		8d78a7c6e7
		
			
		
	
	
	
	
		
			
			* rename generic amenity=toilets preset to "Toilets" (was: "Restroom"), as restroom is typically only used for indoor toilets, but the tag can also be used for outdoor ones * rename field for "toilets" tag to "Restroom" (for the opposite reason as above) * move alias "Water Closet" to "Flush Toilets" preset fixes #1148
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			260 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			260 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "key": "toilets",
 | |
|     "type": "check",
 | |
|     "label": "Restroom",
 | |
|     "terms": [
 | |
|         "bathroom",
 | |
|         "latrine",
 | |
|         "lavatory",
 | |
|         "outhouse",
 | |
|         "privy",
 | |
|         "toilet",
 | |
|         "water closet",
 | |
|         "W.C.",
 | |
|         "WC"
 | |
|     ]
 | |
| }
 |