mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-17 22:24:49 +02:00
Add types of fuel as alternate terms for amenity=fuel
This commit is contained in:
@@ -558,7 +558,12 @@
|
||||
],
|
||||
"terms": [
|
||||
"petrol",
|
||||
"fuel"
|
||||
"fuel",
|
||||
"propane",
|
||||
"diesel",
|
||||
"lng",
|
||||
"cng",
|
||||
"biodiesel"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "fuel"
|
||||
|
||||
@@ -12,7 +12,12 @@
|
||||
],
|
||||
"terms": [
|
||||
"petrol",
|
||||
"fuel"
|
||||
"fuel",
|
||||
"propane",
|
||||
"diesel",
|
||||
"lng",
|
||||
"cng",
|
||||
"biodiesel"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "fuel"
|
||||
|
||||
Vendored
+1
-1
@@ -883,7 +883,7 @@
|
||||
},
|
||||
"amenity/fuel": {
|
||||
"name": "Gas Station",
|
||||
"terms": "petrol,fuel"
|
||||
"terms": "petrol,fuel,propane,diesel,lng,cng,biodiesel"
|
||||
},
|
||||
"amenity/grave_yard": {
|
||||
"name": "Graveyard",
|
||||
|
||||
Reference in New Issue
Block a user