Make amenity preset non-searchable (fixes #2310)

This commit is contained in:
John Firebaugh
2014-07-29 14:21:35 -07:00
parent cbac33ca9a
commit b448d0e236
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -331,6 +331,7 @@
"tags": {
"amenity": "*"
},
"searchable": false,
"name": "Amenity"
},
"amenity/arts_centre": {
+1
View File
@@ -10,5 +10,6 @@
"tags": {
"amenity": "*"
},
"searchable": false,
"name": "Amenity"
}
+1 -1
View File
@@ -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.",