mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
@@ -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>"
|
||||
|
||||
@@ -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": [
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "shop",
|
||||
"fields": [
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "bookmaker"
|
||||
},
|
||||
"name": "Bookmaker"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "shop",
|
||||
"fields": [
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "lottery"
|
||||
},
|
||||
"name": "Lottery Shop"
|
||||
}
|
||||
Vendored
+8
@@ -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": ""
|
||||
|
||||
Reference in New Issue
Block a user