Update order of values in highway=service type field to match current usage numbers (close #7586)

This commit is contained in:
Quincy Morgan
2020-05-21 10:07:54 -04:00
parent d6c0c329df
commit 57708b9342
2 changed files with 4 additions and 4 deletions

View File

@@ -391,7 +391,7 @@
"self_service": {"key": "self_service", "type": "check", "label": "Self-Service"},
"service_rail": {"key": "service", "type": "combo", "label": "Service Type", "strings": {"options": {"spur": "Spur", "yard": "Yard", "siding": "Siding", "crossover": "Crossover"}}},
"service_times": {"key": "service_times", "type": "text", "label": "Service Times"},
"service": {"key": "service", "type": "combo", "label": "Type", "options": ["parking_aisle", "driveway", "alley", "emergency_access", "drive-through"]},
"service": {"key": "service", "type": "combo", "label": "Type", "options": ["driveway", "parking_aisle", "alley", "drive-through", "emergency_access"]},
"service/bicycle": {"key": "service:bicycle:", "type": "multiCombo", "label": "Services"},
"service/vehicle": {"key": "service:vehicle:", "type": "multiCombo", "label": "Services"},
"shelter_type": {"key": "shelter_type", "type": "combo", "label": "Type"},

View File

@@ -3,10 +3,10 @@
"type": "combo",
"label": "Type",
"options": [
"parking_aisle",
"driveway",
"parking_aisle",
"alley",
"emergency_access",
"drive-through"
"drive-through",
"emergency_access"
]
}