mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-20 07:24:41 +02:00
Add grave preset (#522)
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"icon": "maki-cemetery",
|
||||
"fields": [
|
||||
"name",
|
||||
"inscription"
|
||||
],
|
||||
"moreFields": [
|
||||
"description"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"cemetery": "grave"
|
||||
},
|
||||
"terms": [
|
||||
"mausoleum",
|
||||
"tomb"
|
||||
],
|
||||
"name": "Grave"
|
||||
}
|
||||
Reference in New Issue
Block a user