Merge pull request #8040 from animesh-007/7914

added hot spring preset
This commit is contained in:
Quincy Morgan
2020-10-02 15:16:10 -04:00
committed by GitHub
5 changed files with 33 additions and 0 deletions

View File

@@ -5691,6 +5691,10 @@ en:
name: Shipwreck
# 'terms: hull,mast,maritime,remains,ship,boat'
terms: '<translate with synonyms or related terms for ''Shipwreck'', separated by commas>'
hot_spring:
# natural=hot_spring
name: Hot Spring
terms: '<translate with synonyms or related terms for ''Hot Spring'', separated by commas>'
indoor:
# indoor=*
name: Indoor Feature

View File

@@ -607,6 +607,7 @@
"historic/wayside_cross": {"icon": "maki-religious-christian", "fields": ["name", "inscription", "material"], "moreFields": ["{historic}", "start_date", "religion", "denomination"], "geometry": ["point", "vertex", "area"], "tags": {"historic": "wayside_cross"}, "name": "Wayside Cross"},
"historic/wayside_shrine": {"icon": "maki-landmark", "fields": ["name", "religion", "denomination", "inscription", "access_simple"], "geometry": ["point", "vertex", "area"], "tags": {"historic": "wayside_shrine"}, "name": "Wayside Shrine"},
"historic/wreck": {"icon": "temaki-ruins", "fields": ["name", "access_simple", "seamark/wreck/category", "historic/wreck/date_sunk", "historic/wreck/visible_at_low_tide", "historic/wreck/visible_at_high_tide"], "moreFields": ["{historic}", "seamark/type"], "geometry": ["point", "area"], "tags": {"historic": "wreck"}, "addTags": {"historic": "wreck", "seamark:type": "wreck"}, "terms": ["hull", "mast", "maritime", "remains", "ship", "boat"], "name": "Shipwreck"},
"hot_spring": {"icon": "maki-water", "fields": ["name", "water", "hot_water", "intermittent"], "moreFields": ["fishing", "gnis/feature_id", "salt", "tidal"], "geometry": ["area"], "tags": {"natural": "hot_spring"}, "name": "Hot Spring"},
"indoor/corridor_line": {"fields": ["level", "name"], "geometry": ["line"], "tags": {"indoor": "corridor"}, "searchable": false, "matchScore": 1.1, "name": "Indoor Corridor", "replacement": "highway/corridor"},
"indoor/area": {"fields": ["level", "name", "ref_room_number", "height"], "geometry": ["area"], "tags": {"indoor": "area"}, "terms": ["indoor space"], "matchScore": 0.8, "name": "Indoor Area"},
"indoor/corridor": {"icon": "temaki-pedestrian", "fields": ["level", "name", "ref", "height"], "geometry": ["area"], "tags": {"indoor": "corridor"}, "terms": ["concourse", "foyer", "hallway", "passageway"], "matchScore": 0.8, "name": "Indoor Corridor"},

View File

@@ -0,0 +1,23 @@
{
"icon": "maki-water",
"fields": [
"name",
"water",
"hot_water",
"intermittent"
],
"moreFields": [
"fishing",
"gnis/feature_id",
"salt",
"tidal"
],
"geometry": [
"area"
],
"tags": {
"natural": "hot_spring"
},
"name": "Hot Spring"
}

View File

@@ -590,6 +590,7 @@
{"key": "historic", "value": "wayside_cross", "description": "🄿 Wayside Cross", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/religious-christian-15.svg"},
{"key": "historic", "value": "wayside_shrine", "description": "🄿 Wayside Shrine", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/landmark-15.svg"},
{"key": "historic", "value": "wreck", "description": "🄿 Shipwreck", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/ruins.svg"},
{"key": "natural", "value": "hot_spring", "description": "🄿 Hot Spring", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/water-15.svg"},
{"key": "indoor", "value": "corridor", "description": "🄿 Indoor Corridor (unsearchable), 🄿 Indoor Corridor", "object_types": ["way"]},
{"key": "indoor", "value": "area", "description": "🄿 Indoor Area", "object_types": ["area"]},
{"key": "indoor", "value": "door", "description": "🄿 Indoor Door", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/entrance-alt1-15.svg"},