diff --git a/data/presets.yaml b/data/presets.yaml index 1aa9991aa..5d6148a94 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -6749,6 +6749,11 @@ en: name: Military Trench # 'terms: dugout,firestep,fox hole,infantry trench,war trench' terms: '' + mortuary: + # amenity=mortuary + name: Morgue + # 'terms: memorial home' + terms: '' natural: # natural=* name: Natural Feature diff --git a/data/presets/presets.json b/data/presets/presets.json index f425659aa..9588764e1 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -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"}, diff --git a/data/presets/presets/mortuary.json b/data/presets/presets/mortuary.json new file mode 100644 index 000000000..7def68f18 --- /dev/null +++ b/data/presets/presets/mortuary.json @@ -0,0 +1,18 @@ +{ + "icon": "maki-cemetery", + "fields": [ + "religion", + "denomination" + ], + "geometry": [ + "point", + "area" + ], + "terms": [ + "memorial home" + ], + "tags": { + "amenity": "mortuary" + }, + "name": "Morgue" +} diff --git a/data/taginfo.json b/data/taginfo.json index 33410239c..597d566fb 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -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"}, diff --git a/dist/locales/en.json b/dist/locales/en.json index ebb847bad..e77b386c1 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -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"