mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-11-04 16:53:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
	
		
			759 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			759 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
 | 
						|
}
 |