Merge pull request #8038 from animesh-007/7958

added morgue preset
This commit is contained in:
Quincy Morgan
2020-10-05 10:23:28 -04:00
committed by GitHub
5 changed files with 29 additions and 0 deletions

View File

@@ -6749,6 +6749,11 @@ en:
name: Military Trench
# 'terms: dugout,firestep,fox hole,infantry trench,war trench'
terms: '<translate with synonyms or related terms for ''Military Trench'', separated by commas>'
mortuary:
# amenity=mortuary
name: Morgue
# 'terms: memorial home'
terms: '<translate with synonyms or related terms for ''Morgue'', separated by commas>'
natural:
# natural=*
name: Natural Feature

View File

@@ -827,6 +827,7 @@
"military/nuclear_explosion_site": {"icon": "maki-danger", "fields": ["name"], "moreFields": ["gnis/feature_id"], "geometry": ["point", "vertex", "area"], "tags": {"military": "nuclear_explosion_site"}, "terms": ["atom", "blast", "bomb", "detonat*", "nuke", "site", "test"], "name": "Nuclear Explosion Site"},
"military/office": {"icon": "temaki-military", "fields": ["name", "building_area"], "moreFields": ["gnis/feature_id", "level"], "geometry": ["point", "area"], "tags": {"military": "office"}, "terms": ["air force", "army", "base", "enlist", "fight", "force", "guard", "marine", "navy", "recruit", "troop", "war"], "name": "Military Office"},
"military/trench": {"icon": "temaki-trench", "fields": ["name", "trench"], "geometry": ["point", "line"], "tags": {"military": "trench"}, "terms": ["dugout", "firestep", "fox hole", "infantry trench", "war trench"], "name": "Military Trench"},
"mortuary": {"icon": "maki-cemetery", "fields": ["religion", "denomination"], "geometry": ["point", "area"], "terms": ["memorial home"], "tags": {"amenity": "mortuary"}, "name": "Morgue"},
"natural/bare_rock": {"geometry": ["area"], "tags": {"natural": "bare_rock"}, "terms": ["rock"], "name": "Bare Rock"},
"natural/bay": {"icon": "temaki-beach", "geometry": ["point", "line", "area"], "fields": ["name"], "tags": {"natural": "bay"}, "terms": [], "name": "Bay"},
"natural/beach": {"icon": "temaki-beach", "fields": ["surface"], "geometry": ["point", "area"], "tags": {"natural": "beach"}, "terms": ["shore"], "name": "Beach"},

View File

@@ -0,0 +1,18 @@
{
"icon": "maki-cemetery",
"fields": [
"religion",
"denomination"
],
"geometry": [
"point",
"area"
],
"terms": [
"memorial home"
],
"tags": {
"amenity": "mortuary"
},
"name": "Morgue"
}

View File

@@ -805,6 +805,7 @@
{"key": "military", "value": "nuclear_explosion_site", "description": "🄿 Nuclear Explosion Site", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/danger-15.svg"},
{"key": "military", "value": "office", "description": "🄿 Military Office", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/military.svg"},
{"key": "military", "value": "trench", "description": "🄿 Military Trench", "object_types": ["node", "way"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/trench.svg"},
{"key": "amenity", "value": "mortuary", "description": "🄿 Morgue", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/cemetery-15.svg"},
{"key": "natural", "value": "bare_rock", "description": "🄿 Bare Rock", "object_types": ["area"]},
{"key": "natural", "value": "bay", "description": "🄿 Bay", "object_types": ["node", "way", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/beach.svg"},
{"key": "natural", "value": "beach", "description": "🄿 Beach", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/beach.svg"},

View File

@@ -8624,6 +8624,10 @@
"name": "Military Trench",
"terms": "dugout,firestep,fox hole,infantry trench,war trench"
},
"mortuary": {
"name": "Morgue",
"terms": "memorial home"
},
"natural/bare_rock": {
"name": "Bare Rock",
"terms": "rock"