Merge pull request #1821 from pnorman/fuel_1816

Add types of fuel as alternate terms for amenity=fuel
This commit is contained in:
Tom MacWright
2013-09-18 08:12:06 -07:00
3 changed files with 13 additions and 3 deletions
+6 -1
View File
@@ -558,7 +558,12 @@
],
"terms": [
"petrol",
"fuel"
"fuel",
"propane",
"diesel",
"lng",
"cng",
"biodiesel"
],
"tags": {
"amenity": "fuel"
+6 -1
View File
@@ -12,7 +12,12 @@
],
"terms": [
"petrol",
"fuel"
"fuel",
"propane",
"diesel",
"lng",
"cng",
"biodiesel"
],
"tags": {
"amenity": "fuel"
+1 -1
View File
@@ -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",