mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-11-04 08:43:50 +01:00 
			
		
		
		
	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
 | 
						|
}
 |