mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-07 05:27:50 +02:00
also add octane value of 97 to allowed fuel types
this one is common in Malaysia and Chile, see https://taginfo.openstreetmap.org/keys/fuel%3Aoctane_97#map, https://en.wikipedia.org/wiki/Octane_rating
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
"octane_92": "Gasoline (92 Octane)",
|
||||
"octane_93": "Gasoline (93 Octane)",
|
||||
"octane_95": "Gasoline (95 Octane)",
|
||||
"octane_97": "Gasoline (97 Octane)",
|
||||
"octane_98": "Gasoline (98 Octane)",
|
||||
"octane_100": "Gasoline (100 Octane)",
|
||||
"e10": "E10 Gasoline",
|
||||
|
||||
@@ -1452,6 +1452,8 @@ en:
|
||||
octane_93: Gasoline (93 Octane)
|
||||
# fuel:=octane_95
|
||||
octane_95: Gasoline (95 Octane)
|
||||
# fuel:=octane_97
|
||||
octane_97: Gasoline (97 Octane)
|
||||
# fuel:=octane_98
|
||||
octane_98: Gasoline (98 Octane)
|
||||
# fuel:=propane
|
||||
|
||||
Reference in New Issue
Block a user