mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 16:19:48 +02:00
Add preset for shop=boat
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"},
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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"},
|
||||
|
||||
Vendored
+4
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user