mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-10-31 14:53:53 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
	
		
			502 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			502 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "key": "entrance",
 | |
|     "type": "typeCombo",
 | |
|     "label": "Type",
 | |
|     "strings": {
 | |
|         "options": {
 | |
|             "yes": "Unspecified",
 | |
|             "main": "Main",
 | |
|             "secondary": "Secondary",
 | |
|             "service": "Service",
 | |
|             "exit": "Exit Only",
 | |
|             "entrance": "Entrance Only",
 | |
|             "emergency": "Emergency Exit",
 | |
|             "staircase": "Staircase",
 | |
|             "home": "Private House or Apartment",
 | |
|             "garage": "Garage Door"
 | |
|         }
 | |
|     }
 | |
| }
 | 
