From 00d1572bc34bb23422146a0f04fa0c4970745a5e Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Tue, 3 Jan 2017 13:58:34 -0500 Subject: [PATCH] Run build for preset --- data/presets.yaml | 10 ++++----- data/presets/presets.json | 46 +++++++++++++++++++-------------------- data/taginfo.json | 8 +++---- dist/locales/en.json | 8 +++---- 4 files changed, 36 insertions(+), 36 deletions(-) diff --git a/data/presets.yaml b/data/presets.yaml index 87107a6d2..267cd107d 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -1500,11 +1500,6 @@ en: # amenity=courthouse name: Courthouse terms: '' - amenity/coworking_space: - # amenity=coworking_space - name: Coworking Space - # 'terms: coworking,office' - terms: '' amenity/crematorium: # amenity=crematorium name: Crematorium @@ -3252,6 +3247,11 @@ en: # office=company name: Company Office terms: '' + office/coworking: + # office=coworking + name: Coworking Space + # 'terms: coworking,office' + terms: '' office/educational_institution: # office=educational_institution name: Educational Institution diff --git a/data/presets/presets.json b/data/presets/presets.json index 6e08a0a28..d0ba262b6 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -1015,29 +1015,6 @@ }, "name": "Courthouse" }, - "amenity/coworking_space": { - "icon": "commercial", - "fields": [ - "address", - "building_area", - "opening_hours", - "internet_access", - "internet_access/fee", - "internet_access/ssid" - ], - "geometry": [ - "point", - "area" - ], - "terms": [ - "coworking", - "office" - ], - "tags": { - "amenity": "coworking_space" - }, - "name": "Coworking Space" - }, "amenity/crematorium": { "icon": "cemetery", "fields": [ @@ -8168,6 +8145,29 @@ "terms": [], "name": "Company Office" }, + "office/coworking": { + "icon": "commercial", + "fields": [ + "address", + "building_area", + "opening_hours", + "internet_access", + "internet_access/fee", + "internet_access/ssid" + ], + "geometry": [ + "point", + "area" + ], + "terms": [ + "coworking", + "office" + ], + "tags": { + "office": "coworking" + }, + "name": "Coworking Space" + }, "office/educational_institution": { "icon": "commercial", "fields": [ diff --git a/data/taginfo.json b/data/taginfo.json index e8f419cb0..b0b1b15a8 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -231,10 +231,6 @@ "key": "amenity", "value": "courthouse" }, - { - "key": "amenity", - "value": "coworking_space" - }, { "key": "amenity", "value": "crematorium" @@ -1796,6 +1792,10 @@ "key": "office", "value": "company" }, + { + "key": "office", + "value": "coworking" + }, { "key": "office", "value": "educational_institution" diff --git a/dist/locales/en.json b/dist/locales/en.json index e72558924..3c1bfe061 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -2022,10 +2022,6 @@ "name": "Courthouse", "terms": "" }, - "amenity/coworking_space": { - "name": "Coworking Space", - "terms": "coworking,office" - }, "amenity/crematorium": { "name": "Crematorium", "terms": "cemetery,funeral" @@ -3602,6 +3598,10 @@ "name": "Company Office", "terms": "" }, + "office/coworking": { + "name": "Coworking Space", + "terms": "coworking,office" + }, "office/educational_institution": { "name": "Educational Institution", "terms": ""