Add additional shop/amenity terms

This commit is contained in:
boothym
2016-08-18 13:48:47 +01:00
parent 13ed12c1ab
commit 88783d2b9f
8 changed files with 23 additions and 2 deletions

View File

@@ -19,7 +19,8 @@
"amenity": "fast_food"
},
"terms": [
"restaurant"
"restaurant",
"takeaway"
],
"name": "Fast Food"
}

View File

@@ -10,6 +10,9 @@
"point",
"area"
],
"terms": [
"betting"
],
"tags": {
"shop": "bookmaker"
},

View File

@@ -11,7 +11,9 @@
"area"
],
"terms": [
"auto"
"auto",
"garage",
"service"
],
"tags": {
"shop": "car_repair"

View File

@@ -10,6 +10,9 @@
"point",
"area"
],
"terms": [
"souvenir"
],
"tags": {
"shop": "gift"
},

View File

@@ -10,6 +10,9 @@
"point",
"area"
],
"terms": [
"barber"
],
"tags": {
"shop": "hairdresser"
},

View File

@@ -10,6 +10,9 @@
"point",
"area"
],
"terms": [
"shopping"
],
"tags": {
"shop": "mall"
},

View File

@@ -9,6 +9,9 @@
"geometry": [
"point",
"area"
],
"terms": [
"bike"
],
"tags": {
"shop": "motorcycle"

View File

@@ -10,6 +10,9 @@
"point",
"area"
],
"terms": [
"guitar"
],
"tags": {
"shop": "musical_instrument"
},