mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 15:34:49 +02:00
added new feature
This commit is contained in:
+1
-1
@@ -5222,7 +5222,7 @@ en:
|
||||
historic/pillory:
|
||||
# historic=pillory
|
||||
name: Historic Pillory
|
||||
# 'terms: military'
|
||||
# 'terms: attraction'
|
||||
terms: '<translate with synonyms or related terms for ''Historic Pillory'', separated by commas>'
|
||||
historic/ruins:
|
||||
# historic=ruins
|
||||
|
||||
@@ -573,7 +573,7 @@
|
||||
"historic/memorial": {"icon": "maki-monument", "fields": ["name", "memorial", "inscription", "material"], "moreFields": ["{historic}", "website"], "geometry": ["point", "vertex", "area"], "terms": ["dedicatory", "epitaph", "remember", "remembrance", "memory", "monument", "stolperstein"], "tags": {"historic": "memorial"}, "name": "Memorial"},
|
||||
"historic/memorial/plaque": {"icon": "temaki-plaque", "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": ["{historic}", "material"], "geometry": ["point", "vertex", "area"], "tags": {"historic": "monument"}, "name": "Monument"},
|
||||
"historic/pillory": {"icon": "maki-monument", "fields": ["name", "building_area", "access_simple", "start_date"], "geometry": ["point", "area"], "tags": {"historic": "pillory"}, "terms": ["military"], "name": "Historic Pillory"},
|
||||
"historic/pillory": {"icon": "maki-monument", "fields": ["name", "building_area", "access_simple", "start_date"], "geometry": ["point", "area"], "tags": {"historic": "pillory"}, "terms": ["attraction"], "name": "Historic Pillory"},
|
||||
"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"},
|
||||
"historic/wayside_cross": {"icon": "maki-religious-christian", "fields": ["name", "inscription"], "moreFields": ["{historic}", "material"], "geometry": ["point", "vertex", "area"], "tags": {"historic": "wayside_cross"}, "name": "Wayside Cross"},
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
"historic": "pillory"
|
||||
},
|
||||
"terms": [
|
||||
"military"
|
||||
"attraction"
|
||||
],
|
||||
"name": "Historic Pillory"
|
||||
}
|
||||
|
||||
Vendored
+1
-1
@@ -7049,7 +7049,7 @@
|
||||
},
|
||||
"historic/pillory": {
|
||||
"name": "Historic Pillory",
|
||||
"terms": "military"
|
||||
"terms": "attraction"
|
||||
},
|
||||
"historic/ruins": {
|
||||
"name": "Ruins",
|
||||
|
||||
Reference in New Issue
Block a user