mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-13 04:44:50 +02:00
Add Commemorative Plaque preset
Deprecate memorial=plate
This commit is contained in:
@@ -279,6 +279,10 @@
|
||||
"old": {"man_made": "well"},
|
||||
"replace": {"man_made": "water_well"}
|
||||
},
|
||||
{
|
||||
"old": {"memorial": "plate"},
|
||||
"replace": {"memorial": "plaque"}
|
||||
},
|
||||
{
|
||||
"old": {"mining_resource": "*"},
|
||||
"replace": {"resource": "$1"}
|
||||
|
||||
@@ -4357,6 +4357,11 @@ en:
|
||||
name: Memorial
|
||||
# 'terms: dedicatory,epitaph,remember,remembrance,memory,monument,stolperstein'
|
||||
terms: '<translate with synonyms or related terms for ''Memorial'', separated by commas>'
|
||||
historic/memorial/plaque:
|
||||
# 'historic=memorial, memorial=plaque'
|
||||
name: Commemorative Plaque
|
||||
# 'terms: dedicatory,epitaph,historical marker,remember,remembrance,memory'
|
||||
terms: '<translate with synonyms or related terms for ''Commemorative Plaque'', separated by commas>'
|
||||
historic/monument:
|
||||
# historic=monument
|
||||
name: Monument
|
||||
|
||||
@@ -488,7 +488,8 @@
|
||||
"historic/archaeological_site": {"icon": "temaki-ruins", "fields": ["name", "site_type", "historic/civilization", "inscription", "access_simple"], "geometry": ["point", "vertex", "area"], "tags": {"historic": "archaeological_site"}, "name": "Archaeological Site"},
|
||||
"historic/boundary_stone": {"icon": "temaki-milestone", "fields": ["name", "inscription"], "moreFields": ["material"], "geometry": ["point", "vertex"], "tags": {"historic": "boundary_stone"}, "name": "Boundary Stone"},
|
||||
"historic/castle": {"icon": "maki-castle", "fields": ["name", "castle_type", "building_area", "historic/civilization", "access_simple"], "geometry": ["point", "area"], "tags": {"historic": "castle"}, "name": "Castle"},
|
||||
"historic/memorial": {"icon": "maki-monument", "fields": ["name", "memorial", "inscription"], "moreFields": ["material", "website"], "geometry": ["point", "vertex", "area"], "terms": ["dedicatory", "epitaph", "remember", "remembrance", "memory", "monument", "stolperstein"], "tags": {"historic": "memorial"}, "name": "Memorial"},
|
||||
"historic/memorial": {"icon": "maki-monument", "fields": ["name", "memorial", "inscription", "material"], "moreFields": ["website"], "geometry": ["point", "vertex", "area"], "terms": ["dedicatory", "epitaph", "remember", "remembrance", "memory", "monument", "stolperstein"], "tags": {"historic": "memorial"}, "name": "Memorial"},
|
||||
"historic/memorial/plaque": {"icon": "maki-monument", "fields": ["{historic/memorial}", "direction"], "geometry": ["point", "vertex"], "terms": ["dedicatory", "epitaph", "historical marker", "remember", "remembrance", "memory"], "tags": {"historic": "memorial", "memorial": "plaque"}, "reference": {"key": "memorial", "value": "plaque"}, "name": "Commemorative Plaque"},
|
||||
"historic/monument": {"icon": "maki-monument", "fields": ["name", "inscription", "access_simple"], "moreFields": ["material"], "geometry": ["point", "vertex", "area"], "tags": {"historic": "monument"}, "name": "Monument"},
|
||||
"historic/ruins": {"icon": "temaki-ruins", "fields": ["name", "historic/civilization", "inscription", "access_simple"], "geometry": ["point", "vertex", "area"], "tags": {"historic": "ruins"}, "name": "Ruins"},
|
||||
"historic/tomb": {"icon": "maki-cemetery", "fields": ["name", "tomb", "building_area", "inscription", "access_simple"], "geometry": ["point", "area"], "tags": {"historic": "tomb"}, "name": "Tomb"},
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
"fields": [
|
||||
"name",
|
||||
"memorial",
|
||||
"inscription"
|
||||
"inscription",
|
||||
"material"
|
||||
],
|
||||
"moreFields": [
|
||||
"material",
|
||||
"website"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"icon": "maki-monument",
|
||||
"fields": [
|
||||
"{historic/memorial}",
|
||||
"direction"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"dedicatory",
|
||||
"epitaph",
|
||||
"historical marker",
|
||||
"remember",
|
||||
"remembrance",
|
||||
"memory"
|
||||
],
|
||||
"tags": {
|
||||
"historic": "memorial",
|
||||
"memorial": "plaque"
|
||||
},
|
||||
"reference": {
|
||||
"key": "memorial",
|
||||
"value": "plaque"
|
||||
},
|
||||
"name": "Commemorative Plaque"
|
||||
}
|
||||
@@ -470,6 +470,7 @@
|
||||
{"key": "historic", "value": "boundary_stone", "description": "🄿 Boundary Stone", "object_types": ["node"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/milestone.svg?sanitize=true"},
|
||||
{"key": "historic", "value": "castle", "description": "🄿 Castle", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/castle-15.svg?sanitize=true"},
|
||||
{"key": "historic", "value": "memorial", "description": "🄿 Memorial", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/monument-15.svg?sanitize=true"},
|
||||
{"key": "memorial", "value": "plaque", "description": "🄿 Commemorative Plaque", "object_types": ["node"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/monument-15.svg?sanitize=true"},
|
||||
{"key": "historic", "value": "monument", "description": "🄿 Monument", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/monument-15.svg?sanitize=true"},
|
||||
{"key": "historic", "value": "ruins", "description": "🄿 Ruins", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/ruins.svg?sanitize=true"},
|
||||
{"key": "historic", "value": "tomb", "description": "🄿 Tomb", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/cemetery-15.svg?sanitize=true"},
|
||||
|
||||
Vendored
+4
@@ -5941,6 +5941,10 @@
|
||||
"name": "Memorial",
|
||||
"terms": "dedicatory,epitaph,remember,remembrance,memory,monument,stolperstein"
|
||||
},
|
||||
"historic/memorial/plaque": {
|
||||
"name": "Commemorative Plaque",
|
||||
"terms": "dedicatory,epitaph,historical marker,remember,remembrance,memory"
|
||||
},
|
||||
"historic/monument": {
|
||||
"name": "Monument",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user