More search terms for several amenity presets (closes #2880)

This commit is contained in:
Bryan Housel
2015-12-23 15:29:34 -05:00
parent 093f0491c4
commit ef0dcf0990
7 changed files with 20 additions and 7 deletions

View File

@@ -1195,6 +1195,7 @@ en:
amenity/bench:
# amenity=bench
name: Bench
# 'terms: seat'
terms: "<translate with synonyms or related terms for 'Bench', separated by commas>"
amenity/bicycle_parking:
# amenity=bicycle_parking
@@ -1232,7 +1233,7 @@ en:
amenity/cafe:
# amenity=cafe
name: Cafe
# 'terms: coffee,tea'
# 'terms: bistro,coffee,tea'
terms: "<translate with synonyms or related terms for 'Cafe', separated by commas>"
amenity/car_rental:
# amenity=car_rental
@@ -1333,7 +1334,7 @@ en:
amenity/fuel:
# amenity=fuel
name: Gas Station
# 'terms: petrol,fuel,propane,diesel,lng,cng,biodiesel'
# 'terms: petrol,fuel,gasoline,propane,diesel,lng,cng,biodiesel'
terms: "<translate with synonyms or related terms for 'Gas Station', separated by commas>"
amenity/grave_yard:
# amenity=grave_yard
@@ -1583,7 +1584,7 @@ en:
amenity/waste_basket:
# amenity=waste_basket
name: Waste Basket
# 'terms: rubbish,litter,trash,garbage'
# 'terms: bin,rubbish,litter,trash,garbage'
terms: "<translate with synonyms or related terms for 'Waste Basket', separated by commas>"
area:
# area=yes

View File

@@ -456,6 +456,9 @@
"vertex",
"line"
],
"terms": [
"seat"
],
"tags": {
"amenity": "bench"
},
@@ -612,6 +615,7 @@
"area"
],
"terms": [
"bistro",
"coffee",
"tea"
],
@@ -1007,6 +1011,7 @@
"terms": [
"petrol",
"fuel",
"gasoline",
"propane",
"diesel",
"lng",
@@ -2137,6 +2142,7 @@
"amenity": "waste_basket"
},
"terms": [
"bin",
"rubbish",
"litter",
"trash",

View File

@@ -7,6 +7,9 @@
"vertex",
"line"
],
"terms": [
"seat"
],
"tags": {
"amenity": "bench"
},

View File

@@ -13,6 +13,7 @@
"area"
],
"terms": [
"bistro",
"coffee",
"tea"
],

View File

@@ -12,6 +12,7 @@
"terms": [
"petrol",
"fuel",
"gasoline",
"propane",
"diesel",
"lng",

View File

@@ -8,6 +8,7 @@
"amenity": "waste_basket"
},
"terms": [
"bin",
"rubbish",
"litter",
"trash",

View File

@@ -1620,7 +1620,7 @@
},
"amenity/bench": {
"name": "Bench",
"terms": ""
"terms": "seat"
},
"amenity/bicycle_parking": {
"name": "Bicycle Parking",
@@ -1652,7 +1652,7 @@
},
"amenity/cafe": {
"name": "Cafe",
"terms": "coffee,tea"
"terms": "bistro,coffee,tea"
},
"amenity/car_rental": {
"name": "Car Rental",
@@ -1740,7 +1740,7 @@
},
"amenity/fuel": {
"name": "Gas Station",
"terms": "petrol,fuel,propane,diesel,lng,cng,biodiesel"
"terms": "petrol,fuel,gasoline,propane,diesel,lng,cng,biodiesel"
},
"amenity/grave_yard": {
"name": "Graveyard",
@@ -1948,7 +1948,7 @@
},
"amenity/waste_basket": {
"name": "Waste Basket",
"terms": "rubbish,litter,trash,garbage"
"terms": "bin,rubbish,litter,trash,garbage"
},
"area": {
"name": "Area",