mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-05 11:32:23 +02:00
Add additional shop/amenity terms
This commit is contained in:
@@ -19,7 +19,8 @@
|
||||
"amenity": "fast_food"
|
||||
},
|
||||
"terms": [
|
||||
"restaurant"
|
||||
"restaurant",
|
||||
"takeaway"
|
||||
],
|
||||
"name": "Fast Food"
|
||||
}
|
||||
|
||||
@@ -10,6 +10,9 @@
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"betting"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "bookmaker"
|
||||
},
|
||||
|
||||
@@ -11,7 +11,9 @@
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"auto"
|
||||
"auto",
|
||||
"garage",
|
||||
"service"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "car_repair"
|
||||
|
||||
@@ -10,6 +10,9 @@
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"souvenir"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "gift"
|
||||
},
|
||||
|
||||
@@ -10,6 +10,9 @@
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"barber"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "hairdresser"
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user