mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-10-30 06:13:51 +01:00 
			
		
		
		
	 27d7b8fb0e
			
		
	
	
		27d7b8fb0e
		
			
		
	
	
	
	
		
			
			see https://github.com/openstreetmap/id-tagging-schema/pull/467#pullrequestreview-1144609013
		
			
				
	
	
		
			19 lines
		
	
	
	
		
			633 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			633 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "key": "substation",
 | |
|     "type": "typeCombo",
 | |
|     "label": "Type",
 | |
|     "strings": {
 | |
|         "options": {
 | |
|             "transmission": "High-Voltage Transmission",
 | |
|             "distribution": "Regional Distribution",
 | |
|             "minor_distribution": "Local Distribution",
 | |
|             "industrial": "Industrial",
 | |
|             "generation": "Generation",
 | |
|             "transition": "Overground/Underground Transition",
 | |
|             "traction": "Traction System Supply",
 | |
|             "converter": "High-Voltage AC/DC Converter",
 | |
|             "compensation": "Reactive Power Compensation"
 | |
|         }
 | |
|     },
 | |
|     "autoSuggestions": false
 | |
| }
 |