Add grave preset (#522)

This commit is contained in:
archpdx 2022-07-11 10:37:40 -07:00 committed by GitHub
parent 378e058db2
commit 0215d6696f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,22 @@
{
"icon": "maki-cemetery",
"fields": [
"name",
"inscription"
],
"moreFields": [
"description"
],
"geometry": [
"point",
"area"
],
"tags": {
"cemetery": "grave"
},
"terms": [
"mausoleum",
"tomb"
],
"name": "Grave"
}