diff --git a/data/presets.yaml b/data/presets.yaml index ee928de9a..cb0f7463d 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -1503,6 +1503,9 @@ en: # amenity=courthouse name: Courthouse terms: '' + amenity/coworking_space: + # office=coworking + name: Coworking Space amenity/crematorium: # amenity=crematorium name: Crematorium diff --git a/data/presets/presets.json b/data/presets/presets.json index fd72e7639..8b89f52ad 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -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": [ diff --git a/data/presets/presets/amenity/_coworking_space.json b/data/presets/presets/amenity/_coworking_space.json new file mode 100644 index 000000000..876080d71 --- /dev/null +++ b/data/presets/presets/amenity/_coworking_space.json @@ -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 +} diff --git a/data/taginfo.json b/data/taginfo.json index 4aa527d26..14ed9dc67 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -115,6 +115,10 @@ "key": "aeroway", "value": "terminal" }, + { + "key": "office", + "value": "coworking" + }, { "key": "amenity", "value": "register_office" diff --git a/dist/locales/en.json b/dist/locales/en.json index 16fd16057..529ae0498 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -1909,6 +1909,10 @@ "name": "Airport terminal", "terms": "airport,aerodrome" }, + "amenity/coworking_space": { + "name": "Coworking Space", + "terms": "" + }, "amenity/register_office": { "name": "Register Office", "terms": ""