@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
23 lines (22 loc) • 416 B
JSON
{
"key": "fuel:",
"type": "multiCombo",
"label": "{fuel/fuel_multi}",
"stringsCrossReference": "{fuel/fuel_multi}",
"options": [
"diesel",
"octane_80",
"octane_92",
"octane_95",
"octane_98",
"octane_100",
"lpg",
"cng"
],
"autoSuggestions": false,
"locationSet": {
"include": [
"RU"
]
}
}