mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 11:16:36 +02:00
Add Wedding Clothes Store preset
This commit is contained in:
@@ -7565,6 +7565,11 @@ en:
|
||||
name: Underwear Store
|
||||
# 'terms: boutique,bras,brassieres,briefs,boxers,fashion,lingerie,panties,slips,socks,stockings,underclothes,undergarments,underpants,undies'
|
||||
terms: '<translate with synonyms or related terms for ''Underwear Store'', separated by commas>'
|
||||
shop/clothes/wedding:
|
||||
# 'shop=clothes, clothes=wedding'
|
||||
name: Wedding Clothes Store
|
||||
# 'terms: boutique,bridal,bride,bridegroom,bridesmaid,groom,groomsman,tuxedo,wedding dress,wedding gown'
|
||||
terms: '<translate with synonyms or related terms for ''Wedding Clothes Store'', separated by commas>'
|
||||
shop/coffee:
|
||||
# shop=coffee
|
||||
name: Coffee Store
|
||||
|
||||
@@ -1061,6 +1061,7 @@
|
||||
"shop/clothes": {"icon": "maki-clothing-store", "fields": ["name", "clothes", "{shop}"], "geometry": ["point", "area"], "tags": {"shop": "clothes"}, "terms": ["blouses", "boutique", "bras", "clothes", "dresses", "fashion", "pants", "shirts", "shorts", "skirts", "slacks", "socks", "suits", "underwear"], "name": "Clothing Store"},
|
||||
"shop/clothes/second_hand": {"icon": "maki-clothing-store", "geometry": ["point", "area"], "tags": {"shop": "clothes", "second_hand": "only"}, "terms": ["blouses", "clothes", "consignment", "dresses", "pants", "second hand", "shirts", "shorts", "skirts", "slacks", "suits", "used"], "name": "Secondhand Clothing Store"},
|
||||
"shop/clothes/underwear": {"icon": "maki-clothing-store", "geometry": ["point", "area"], "tags": {"shop": "clothes", "clothes": "underwear"}, "reference": {"key": "clothes", "value": "underwear"}, "terms": ["boutique", "bras", "brassieres", "briefs", "boxers", "fashion", "lingerie", "panties", "slips", "socks", "stockings", "underclothes", "undergarments", "underpants", "undies"], "name": "Underwear Store"},
|
||||
"shop/clothes/wedding": {"icon": "temaki-gown", "geometry": ["point", "area"], "tags": {"shop": "clothes", "clothes": "wedding"}, "reference": {"key": "clothes", "value": "wedding"}, "terms": ["boutique", "bridal", "bride", "bridegroom", "bridesmaid", "groom", "groomsman", "tuxedo", "wedding dress", "wedding gown"], "name": "Wedding Clothes Store"},
|
||||
"shop/coffee": {"icon": "temaki-coffee", "geometry": ["point", "area"], "tags": {"shop": "coffee"}, "name": "Coffee Store"},
|
||||
"shop/computer": {"icon": "fas-laptop", "geometry": ["point", "area"], "tags": {"shop": "computer"}, "terms": ["desktop", "laptop", "hardware", "operating system", "software"], "name": "Computer Store"},
|
||||
"shop/confectionery": {"icon": "maki-confectionery", "geometry": ["point", "area"], "terms": ["sweet"], "tags": {"shop": "confectionery"}, "name": "Candy Store"},
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"icon": "temaki-gown",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "clothes",
|
||||
"clothes": "wedding"
|
||||
},
|
||||
"reference": {
|
||||
"key": "clothes",
|
||||
"value": "wedding"
|
||||
},
|
||||
"terms": [
|
||||
"boutique",
|
||||
"bridal",
|
||||
"bride",
|
||||
"bridegroom",
|
||||
"bridesmaid",
|
||||
"groom",
|
||||
"groomsman",
|
||||
"tuxedo",
|
||||
"wedding dress",
|
||||
"wedding gown"
|
||||
],
|
||||
"name": "Wedding Clothes Store"
|
||||
}
|
||||
@@ -1004,6 +1004,7 @@
|
||||
{"key": "shop", "value": "chocolate", "description": "🄿 Chocolate Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/confectionery-15.svg"},
|
||||
{"key": "shop", "value": "clothes", "description": "🄿 Clothing Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/clothing-store-15.svg"},
|
||||
{"key": "clothes", "value": "underwear", "description": "🄿 Underwear Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/clothing-store-15.svg"},
|
||||
{"key": "clothes", "value": "wedding", "description": "🄿 Wedding Clothes Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/gown.svg"},
|
||||
{"key": "shop", "value": "coffee", "description": "🄿 Coffee Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/coffee.svg"},
|
||||
{"key": "shop", "value": "computer", "description": "🄿 Computer Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-laptop.svg"},
|
||||
{"key": "shop", "value": "confectionery", "description": "🄿 Candy Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/confectionery-15.svg"},
|
||||
|
||||
Vendored
+4
@@ -9028,6 +9028,10 @@
|
||||
"name": "Underwear Store",
|
||||
"terms": "boutique,bras,brassieres,briefs,boxers,fashion,lingerie,panties,slips,socks,stockings,underclothes,undergarments,underpants,undies"
|
||||
},
|
||||
"shop/clothes/wedding": {
|
||||
"name": "Wedding Clothes Store",
|
||||
"terms": "boutique,bridal,bride,bridegroom,bridesmaid,groom,groomsman,tuxedo,wedding dress,wedding gown"
|
||||
},
|
||||
"shop/coffee": {
|
||||
"name": "Coffee Store",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user