mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-10-30 06:13:51 +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"
 | |
|         }
 | |
|     }
 | |
| }
 | 
