Add preset for landuse=military

This commit is contained in:
John Firebaugh
2014-04-15 10:30:22 -07:00
parent a5f095bd9c
commit c21bf171e7
6 changed files with 31 additions and 2 deletions
+3
View File
@@ -1118,6 +1118,9 @@ en:
landuse/meadow:
name: Meadow
terms: "<translate with synonyms or related terms for 'Meadow', separated by commas>"
landuse/military:
name: Military
terms: "<translate with synonyms or related terms for 'Military', separated by commas>"
landuse/orchard:
name: Orchard
terms: "<translate with synonyms or related terms for 'Orchard', separated by commas>"
+2 -1
View File
@@ -39,7 +39,8 @@
"landuse/farmyard",
"landuse/forest",
"landuse/meadow",
"landuse/cemetery"
"landuse/cemetery",
"landuse/military"
]
},
"category-path": {
+2 -1
View File
@@ -11,6 +11,7 @@
"landuse/farmyard",
"landuse/forest",
"landuse/meadow",
"landuse/cemetery"
"landuse/cemetery",
"landuse/military"
]
}
+10
View File
@@ -4567,6 +4567,16 @@
"terms": [],
"name": "Meadow"
},
"landuse/military": {
"geometry": [
"area"
],
"tags": {
"landuse": "military"
},
"terms": [],
"name": "Military"
},
"landuse/orchard": {
"fields": [
"trees"
@@ -0,0 +1,10 @@
{
"geometry": [
"area"
],
"tags": {
"landuse": "military"
},
"terms": [],
"name": "Military"
}
+4
View File
@@ -1927,6 +1927,10 @@
"name": "Meadow",
"terms": ""
},
"landuse/military": {
"name": "Military",
"terms": ""
},
"landuse/orchard": {
"name": "Orchard",
"terms": ""