mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-17 22:24:49 +02:00
Merge pull request #4478 from YuliyaVeklicheva/add_landuse=religious_preset
Add landuse=religious preset
This commit is contained in:
@@ -3413,6 +3413,10 @@ en:
|
||||
name: Recreation Ground
|
||||
# 'terms: playing fields'
|
||||
terms: '<translate with synonyms or related terms for ''Recreation Ground'', separated by commas>'
|
||||
landuse/religious:
|
||||
# landuse=religious
|
||||
name: Religious Area
|
||||
terms: '<translate with synonyms or related terms for ''Religious Area'', separated by commas>'
|
||||
landuse/residential:
|
||||
# landuse=residential
|
||||
name: Residential Area
|
||||
|
||||
@@ -55,7 +55,8 @@
|
||||
"landuse/meadow",
|
||||
"landuse/aquaculture",
|
||||
"landuse/cemetery",
|
||||
"landuse/military"
|
||||
"landuse/military",
|
||||
"landuse/religious"
|
||||
]
|
||||
},
|
||||
"category-natural-area": {
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
"landuse/meadow",
|
||||
"landuse/aquaculture",
|
||||
"landuse/cemetery",
|
||||
"landuse/military"
|
||||
"landuse/military",
|
||||
"landuse/religious"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -8758,6 +8758,19 @@
|
||||
],
|
||||
"name": "Recreation Ground"
|
||||
},
|
||||
"landuse/religious": {
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"fields": [
|
||||
"name"
|
||||
],
|
||||
"tags": {
|
||||
"landuse": "religious"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Religious Area"
|
||||
},
|
||||
"landuse/residential": {
|
||||
"icon": "building",
|
||||
"geometry": [
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"fields": [
|
||||
"name"
|
||||
],
|
||||
"tags": {
|
||||
"landuse": "religious"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Religious Area"
|
||||
}
|
||||
@@ -1654,6 +1654,10 @@
|
||||
"key": "landuse",
|
||||
"value": "recreation_ground"
|
||||
},
|
||||
{
|
||||
"key": "landuse",
|
||||
"value": "religious"
|
||||
},
|
||||
{
|
||||
"key": "landuse",
|
||||
"value": "residential"
|
||||
|
||||
Vendored
+4
@@ -4078,6 +4078,10 @@
|
||||
"name": "Recreation Ground",
|
||||
"terms": "playing fields"
|
||||
},
|
||||
"landuse/religious": {
|
||||
"name": "Religious Area",
|
||||
"terms": ""
|
||||
},
|
||||
"landuse/residential": {
|
||||
"name": "Residential Area",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user