mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 21:03:51 +01:00
Add grave preset (#522)
This commit is contained in:
parent
378e058db2
commit
0215d6696f
1 changed files with 22 additions and 0 deletions
22
data/presets/cemetery/grave.json
Normal file
22
data/presets/cemetery/grave.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"icon": "maki-cemetery",
|
||||
"fields": [
|
||||
"name",
|
||||
"inscription"
|
||||
],
|
||||
"moreFields": [
|
||||
"description"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"cemetery": "grave"
|
||||
},
|
||||
"terms": [
|
||||
"mausoleum",
|
||||
"tomb"
|
||||
],
|
||||
"name": "Grave"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue