Merge pull request #3727 from M1dgard/amenity-coworkingspace

Add amenity=coworking_space as non-searchable preset
This commit is contained in:
Bryan Housel
2017-01-08 15:13:04 -05:00
committed by GitHub
5 changed files with 51 additions and 0 deletions
+3
View File
@@ -1503,6 +1503,9 @@ en:
# amenity=courthouse
name: Courthouse
terms: '<translate with synonyms or related terms for ''Courthouse'', separated by commas>'
amenity/coworking_space:
# office=coworking
name: Coworking Space
amenity/crematorium:
# amenity=crematorium
name: Crematorium
+20
View File
@@ -445,6 +445,26 @@
},
"name": "Airport terminal"
},
"amenity/coworking_space": {
"icon": "commercial",
"fields": [
"address",
"building_area",
"opening_hours",
"internet_access",
"internet_access/fee",
"internet_access/ssid"
],
"geometry": [
"point",
"area"
],
"tags": {
"office": "coworking"
},
"name": "Coworking Space",
"searchable": false
},
"amenity/register_office": {
"icon": "town-hall",
"fields": [
@@ -0,0 +1,20 @@
{
"icon": "commercial",
"fields": [
"address",
"building_area",
"opening_hours",
"internet_access",
"internet_access/fee",
"internet_access/ssid"
],
"geometry": [
"point",
"area"
],
"tags": {
"office": "coworking"
},
"name": "Coworking Space",
"searchable": false
}
+4
View File
@@ -115,6 +115,10 @@
"key": "aeroway",
"value": "terminal"
},
{
"key": "office",
"value": "coworking"
},
{
"key": "amenity",
"value": "register_office"
+4
View File
@@ -1909,6 +1909,10 @@
"name": "Airport terminal",
"terms": "airport,aerodrome"
},
"amenity/coworking_space": {
"name": "Coworking Space",
"terms": ""
},
"amenity/register_office": {
"name": "Register Office",
"terms": ""