mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 05:30:35 +02:00
@@ -1470,6 +1470,9 @@ en:
|
||||
shop/alcohol:
|
||||
name: Liquor Store
|
||||
terms: "<translate with synonyms or related terms for 'Liquor Store', separated by commas>"
|
||||
shop/art:
|
||||
name: Art Shop
|
||||
terms: "<translate with synonyms or related terms for 'Art Shop', separated by commas>"
|
||||
shop/bakery:
|
||||
name: Bakery
|
||||
terms: "<translate with synonyms or related terms for 'Bakery', separated by commas>"
|
||||
|
||||
@@ -6278,6 +6278,27 @@
|
||||
],
|
||||
"name": "Liquor Store"
|
||||
},
|
||||
"shop/art": {
|
||||
"icon": "art-gallery",
|
||||
"fields": [
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"art store",
|
||||
"art gallery"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "art"
|
||||
},
|
||||
"name": "Art Shop"
|
||||
},
|
||||
"shop/bakery": {
|
||||
"icon": "bakery",
|
||||
"fields": [
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"icon": "art-gallery",
|
||||
"fields": [
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"art store",
|
||||
"art gallery"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "art"
|
||||
},
|
||||
"name": "Art Shop"
|
||||
}
|
||||
Vendored
+4
@@ -2391,6 +2391,10 @@
|
||||
"name": "Liquor Store",
|
||||
"terms": "alcohol"
|
||||
},
|
||||
"shop/art": {
|
||||
"name": "Art Shop",
|
||||
"terms": "art store,art gallery"
|
||||
},
|
||||
"shop/bakery": {
|
||||
"name": "Bakery",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user