Add Trail Marker preset for information=route_marker

This commit is contained in:
Quincy Morgan
2019-03-19 09:13:52 -04:00
parent c3216ddeca
commit 9608dce0ee
5 changed files with 44 additions and 0 deletions
+5
View File
@@ -6800,6 +6800,11 @@ en:
# 'tourism=information, information=office'
name: Tourist Information Office
terms: '<translate with synonyms or related terms for ''Tourist Information Office'', separated by commas>'
tourism/information/route_marker:
# 'tourism=information, information=route_marker'
name: Trail Marker
# 'terms: cairn,painted blaze,route flag,route marker,stone pile,trail blaze,trail post,way marker'
terms: '<translate with synonyms or related terms for ''Trail Marker'', separated by commas>'
tourism/motel:
# tourism=motel
name: Motel
+1
View File
@@ -1022,6 +1022,7 @@
"tourism/information/guidepost": {"icon": "maki-information", "fields": ["name", "elevation", "operator", "ref"], "moreFields": ["material"], "geometry": ["point", "vertex"], "terms": ["signpost"], "tags": {"tourism": "information", "information": "guidepost"}, "reference": {"key": "information", "value": "guidepost"}, "name": "Guidepost"},
"tourism/information/map": {"icon": "maki-information", "fields": ["operator", "map_type", "map_size", "direction"], "geometry": ["point", "vertex"], "tags": {"tourism": "information", "information": "map"}, "reference": {"key": "information", "value": "map"}, "name": "Map"},
"tourism/information/office": {"icon": "maki-information", "fields": ["name", "operator", "address", "building_area"], "moreFields": ["internet_access", "internet_access/fee", "internet_access/ssid", "website", "phone", "email", "fax", "wheelchair"], "geometry": ["point", "vertex", "area"], "tags": {"tourism": "information", "information": "office"}, "reference": {"key": "information", "value": "office"}, "name": "Tourist Information Office"},
"tourism/information/route_marker": {"icon": "maki-information", "fields": ["ref", "operator", "colour", "material", "elevation"], "geometry": ["point", "vertex"], "terms": ["cairn", "painted blaze", "route flag", "route marker", "stone pile", "trail blaze", "trail post", "way marker"], "tags": {"tourism": "information", "information": "route_marker"}, "reference": {"key": "information", "value": "route_marker"}, "name": "Trail Marker"},
"tourism/motel": {"icon": "maki-lodging", "fields": ["name", "brand", "address", "building_area", "rooms", "internet_access"], "moreFields": ["air_conditioning", "operator", "smoking", "payment_multi", "internet_access/fee", "internet_access/ssid", "website", "phone", "email", "fax", "wheelchair"], "geometry": ["point", "area"], "tags": {"tourism": "motel"}, "name": "Motel"},
"tourism/museum": {"icon": "temaki-museum", "fields": ["name", "operator", "address", "building_area", "opening_hours"], "moreFields": ["air_conditioning", "fee", "payment_multi", "website", "phone", "email", "fax", "wheelchair"], "geometry": ["point", "area"], "terms": ["art*", "exhibit*", "gallery", "foundation", "hall", "institution", "paint*", "photo*", "sculpt*"], "tags": {"tourism": "museum"}, "name": "Museum"},
"tourism/picnic_site": {"icon": "maki-picnic-site", "fields": ["name", "operator", "address", "access_simple", "capacity"], "moreFields": ["smoking", "fee", "payment_multi", "website", "wheelchair"], "geometry": ["point", "vertex", "area"], "terms": ["camp"], "tags": {"tourism": "picnic_site"}, "name": "Picnic Site"},
@@ -0,0 +1,33 @@
{
"icon": "maki-information",
"fields": [
"ref",
"operator",
"colour",
"material",
"elevation"
],
"geometry": [
"point",
"vertex"
],
"terms": [
"cairn",
"painted blaze",
"route flag",
"route marker",
"stone pile",
"trail blaze",
"trail post",
"way marker"
],
"tags": {
"tourism": "information",
"information": "route_marker"
},
"reference": {
"key": "information",
"value": "route_marker"
},
"name": "Trail Marker"
}
+1
View File
@@ -967,6 +967,7 @@
{"key": "information", "value": "guidepost", "description": "🄿 Guidepost", "object_types": ["node"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/information-15.svg?sanitize=true"},
{"key": "information", "value": "map", "description": "🄿 Map", "object_types": ["node"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/information-15.svg?sanitize=true"},
{"key": "information", "value": "office", "description": "🄿 Tourist Information Office", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/information-15.svg?sanitize=true"},
{"key": "information", "value": "route_marker", "description": "🄿 Trail Marker", "object_types": ["node"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/information-15.svg?sanitize=true"},
{"key": "tourism", "value": "motel", "description": "🄿 Motel", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/lodging-15.svg?sanitize=true"},
{"key": "tourism", "value": "museum", "description": "🄿 Museum", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/museum.svg?sanitize=true"},
{"key": "tourism", "value": "picnic_site", "description": "🄿 Picnic Site", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/picnic-site-15.svg?sanitize=true"},
+4
View File
@@ -8026,6 +8026,10 @@
"name": "Tourist Information Office",
"terms": ""
},
"tourism/information/route_marker": {
"name": "Trail Marker",
"terms": "cairn,painted blaze,route flag,route marker,stone pile,trail blaze,trail post,way marker"
},
"tourism/motel": {
"name": "Motel",
"terms": ""