From e8c5c05b290dda6e57f8b3ede17dd03986ea2044 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Mon, 22 Apr 2019 09:43:04 -0700 Subject: [PATCH] Add preset for shop=boat --- data/presets.yaml | 5 +++++ data/presets/presets.json | 1 + data/presets/presets/shop/boat.json | 20 ++++++++++++++++++++ data/taginfo.json | 1 + dist/locales/en.json | 4 ++++ 5 files changed, 31 insertions(+) create mode 100644 data/presets/presets/shop/boat.json diff --git a/data/presets.yaml b/data/presets.yaml index eb357a538..bc9fcd248 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -6439,6 +6439,11 @@ en: name: Bicycle Shop # 'terms: bike,repair,tricycle,unicycle' terms: '' + shop/boat: + # shop=boat + name: Boat Store + # 'terms: fishing boat,jetski,motorboat,rowboat,sailboat,vessel,watercraft' + terms: '' shop/bookmaker: # shop=bookmaker name: Bookmaker diff --git a/data/presets/presets.json b/data/presets/presets.json index bf47bf6dc..989a199c4 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -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"}, diff --git a/data/presets/presets/shop/boat.json b/data/presets/presets/shop/boat.json new file mode 100644 index 000000000..a8f411998 --- /dev/null +++ b/data/presets/presets/shop/boat.json @@ -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" +} diff --git a/data/taginfo.json b/data/taginfo.json index acd7a222e..ae718bdf3 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -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"}, diff --git a/dist/locales/en.json b/dist/locales/en.json index d5644eddf..9476c2ec8 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -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"