mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-19 01:23:25 +00:00
Refine entrance presets (fixes #1757)
This commit is contained in:
@@ -1285,7 +1285,8 @@
|
||||
"tags": {
|
||||
"barrier": "entrance"
|
||||
},
|
||||
"name": "Entrance"
|
||||
"name": "Entrance",
|
||||
"searchable": false
|
||||
},
|
||||
"barrier/fence": {
|
||||
"geometry": [
|
||||
@@ -1576,7 +1577,8 @@
|
||||
"entrance": "*"
|
||||
},
|
||||
"fields": [
|
||||
"entrance"
|
||||
"entrance",
|
||||
"address"
|
||||
],
|
||||
"name": "Entrance"
|
||||
},
|
||||
|
||||
@@ -5,5 +5,6 @@
|
||||
"tags": {
|
||||
"barrier": "entrance"
|
||||
},
|
||||
"name": "Entrance"
|
||||
"name": "Entrance",
|
||||
"searchable": false
|
||||
}
|
||||
@@ -6,7 +6,8 @@
|
||||
"entrance": "*"
|
||||
},
|
||||
"fields": [
|
||||
"entrance"
|
||||
"entrance",
|
||||
"address"
|
||||
],
|
||||
"name": "Entrance"
|
||||
}
|
||||
Reference in New Issue
Block a user