mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-11-04 08:43:50 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			393 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			393 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "key": "crossing",
 | 
						|
    "type": "combo",
 | 
						|
    "label": "Type",
 | 
						|
    "options": [
 | 
						|
        "traffic_signals",
 | 
						|
        "uncontrolled",
 | 
						|
        "unmarked"
 | 
						|
    ],
 | 
						|
    "strings": {
 | 
						|
        "options": {
 | 
						|
            "traffic_signals": "Crossing With Traffic Signals",
 | 
						|
            "uncontrolled": "Only Road Markings",
 | 
						|
            "unmarked": "No Road Markings or Traffic Signals"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |