Add preset for deprecated building=entrance tag

This commit is contained in:
John Firebaugh
2013-03-19 15:57:39 -07:00
parent 0375349d0f
commit e52c34ae2e
4 changed files with 27 additions and 0 deletions
+4
View File
@@ -588,6 +588,10 @@ locale.en = {
"name": "Building",
"terms": ""
},
"building/entrance": {
"name": "Entrance",
"terms": ""
},
"entrance": {
"name": "Entrance",
"terms": ""
+3
View File
@@ -256,6 +256,9 @@ en:
building:
name: Building
terms: ""
building/entrance:
name: Entrance
terms: ""
entrance:
name: Entrance
terms: ""
+10
View File
@@ -837,6 +837,16 @@
"terms": [],
"name": "Building"
},
"building/entrance": {
"geometry": [
"vertex"
],
"tags": {
"building": "entrance"
},
"name": "Entrance",
"searchable": false
},
"entrance": {
"geometry": [
"vertex"
@@ -0,0 +1,10 @@
{
"geometry": [
"vertex"
],
"tags": {
"building": "entrance"
},
"name": "Entrance",
"searchable": false
}