Add entrance preset

This commit is contained in:
John Firebaugh
2013-03-14 14:59:42 -07:00
parent 3c7d8f4026
commit 7df4f742f6
5 changed files with 34 additions and 0 deletions

View File

@@ -42,6 +42,8 @@ en:
label: Elevation
emergency:
label: Emergency
entrance:
label: Type
fax:
label: Fax
fee:

View File

@@ -84,6 +84,10 @@
"key": "emergency",
"type": "check"
},
"entrance": {
"key": "entrance",
"type": "combo"
},
"fax": {
"key": "fax",
"type": "tel"

View File

@@ -0,0 +1,4 @@
{
"key": "entrance",
"type": "combo"
}

View File

@@ -926,6 +926,18 @@
},
"terms": []
},
{
"name": "entrance",
"geometry": [
"vertex"
],
"tags": {
"entrance": "*"
},
"fields": [
"entrance"
]
},
{
"name": "highway",
"fields": [

View File

@@ -0,0 +1,12 @@
{
"name": "entrance",
"geometry": [
"vertex"
],
"tags": {
"entrance": "*"
},
"fields": [
"entrance"
]
}