mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-29 15:16:07 +02:00
@@ -3667,6 +3667,10 @@ en:
|
||||
# shop=paint
|
||||
name: Paint Store
|
||||
terms: '<translate with synonyms or related terms for ''Paint Store'', separated by commas>'
|
||||
shop/pastry:
|
||||
# shop=pastry
|
||||
name: Pastry Shop
|
||||
terms: '<translate with synonyms or related terms for ''Pastry Shop'', separated by commas>'
|
||||
shop/pawnbroker:
|
||||
# shop=pawnbroker
|
||||
name: Pawn Shop
|
||||
|
||||
@@ -9860,6 +9860,23 @@
|
||||
},
|
||||
"name": "Paint Store"
|
||||
},
|
||||
"shop/pastry": {
|
||||
"icon": "bakery",
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "pastry"
|
||||
},
|
||||
"name": "Pastry Shop"
|
||||
},
|
||||
"shop/pawnbroker": {
|
||||
"icon": "shop",
|
||||
"fields": [
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "bakery",
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "pastry"
|
||||
},
|
||||
"name": "Pastry Shop"
|
||||
}
|
||||
@@ -2258,6 +2258,10 @@
|
||||
"key": "shop",
|
||||
"value": "paint"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"value": "pastry"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"value": "pawnbroker"
|
||||
|
||||
Vendored
+4
@@ -3887,6 +3887,10 @@
|
||||
"name": "Paint Store",
|
||||
"terms": ""
|
||||
},
|
||||
"shop/pastry": {
|
||||
"name": "Pastry Shop",
|
||||
"terms": "patisserie,cake shop,cakery"
|
||||
},
|
||||
"shop/pawnbroker": {
|
||||
"name": "Pawn Shop",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user