Fix non-searchable amenity=coworking_space preset

(fixes #3727)
This commit is contained in:
Bryan Housel
2017-02-09 16:04:52 -05:00
parent 3e2d6aee4a
commit 45763f8d36
4 changed files with 5 additions and 5 deletions

View File

@@ -1541,7 +1541,7 @@ en:
name: Courthouse
terms: '<translate with synonyms or related terms for ''Courthouse'', separated by commas>'
amenity/coworking_space:
# office=coworking
# amenity=coworking_space
name: Coworking Space
amenity/crematorium:
# amenity=crematorium

View File

@@ -507,7 +507,7 @@
"area"
],
"tags": {
"office": "coworking"
"amenity": "coworking_space"
},
"name": "Coworking Space",
"searchable": false

View File

@@ -13,7 +13,7 @@
"area"
],
"tags": {
"office": "coworking"
"amenity": "coworking_space"
},
"name": "Coworking Space",
"searchable": false

View File

@@ -128,8 +128,8 @@
"value": "terminal"
},
{
"key": "office",
"value": "coworking"
"key": "amenity",
"value": "coworking_space"
},
{
"key": "amenity",