Merge pull request #3362 from boothym/shop-terms

Add additional shop/amenity terms
This commit is contained in:
Bryan Housel
2016-08-18 15:09:29 -04:00
committed by GitHub
8 changed files with 23 additions and 2 deletions
+2 -1
View File
@@ -19,7 +19,8 @@
"amenity": "fast_food"
},
"terms": [
"restaurant"
"restaurant",
"takeaway"
],
"name": "Fast Food"
}
+3
View File
@@ -10,6 +10,9 @@
"point",
"area"
],
"terms": [
"betting"
],
"tags": {
"shop": "bookmaker"
},
+3 -1
View File
@@ -11,7 +11,9 @@
"area"
],
"terms": [
"auto"
"auto",
"garage",
"service"
],
"tags": {
"shop": "car_repair"
+3
View File
@@ -10,6 +10,9 @@
"point",
"area"
],
"terms": [
"souvenir"
],
"tags": {
"shop": "gift"
},
@@ -10,6 +10,9 @@
"point",
"area"
],
"terms": [
"barber"
],
"tags": {
"shop": "hairdresser"
},
+3
View File
@@ -10,6 +10,9 @@
"point",
"area"
],
"terms": [
"shopping"
],
"tags": {
"shop": "mall"
},
@@ -9,6 +9,9 @@
"geometry": [
"point",
"area"
],
"terms": [
"bike"
],
"tags": {
"shop": "motorcycle"
@@ -10,6 +10,9 @@
"point",
"area"
],
"terms": [
"guitar"
],
"tags": {
"shop": "musical_instrument"
},