Merge pull request #7192 from hikemaniac/shop-doors

Add a preset for shop=doors
This commit is contained in:
Quincy Morgan
2019-12-30 09:04:29 -05:00
committed by GitHub
6 changed files with 36 additions and 0 deletions
+4
View File
@@ -7559,6 +7559,10 @@ en:
# shop=doityourself
name: DIY Store
terms: '<translate with synonyms or related terms for ''DIY Store'', separated by commas>'
shop/doors:
# shop=doors
name: Door Shop
terms: '<translate with synonyms or related terms for ''Door Shop'', separated by commas>'
shop/dry_cleaning:
# shop=dry_cleaning
name: Dry Cleaner
+1
View File
@@ -1067,6 +1067,7 @@
"shop/deli": {"icon": "maki-restaurant", "geometry": ["point", "area"], "terms": ["lunch", "meat", "sandwich"], "tags": {"shop": "deli"}, "name": "Deli"},
"shop/department_store": {"icon": "maki-shop", "geometry": ["point", "area"], "tags": {"shop": "department_store"}, "name": "Department Store"},
"shop/doityourself": {"icon": "temaki-tools", "geometry": ["point", "area"], "tags": {"shop": "doityourself"}, "name": "DIY Store"},
"shop/doors": {"icon": "fas-door-open", "geometry": ["point", "area"], "tags": {"shop": "doors"}, "name": "Door Shop"},
"shop/dry_cleaning": {"icon": "temaki-clothes_hanger", "geometry": ["point", "area"], "tags": {"shop": "dry_cleaning"}, "name": "Dry Cleaner"},
"shop/e-cigarette": {"icon": "maki-shop", "moreFields": ["{shop}", "min_age"], "geometry": ["point", "area"], "tags": {"shop": "e-cigarette"}, "terms": ["electronic", "vape", "vaping", "vapor"], "name": "E-Cigarette Shop"},
"shop/electrical": {"icon": "temaki-power", "geometry": ["point", "area"], "terms": ["cable", "electric", "fan", "LED", "lighting", "power", "wire"], "tags": {"shop": "electrical"}, "name": "Electrical Equipment Store"},
+11
View File
@@ -0,0 +1,11 @@
{
"icon": "fas-door-open",
"geometry": [
"point",
"area"
],
"tags": {
"shop": "doors"
},
"name": "Door Shop"
}
+1
View File
@@ -1011,6 +1011,7 @@
{"key": "shop", "value": "deli", "description": "🄿 Deli", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/restaurant-15.svg"},
{"key": "shop", "value": "department_store", "description": "🄿 Department Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/shop-15.svg"},
{"key": "shop", "value": "doityourself", "description": "🄿 DIY Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/tools.svg"},
{"key": "shop", "value": "doors", "description": "🄿 Door Shop", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-door-open.svg"},
{"key": "shop", "value": "dry_cleaning", "description": "🄿 Dry Cleaner", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/clothes_hanger.svg"},
{"key": "shop", "value": "e-cigarette", "description": "🄿 E-Cigarette Shop", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/shop-15.svg"},
{"key": "shop", "value": "electrical", "description": "🄿 Electrical Equipment Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/power.svg"},
+18
View File
@@ -9027,6 +9027,10 @@
"name": "DIY Store",
"terms": ""
},
"shop/doors": {
"name": "Door Shop",
"terms": ""
},
"shop/dry_cleaning": {
"name": "Dry Cleaner",
"terms": ""
@@ -9973,6 +9977,20 @@
"description": "Satellite and aerial imagery.",
"name": "Mapbox Satellite"
},
"Maxar-Premium": {
"attribution": {
"text": "Terms & Feedback"
},
"description": "Maxar Premium is a mosaic composed of Maxar basemap with select regions filled with +Vivid or custom area of interest imagery, 50cm resolution or better, and refreshed more frequently with ongoing updates.",
"name": "Maxar Premium Imagery (Beta)"
},
"Maxar-Standard": {
"attribution": {
"text": "Terms & Feedback"
},
"description": "Maxar Standard is a curated set of imagery covering 86% of the earths landmass, with 30-60cm resolution where available, backfilled by Landsat. Average age is 2.31 years, with some areas updated 2x per year.",
"name": "Maxar Standard Imagery (Beta)"
},
"OSM_Inspector-Addresses": {
"attribution": {
"text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"
+1
View File
@@ -0,0 +1 @@
<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="door-open" class="svg-inline--fa fa-door-open fa-w-20" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path fill="currentColor" d="M624 448h-80V113.45C544 86.19 522.47 64 496 64H384v64h96v384h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM312.24 1.01l-192 49.74C105.99 54.44 96 67.7 96 82.92V448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h336V33.18c0-21.58-19.56-37.41-39.76-32.17zM264 288c-13.25 0-24-14.33-24-32s10.75-32 24-32 24 14.33 24 32-10.75 32-24 32z"></path></svg>

After

Width:  |  Height:  |  Size: 576 B