mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-11-04 00:33:53 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
	
		
			422 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
	
		
			422 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "type": "structureRadio",
 | 
						|
    "keys": [
 | 
						|
        "bridge",
 | 
						|
        "tunnel",
 | 
						|
        "embankment",
 | 
						|
        "cutting",
 | 
						|
        "ford"
 | 
						|
    ],
 | 
						|
    "label": "Structure",
 | 
						|
    "placeholder": "Unknown",
 | 
						|
    "strings": {
 | 
						|
        "options": {
 | 
						|
            "bridge": "Bridge",
 | 
						|
            "tunnel": "Tunnel",
 | 
						|
            "embankment": "Embankment",
 | 
						|
            "cutting": "Cutting",
 | 
						|
            "ford": "Ford"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |