mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-10-30 14:23:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
	
		
			757 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			757 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "key": "smoothness",
 | |
|     "type": "combo",
 | |
|     "label": "Smoothness",
 | |
|     "placeholder": "Thin Rollers, Wheels, Off-Road...",
 | |
|     "strings": {
 | |
|         "options": {
 | |
|             "excellent": "Thin Rollers: rollerblade, skateboard",
 | |
|             "good": "Thin Wheels: racing bike",
 | |
|             "intermediate": "Wheels: city bike, wheelchair, scooter",
 | |
|             "bad": "Robust Wheels: trekking bike, car, rickshaw",
 | |
|             "very_bad": "High Clearance: light duty off-road vehicle",
 | |
|             "horrible": "Off-Road: heavy duty off-road vehicle",
 | |
|             "very_horrible": "Specialized off-road: tractor, ATV",
 | |
|             "impassable": "Impassable / No wheeled vehicle"
 | |
|         }
 | |
|     },
 | |
|     "autoSuggestions": false,
 | |
|     "customValues": false
 | |
| }
 | 
