Add apartments preset (fixes #1199)

This commit is contained in:
John Firebaugh
2013-03-29 15:42:21 -07:00
parent 6c8bb657e3
commit 3bc1b6990e
4 changed files with 39 additions and 0 deletions
+4
View File
@@ -749,6 +749,10 @@ locale.en = {
"name": "Building",
"terms": ""
},
"building/apartments": {
"name": "Apartments",
"terms": ""
},
"building/entrance": {
"name": "Entrance",
"terms": ""
+3
View File
@@ -318,6 +318,9 @@ en:
building:
name: Building
terms: ""
building/apartments:
name: Apartments
terms: ""
building/entrance:
name: Entrance
terms: ""
+16
View File
@@ -1021,6 +1021,22 @@
"terms": [],
"name": "Building"
},
"building/apartments": {
"icon": "commercial",
"fields": [
"address",
"levels"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"building": "apartments"
},
"name": "Apartments"
},
"building/entrance": {
"geometry": [
"vertex"
@@ -0,0 +1,16 @@
{
"icon": "commercial",
"fields": [
"address",
"levels"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"building": "apartments"
},
"name": "Apartments"
}