Add preset for shop=boat

This commit is contained in:
Quincy Morgan
2019-04-22 09:43:04 -07:00
parent 742afda778
commit e8c5c05b29
5 changed files with 31 additions and 0 deletions
+5
View File
@@ -6439,6 +6439,11 @@ en:
name: Bicycle Shop
# 'terms: bike,repair,tricycle,unicycle'
terms: '<translate with synonyms or related terms for ''Bicycle Shop'', separated by commas>'
shop/boat:
# shop=boat
name: Boat Store
# 'terms: fishing boat,jetski,motorboat,rowboat,sailboat,vessel,watercraft'
terms: '<translate with synonyms or related terms for ''Boat Store'', separated by commas>'
shop/bookmaker:
# shop=bookmaker
name: Bookmaker
+1
View File
@@ -927,6 +927,7 @@
"shop/bed": {"icon": "maki-lodging", "geometry": ["point", "area"], "tags": {"shop": "bed"}, "name": "Bedding/Mattress Store"},
"shop/beverages": {"icon": "maki-shop", "geometry": ["point", "area"], "tags": {"shop": "beverages"}, "terms": ["drinks"], "name": "Beverage Store"},
"shop/bicycle": {"icon": "maki-bicycle", "fields": ["{shop}", "service/bicycle"], "geometry": ["point", "area"], "terms": ["bike", "repair", "tricycle", "unicycle"], "tags": {"shop": "bicycle"}, "name": "Bicycle Shop"},
"shop/boat": {"icon": "temaki-boating", "geometry": ["point", "area"], "terms": ["fishing boat", "jetski", "motorboat", "rowboat", "sailboat", "vessel", "watercraft"], "tags": {"shop": "boat"}, "name": "Boat Store"},
"shop/bookmaker": {"icon": "maki-shop", "geometry": ["point", "area"], "terms": ["betting", "bookie"], "tags": {"shop": "bookmaker"}, "name": "Bookmaker"},
"shop/books": {"icon": "fas-book", "fields": ["{shop}", "internet_access"], "moreFields": ["{shop}", "internet_access/fee", "internet_access/ssid"], "geometry": ["point", "area"], "tags": {"shop": "books"}, "name": "Book Store"},
"shop/butcher": {"icon": "fas-bacon", "geometry": ["point", "area"], "terms": ["chicken", "beef", "lamb", "meat", "pork"], "tags": {"shop": "butcher"}, "name": "Butcher"},
+20
View File
@@ -0,0 +1,20 @@
{
"icon": "temaki-boating",
"geometry": [
"point",
"area"
],
"terms": [
"fishing boat",
"jetski",
"motorboat",
"rowboat",
"sailboat",
"vessel",
"watercraft"
],
"tags": {
"shop": "boat"
},
"name": "Boat Store"
}
+1
View File
@@ -867,6 +867,7 @@
{"key": "shop", "value": "bed", "description": "🄿 Bedding/Mattress Store", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/lodging-15.svg?sanitize=true"},
{"key": "shop", "value": "beverages", "description": "🄿 Beverage Store", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/shop-15.svg?sanitize=true"},
{"key": "shop", "value": "bicycle", "description": "🄿 Bicycle Shop", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/bicycle-15.svg?sanitize=true"},
{"key": "shop", "value": "boat", "description": "🄿 Boat Store", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/boating.svg?sanitize=true"},
{"key": "shop", "value": "bookmaker", "description": "🄿 Bookmaker", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/shop-15.svg?sanitize=true"},
{"key": "shop", "value": "books", "description": "🄿 Book Store", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/svg/fontawesome/fas-book.svg?sanitize=true"},
{"key": "shop", "value": "butcher", "description": "🄿 Butcher", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/svg/fontawesome/fas-bacon.svg?sanitize=true"},
+4
View File
@@ -7811,6 +7811,10 @@
"name": "Bicycle Shop",
"terms": "bike,repair,tricycle,unicycle"
},
"shop/boat": {
"name": "Boat Store",
"terms": "fishing boat,jetski,motorboat,rowboat,sailboat,vessel,watercraft"
},
"shop/bookmaker": {
"name": "Bookmaker",
"terms": "betting,bookie"