mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-10-30 06:13:51 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
	
		
			658 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
	
		
			658 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "keys": [
 | |
|         "bus",
 | |
|         "trolleybus",
 | |
|         "tram",
 | |
|         "train",
 | |
|         "subway",
 | |
|         "light_rail",
 | |
|         "monorail",
 | |
|         "ferry"
 | |
|     ],
 | |
|     "type": "manyCombo",
 | |
|     "label": "Vehicles",
 | |
|     "strings": {
 | |
|         "options": {
 | |
|             "bus": "Bus",
 | |
|             "trolleybus": "Trolleybus",
 | |
|             "tram": "Tram",
 | |
|             "train": "Train",
 | |
|             "subway": "Subway",
 | |
|             "light_rail": "Light Rail",
 | |
|             "monorail": "Monorail",
 | |
|             "ferry": "Ferry"
 | |
|         }
 | |
|     },
 | |
|     "reference": {
 | |
|         "key": "public_transport"
 | |
|     },
 | |
|     "prerequisiteTag": {
 | |
|         "keyNot": "aerialway"
 | |
|     }
 | |
| }
 | 
