mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-10-30 22:33:53 +01:00 
			
		
		
		
	 da2c88b7d2
			
		
	
	
		da2c88b7d2
		
			
		
	
	
	
	
		
			
			add presets for all categories currently documented at https://wiki.openstreetmap.org/wiki/Key:wetland also drop the tidal/salt fields where they do not apply to the more specific wetland presets
		
			
				
	
	
		
			19 lines
		
	
	
		
			No EOL
		
	
	
		
			469 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			No EOL
		
	
	
		
			469 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "key": "wetland",
 | |
|     "type": "combo",
 | |
|     "label": "Type",
 | |
|     "strings": {
 | |
|         "options": {
 | |
|             "marsh": "Marsh",
 | |
|             "reedbed": "Reed Bed",
 | |
|             "saltmarsh": "Coastal Salt Marsh",
 | |
|             "tidalflat": "Tidal Flat",
 | |
|             "wet_meadow": "Wet Meadow",
 | |
|             "swamp": "Swamp",
 | |
|             "mangrove": "Mangrove",
 | |
|             "bog": "Bog",
 | |
|             "fen": "Fen",
 | |
|             "string_bog": "String Bog"
 | |
|         }
 | |
|     }
 | |
| } |