mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 19:26:41 +02:00
@@ -3220,6 +3220,10 @@ en:
|
||||
# shop=clothes
|
||||
name: Clothing Store
|
||||
terms: "<translate with synonyms or related terms for 'Clothing Store', separated by commas>"
|
||||
shop/coffee:
|
||||
# shop=coffee
|
||||
name: Coffee Store
|
||||
terms: "<translate with synonyms or related terms for 'Coffee Store', separated by commas>"
|
||||
shop/computer:
|
||||
# shop=computer
|
||||
name: Computer Store
|
||||
|
||||
@@ -8260,6 +8260,23 @@
|
||||
},
|
||||
"name": "Clothing Store"
|
||||
},
|
||||
"shop/coffee": {
|
||||
"icon": "shop",
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "coffee"
|
||||
},
|
||||
"name": "Coffee Store"
|
||||
},
|
||||
"shop/computer": {
|
||||
"icon": "shop",
|
||||
"fields": [
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "shop",
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "coffee"
|
||||
},
|
||||
"name": "Coffee Store"
|
||||
}
|
||||
@@ -1931,6 +1931,10 @@
|
||||
"key": "shop",
|
||||
"value": "clothes"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"value": "coffee"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"value": "computer"
|
||||
|
||||
Vendored
+4
@@ -3490,6 +3490,10 @@
|
||||
"name": "Clothing Store",
|
||||
"terms": ""
|
||||
},
|
||||
"shop/coffee": {
|
||||
"name": "Coffee Store",
|
||||
"terms": ""
|
||||
},
|
||||
"shop/computer": {
|
||||
"name": "Computer Store",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user