mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 19:26:41 +02:00
Add religion to cemetery preset (fixes #2164)
This commit is contained in:
@@ -4400,8 +4400,12 @@
|
||||
},
|
||||
"landuse/cemetery": {
|
||||
"icon": "cemetery",
|
||||
"fields": [
|
||||
"religion"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -1,7 +1,11 @@
|
||||
{
|
||||
"icon": "cemetery",
|
||||
"fields": [
|
||||
"religion"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
Reference in New Issue
Block a user