mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
Add denomination=* field for cemetary, graveyard, funeral home.
This commit is contained in:
@@ -836,7 +836,8 @@
|
||||
"amenity/grave_yard": {
|
||||
"icon": "cemetery",
|
||||
"fields": [
|
||||
"religion"
|
||||
"religion",
|
||||
"denomination"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
@@ -4419,7 +4420,8 @@
|
||||
"landuse/cemetery": {
|
||||
"icon": "cemetery",
|
||||
"fields": [
|
||||
"religion"
|
||||
"religion",
|
||||
"denomination"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
@@ -6854,7 +6856,8 @@
|
||||
"fields": [
|
||||
"address",
|
||||
"building_area",
|
||||
"religion"
|
||||
"religion",
|
||||
"denomination"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"icon": "cemetery",
|
||||
"fields": [
|
||||
"religion"
|
||||
"religion",
|
||||
"denomination"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
@@ -12,4 +13,4 @@
|
||||
"amenity": "grave_yard"
|
||||
},
|
||||
"name": "Graveyard"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"icon": "cemetery",
|
||||
"fields": [
|
||||
"religion"
|
||||
"religion",
|
||||
"denomination"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
@@ -13,4 +14,4 @@
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Cemetery"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
"fields": [
|
||||
"address",
|
||||
"building_area",
|
||||
"religion"
|
||||
"religion",
|
||||
"denomination"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
Reference in New Issue
Block a user