Merge pull request #4478 from YuliyaVeklicheva/add_landuse=religious_preset

Add landuse=religious preset
This commit is contained in:
Bryan Housel
2017-10-27 12:01:14 -04:00
committed by GitHub
7 changed files with 42 additions and 2 deletions
+4
View File
@@ -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
+2 -1
View File
@@ -55,7 +55,8 @@
"landuse/meadow",
"landuse/aquaculture",
"landuse/cemetery",
"landuse/military"
"landuse/military",
"landuse/religious"
]
},
"category-natural-area": {
+2 -1
View File
@@ -13,6 +13,7 @@
"landuse/meadow",
"landuse/aquaculture",
"landuse/cemetery",
"landuse/military"
"landuse/military",
"landuse/religious"
]
}
+13
View File
@@ -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"
}
+4
View File
@@ -1654,6 +1654,10 @@
"key": "landuse",
"value": "recreation_ground"
},
{
"key": "landuse",
"value": "religious"
},
{
"key": "landuse",
"value": "residential"
+4
View File
@@ -4078,6 +4078,10 @@
"name": "Recreation Ground",
"terms": "playing fields"
},
"landuse/religious": {
"name": "Religious Area",
"terms": ""
},
"landuse/residential": {
"name": "Residential Area",
"terms": ""