Add shop=bookmaker and shop=lottery presets

Fixes #2126
This commit is contained in:
John Firebaugh
2014-02-16 11:25:37 -08:00
parent 327af5176b
commit d1f02b2ac7
5 changed files with 82 additions and 0 deletions
+6
View File
@@ -1482,6 +1482,9 @@ en:
shop/bicycle:
name: Bicycle Shop
terms: "<translate with synonyms or related terms for 'Bicycle Shop', separated by commas>"
shop/bookmaker:
name: Bookmaker
terms: "<translate with synonyms or related terms for 'Bookmaker', separated by commas>"
shop/books:
name: Bookstore
terms: "<translate with synonyms or related terms for 'Bookstore', separated by commas>"
@@ -1572,6 +1575,9 @@ en:
shop/locksmith:
name: Locksmith
terms: "<translate with synonyms or related terms for 'Locksmith', separated by commas>"
shop/lottery:
name: Lottery Shop
terms: "<translate with synonyms or related terms for 'Lottery Shop', separated by commas>"
shop/mall:
name: Mall
terms: "<translate with synonyms or related terms for 'Mall', separated by commas>"
+34
View File
@@ -6352,6 +6352,23 @@
},
"name": "Bicycle Shop"
},
"shop/bookmaker": {
"icon": "shop",
"fields": [
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"shop": "bookmaker"
},
"name": "Bookmaker"
},
"shop/books": {
"icon": "shop",
"fields": [
@@ -6871,6 +6888,23 @@
},
"name": "Locksmith"
},
"shop/lottery": {
"icon": "shop",
"fields": [
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"shop": "lottery"
},
"name": "Lottery Shop"
},
"shop/mall": {
"icon": "shop",
"fields": [
+17
View File
@@ -0,0 +1,17 @@
{
"icon": "shop",
"fields": [
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"shop": "bookmaker"
},
"name": "Bookmaker"
}
+17
View File
@@ -0,0 +1,17 @@
{
"icon": "shop",
"fields": [
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"shop": "lottery"
},
"name": "Lottery Shop"
}
+8
View File
@@ -2407,6 +2407,10 @@
"name": "Bicycle Shop",
"terms": ""
},
"shop/bookmaker": {
"name": "Bookmaker",
"terms": ""
},
"shop/books": {
"name": "Bookstore",
"terms": ""
@@ -2527,6 +2531,10 @@
"name": "Locksmith",
"terms": "keys"
},
"shop/lottery": {
"name": "Lottery Shop",
"terms": ""
},
"shop/mall": {
"name": "Mall",
"terms": ""