mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
Add religion, denomination fields to religious landuse preset
(closes #4721)
This commit is contained in:
@@ -9139,7 +9139,9 @@
|
||||
"area"
|
||||
],
|
||||
"fields": [
|
||||
"name"
|
||||
"name",
|
||||
"religion",
|
||||
"denomination"
|
||||
],
|
||||
"tags": {
|
||||
"landuse": "religious"
|
||||
|
||||
@@ -1,13 +1,15 @@
|
||||
{
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"fields": [
|
||||
"name"
|
||||
],
|
||||
"tags": {
|
||||
"landuse": "religious"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Religious Area"
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"fields": [
|
||||
"name",
|
||||
"religion",
|
||||
"denomination"
|
||||
],
|
||||
"tags": {
|
||||
"landuse": "religious"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Religious Area"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user