mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 15:34:49 +02:00
@@ -1985,6 +1985,9 @@ en:
|
||||
shop/hifi:
|
||||
name: Hifi Store
|
||||
terms: "<translate with synonyms or related terms for 'Hifi Store', separated by commas>"
|
||||
shop/household:
|
||||
name: Household Store
|
||||
terms: "<translate with synonyms or related terms for 'Household Store', separated by commas>"
|
||||
shop/interior_decoration:
|
||||
name: Interior Decoration Store
|
||||
terms: "<translate with synonyms or related terms for 'Interior Decoration Store', separated by commas>"
|
||||
|
||||
@@ -7892,6 +7892,26 @@
|
||||
},
|
||||
"name": "Hifi Store"
|
||||
},
|
||||
"shop/household": {
|
||||
"icon": "shop",
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"home"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "household"
|
||||
},
|
||||
"name": "Household Store"
|
||||
},
|
||||
"shop/interior_decoration": {
|
||||
"icon": "shop",
|
||||
"fields": [
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"icon": "shop",
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"home"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "household"
|
||||
},
|
||||
"name": "Household Store"
|
||||
}
|
||||
@@ -1860,6 +1860,10 @@
|
||||
"key": "shop",
|
||||
"value": "hifi"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"value": "household"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"value": "interior_decoration"
|
||||
|
||||
Vendored
+4
@@ -3169,6 +3169,10 @@
|
||||
"name": "Hifi Store",
|
||||
"terms": "stereo,video"
|
||||
},
|
||||
"shop/household": {
|
||||
"name": "Household Store",
|
||||
"terms": "home"
|
||||
},
|
||||
"shop/interior_decoration": {
|
||||
"name": "Interior Decoration Store",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user