Add preset for memorial=blue_plaque (#1601)

This commit is contained in:
Harry Bond 2025-06-24 21:06:03 +01:00 committed by GitHub
parent 036d2aeccd
commit c91ebf6c91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,30 @@
{
"icon": "temaki-plaque",
"fields": [
"name",
"inscription",
"subject/wikidata"
],
"moreFields": [
"direction",
"image",
"wikimedia_commons"
],
"geometry": [
"point",
"vertex"
],
"tags": {
"memorial": "blue_plaque"
},
"addTags": {
"historic": "memorial"
},
"name": "Blue Plaque",
"locationSet": {
"include": [
"gb",
"ie"
]
}
}