mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-10-30 06:13:51 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
	
		
			554 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			554 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "key": "smoking",
 | |
|     "type": "combo",
 | |
|     "label": "Smoking",
 | |
|     "placeholder": "No, Separated, Yes...",
 | |
|     "strings": {
 | |
|         "options": {
 | |
|             "no": "No smoking anywhere",
 | |
|             "separated": "In smoking areas, not physically isolated",
 | |
|             "isolated": "In smoking areas, physically isolated",
 | |
|             "outside": "Allowed outside",
 | |
|             "yes": "Allowed everywhere",
 | |
|             "dedicated": "Dedicated to smokers (e.g. smokers' club)"
 | |
|         }
 | |
|     },
 | |
|     "autoSuggestions": false,
 | |
|     "customValues": false
 | |
| }
 | 
