mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-10-31 06:43:53 +01:00 
			
		
		
		
	drop "Portable Toilets" preset
* 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
This commit is contained in:
		
							parent
							
								
									7d6e73e742
								
							
						
					
					
						commit
						8d78a7c6e7
					
				
					 4 changed files with 20 additions and 35 deletions
				
			
		|  | @ -30,17 +30,17 @@ | |||
|         "privy", | ||||
|         "head", | ||||
|         "latrine", | ||||
|         "water closet", | ||||
|         "WC", | ||||
|         "W.C." | ||||
|     ], | ||||
|     "tags": { | ||||
|         "amenity": "toilets" | ||||
|     }, | ||||
|     "name": "Restroom", | ||||
|     "name": "Toilets", | ||||
|     "aliases": [ | ||||
|         "Toilets", | ||||
|         "Restroom", | ||||
|         "Bathroom", | ||||
|         "Lavatory", | ||||
|         "Water Closet" | ||||
|         "Lavatory" | ||||
|     ] | ||||
| } | ||||
|  |  | |||
|  | @ -30,5 +30,8 @@ | |||
|         "key": "toilets:disposal", | ||||
|         "value": "flush" | ||||
|     }, | ||||
|     "name": "Flush Toilets" | ||||
|     "name": "Flush Toilets", | ||||
|     "aliases": [ | ||||
|         "Water Closet" | ||||
|     ] | ||||
| } | ||||
|  |  | |||
|  | @ -1,29 +0,0 @@ | |||
| { | ||||
|     "icon": "temaki-latrine", | ||||
|     "fields": [ | ||||
|         "toilets/disposal", | ||||
|         "{amenity/toilets}", | ||||
|         "toilets/handwashing" | ||||
|     ], | ||||
|     "moreFields": [ | ||||
|         "{amenity/toilets}" | ||||
|     ], | ||||
|     "geometry": [ | ||||
|         "point", | ||||
|         "area", | ||||
|         "vertex" | ||||
|     ], | ||||
|     "terms": [ | ||||
|         "restroom", | ||||
|         "privy", | ||||
|         "porta john", | ||||
|         "porta potty", | ||||
|         "portapot", | ||||
|         "chemical toilet" | ||||
|     ], | ||||
|     "tags": { | ||||
|         "amenity": "toilets", | ||||
|         "portable": "yes" | ||||
|     }, | ||||
|     "name": "Portable Toilet" | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Martin Raifer
						Martin Raifer