mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 23:14:47 +02:00
Make amenity preset non-searchable (fixes #2310)
This commit is contained in:
@@ -331,6 +331,7 @@
|
||||
"tags": {
|
||||
"amenity": "*"
|
||||
},
|
||||
"searchable": false,
|
||||
"name": "Amenity"
|
||||
},
|
||||
"amenity/arts_centre": {
|
||||
|
||||
@@ -10,5 +10,6 @@
|
||||
"tags": {
|
||||
"amenity": "*"
|
||||
},
|
||||
"searchable": false,
|
||||
"name": "Amenity"
|
||||
}
|
||||
Vendored
+1
-1
@@ -97,7 +97,7 @@
|
||||
},
|
||||
"delete": {
|
||||
"title": "Delete",
|
||||
"description": "Remove this from the map.",
|
||||
"description": "Delete object permanently.",
|
||||
"annotation": {
|
||||
"point": "Deleted a point.",
|
||||
"vertex": "Deleted a node from a way.",
|
||||
|
||||
Reference in New Issue
Block a user