From 84de65e316a3fcfa3fcc71e09b2de317cee35bca Mon Sep 17 00:00:00 2001 From: Wille Marcel Date: Sun, 28 Aug 2016 11:24:42 -0300 Subject: [PATCH] add preset to amenity=coworking_space --- data/presets.yaml | 5 +++++ data/presets/presets.json | 20 +++++++++++++++++++ .../presets/amenity/coworking_space.json | 20 +++++++++++++++++++ data/taginfo.json | 4 ++++ dist/locales/en.json | 4 ++++ 5 files changed, 53 insertions(+) create mode 100644 data/presets/presets/amenity/coworking_space.json diff --git a/data/presets.yaml b/data/presets.yaml index 382c41ab8..c67164e04 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -1368,6 +1368,11 @@ en: # amenity=courthouse name: Courthouse terms: '' + amenity/coworking_space: + # amenity=coworking_space + name: Coworking Space + # 'terms: coworking,office' + terms: '' amenity/dentist: # amenity=dentist name: Dentist diff --git a/data/presets/presets.json b/data/presets/presets.json index 7885fd960..24d396616 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -980,6 +980,26 @@ }, "name": "Courthouse" }, + "amenity/coworking_space": { + "icon": "commercial", + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "geometry": [ + "point", + "area" + ], + "terms": [ + "coworking", + "office" + ], + "tags": { + "amenity": "coworking_space" + }, + "name": "Coworking Space" + }, "amenity/dentist": { "icon": "dentist", "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..d12b7924c --- /dev/null +++ b/data/presets/presets/amenity/coworking_space.json @@ -0,0 +1,20 @@ +{ + "icon": "commercial", + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "geometry": [ + "point", + "area" + ], + "terms": [ + "coworking", + "office" + ], + "tags": { + "amenity": "coworking_space" + }, + "name": "Coworking Space" +} diff --git a/data/taginfo.json b/data/taginfo.json index 679345bfa..85f0b3531 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -227,6 +227,10 @@ "key": "amenity", "value": "courthouse" }, + { + "key": "amenity", + "value": "coworking_space" + }, { "key": "amenity", "value": "dentist" diff --git a/dist/locales/en.json b/dist/locales/en.json index 9d912e5ec..86f3a4565 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -1815,6 +1815,10 @@ "name": "Courthouse", "terms": "" }, + "amenity/coworking_space": { + "name": "Coworking Space", + "terms": "coworking,office" + }, "amenity/dentist": { "name": "Dentist", "terms": "tooth,teeth"