Merge pull request #8039 from animesh-007/7947

Added Lounger preset
This commit is contained in:
Quincy Morgan
2020-10-02 15:17:13 -04:00
committed by GitHub
5 changed files with 43 additions and 0 deletions
+5
View File
@@ -6365,6 +6365,11 @@ en:
name: Line
# 'terms: polyline'
terms: '<translate with synonyms or related terms for ''Line'', separated by commas>'
lounger:
# amenity=lounger
name: Lounger
# 'terms: seat,chair,bench'
terms: '<translate with synonyms or related terms for ''Lounger'', separated by commas>'
man_made:
# man_made=*
name: Man Made Feature
+1
View File
@@ -748,6 +748,7 @@
"leisure/trampoline_park": {"icon": "fas-chevron-circle-up", "fields": ["name", "address", "building_area", "opening_hours", "opening_hours/covid19", "phone", "website"], "moreFields": ["brand", "charge_fee", "email", "fax", "fee", "gnis/feature_id", "internet_access", "internet_access/fee", "internet_access/ssid", "operator", "payment_multi"], "geometry": ["point", "area"], "tags": {"leisure": "trampoline_park"}, "terms": ["bounce", "jump", "spring"], "name": "Trampoline Park"},
"leisure/water_park": {"icon": "fas-swimmer", "fields": ["{tourism/theme_park}", "sport"], "moreFields": ["{tourism/theme_park}"], "geometry": ["area", "point"], "terms": ["swim", "pool", "dive"], "tags": {"leisure": "water_park"}, "name": "Water Park"},
"line": {"fields": ["name"], "geometry": ["line"], "tags": {}, "terms": ["polyline"], "name": "Line", "matchScore": 0.1},
"lounger": {"icon": "temaki-bench", "fields": ["backrest", "material", "seats", "colour"], "moreFields": ["access_simple", "height", "inscription", "level", "lit", "manufacturer", "operator"], "geometry": ["point", "vertex", "line"], "terms": ["seat", "chair", "bench"], "tags": {"amenity": "lounger"}, "name": "Lounger"},
"man_made/adit": {"icon": "temaki-adit_profile", "geometry": ["point", "area"], "fields": ["name", "operator", "resource", "direction"], "moreFields": ["gnis/feature_id"], "terms": ["cave", "horizontal mine entrance", "tunnel", "underground"], "tags": {"man_made": "adit"}, "name": "Adit"},
"man_made/antenna": {"icon": "temaki-antenna", "fields": ["communication_multi", "operator", "manufacturer", "height"], "geometry": ["point"], "terms": ["broadcast", "cell phone", "cell", "communication", "mobile phone", "radio", "television", "transmission", "tv"], "tags": {"man_made": "antenna"}, "name": "Antenna"},
"man_made/beacon": {"icon": "maki-communications-tower", "fields": ["name", "height"], "moreFields": ["seamark/type"], "geometry": ["point", "vertex", "area"], "tags": {"man_made": "beacon"}, "name": "Beacon", "matchScore": 0.5},
+32
View File
@@ -0,0 +1,32 @@
{
"icon": "temaki-bench",
"fields": [
"backrest",
"material",
"seats",
"colour"
],
"moreFields": [
"access_simple",
"height",
"inscription",
"level",
"lit",
"manufacturer",
"operator"
],
"geometry": [
"point",
"vertex",
"line"
],
"terms": [
"seat",
"chair",
"bench"
],
"tags": {
"amenity": "lounger"
},
"name": "Lounger"
}
+1
View File
@@ -727,6 +727,7 @@
{"key": "sport", "value": "running", "description": "🄿 Running Track", "object_types": ["node", "way", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/pitch-15.svg"},
{"key": "leisure", "value": "trampoline_park", "description": "🄿 Trampoline Park", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/fontawesome/fas-chevron-circle-up.svg"},
{"key": "leisure", "value": "water_park", "description": "🄿 Water Park", "object_types": ["area", "node"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/fontawesome/fas-swimmer.svg"},
{"key": "amenity", "value": "lounger", "description": "🄿 Lounger", "object_types": ["node", "way"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/bench.svg"},
{"key": "man_made", "value": "adit", "description": "🄿 Adit", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/adit_profile.svg"},
{"key": "man_made", "value": "antenna", "description": "🄿 Antenna", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/antenna.svg"},
{"key": "man_made", "value": "beacon", "description": "🄿 Beacon", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/communications-tower-15.svg"},
+4
View File
@@ -8306,6 +8306,10 @@
"name": "Line",
"terms": "polyline"
},
"lounger": {
"name": "Lounger",
"terms": "seat,chair,bench"
},
"man_made/adit": {
"name": "Adit",
"terms": "cave,horizontal mine entrance,tunnel,underground"