mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-10-30 06:13:51 +01:00 
			
		
		
		
	 f85e321de8
			
		
	
	
		f85e321de8
		
			
		
	
	
	
	
		
			
			Without this it's unclear to mappers if this value is for removable by anyone who wants to go past or if it can also be for those removable bollards but which require a key or other token. This is confirmed by the wiki description at https://wiki.openstreetmap.org/wiki/Key:bollard
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			357 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			357 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "key": "bollard",
 | |
|     "type": "combo",
 | |
|     "label": "Type",
 | |
|     "strings": {
 | |
|         "options": {
 | |
|             "fixed": "Fixed Bollard",
 | |
|             "flexible": "Flexible Bollard",
 | |
|             "foldable": "Foldable Bollard",
 | |
|             "removable": "Removable Bollard (with or without a key)",
 | |
|             "rising": "Rising Bollard"
 | |
|         }
 | |
|     }
 | |
| }
 |