mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 22:48:10 +02:00
Add preset for shop=sewing
This commit is contained in:
@@ -5564,6 +5564,11 @@ en:
|
||||
name: Consignment/Thrift Store
|
||||
# 'terms: secondhand,second hand,resale,thrift,used'
|
||||
terms: '<translate with synonyms or related terms for ''Consignment/Thrift Store'', separated by commas>'
|
||||
shop/sewing:
|
||||
# shop=sewing
|
||||
name: Sewing Supply Shop
|
||||
# 'terms: haberdashery'
|
||||
terms: '<translate with synonyms or related terms for ''Sewing Supply Shop'', separated by commas>'
|
||||
shop/shoes:
|
||||
# shop=shoes
|
||||
name: Shoe Store
|
||||
|
||||
@@ -846,6 +846,7 @@
|
||||
"shop/scuba_diving": {"icon": "maki-swimming", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"shop": "scuba_diving"}, "name": "Scuba Diving Shop"},
|
||||
"shop/seafood": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "terms": ["fishmonger"], "tags": {"shop": "seafood"}, "name": "Seafood Shop"},
|
||||
"shop/second_hand": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "second_hand", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "terms": ["secondhand", "second hand", "resale", "thrift", "used"], "tags": {"shop": "second_hand"}, "name": "Consignment/Thrift Store"},
|
||||
"shop/sewing": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "terms": ["haberdashery"], "tags": {"shop": "sewing"}, "name": "Sewing Supply Shop"},
|
||||
"shop/shoes": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"shop": "shoes"}, "name": "Shoe Store"},
|
||||
"shop/sports": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"shop": "sports"}, "name": "Sporting Goods Store"},
|
||||
"shop/stationery": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "terms": ["card", "paper"], "tags": {"shop": "stationery"}, "name": "Stationery Store"},
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"icon": "maki-shop",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"payment_multi"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"haberdashery"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "sewing"
|
||||
},
|
||||
"name": "Sewing Supply Shop"
|
||||
}
|
||||
@@ -5525,6 +5525,13 @@
|
||||
"object_types": ["node", "area"],
|
||||
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/shop-15.svg?sanitize=true"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"value": "sewing",
|
||||
"description": "Sewing Supply Shop",
|
||||
"object_types": ["node", "area"],
|
||||
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/shop-15.svg?sanitize=true"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"value": "shoes",
|
||||
|
||||
Vendored
+4
@@ -6313,6 +6313,10 @@
|
||||
"name": "Consignment/Thrift Store",
|
||||
"terms": "secondhand,second hand,resale,thrift,used"
|
||||
},
|
||||
"shop/sewing": {
|
||||
"name": "Sewing Supply Shop",
|
||||
"terms": "haberdashery"
|
||||
},
|
||||
"shop/shoes": {
|
||||
"name": "Shoe Store",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user