mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-17 22:24:49 +02:00
Add preset for deprecated building=entrance tag
This commit is contained in:
@@ -588,6 +588,10 @@ locale.en = {
|
||||
"name": "Building",
|
||||
"terms": ""
|
||||
},
|
||||
"building/entrance": {
|
||||
"name": "Entrance",
|
||||
"terms": ""
|
||||
},
|
||||
"entrance": {
|
||||
"name": "Entrance",
|
||||
"terms": ""
|
||||
|
||||
@@ -256,6 +256,9 @@ en:
|
||||
building:
|
||||
name: Building
|
||||
terms: ""
|
||||
building/entrance:
|
||||
name: Entrance
|
||||
terms: ""
|
||||
entrance:
|
||||
name: Entrance
|
||||
terms: ""
|
||||
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user