From 5e6db23dc9e931f813cb165cd6303327c129c36e Mon Sep 17 00:00:00 2001 From: Wille Marcel Date: Mon, 11 Sep 2017 11:10:20 -0300 Subject: [PATCH] update hackerspace preset and add terms for bowling_alley --- data/presets.yaml | 1 + data/presets/presets.json | 9 +++++++-- data/presets/presets/leisure/bowling_alley.json | 1 + data/presets/presets/leisure/hackerspace.json | 5 ++++- dist/locales/en.json | 2 +- 5 files changed, 14 insertions(+), 4 deletions(-) diff --git a/data/presets.yaml b/data/presets.yaml index 52e474cf6..f614224da 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -3212,6 +3212,7 @@ en: leisure/bowling_alley: # leisure=bowling_alley name: Bowling Alley + # 'terms: bowling center' terms: '' leisure/common: # leisure=common diff --git a/data/presets/presets.json b/data/presets/presets.json index 393638f45..6938bb3a5 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -8271,7 +8271,9 @@ "point", "area" ], - "terms": [], + "terms": [ + "bowling center" + ], "tags": { "leisure": "bowling_alley" }, @@ -8461,10 +8463,13 @@ "fields": [ "name", "address", + "building_area", + "opening_hours", "website" ], "geometry": [ - "point" + "point", + "area" ], "terms": [ "makerspace", diff --git a/data/presets/presets/leisure/bowling_alley.json b/data/presets/presets/leisure/bowling_alley.json index 63ca737c2..ce6938a3a 100644 --- a/data/presets/presets/leisure/bowling_alley.json +++ b/data/presets/presets/leisure/bowling_alley.json @@ -13,6 +13,7 @@ "area" ], "terms": [ + "bowling center" ], "tags": { "leisure": "bowling_alley" diff --git a/data/presets/presets/leisure/hackerspace.json b/data/presets/presets/leisure/hackerspace.json index 955b9f178..fdffb2725 100644 --- a/data/presets/presets/leisure/hackerspace.json +++ b/data/presets/presets/leisure/hackerspace.json @@ -3,10 +3,13 @@ "fields": [ "name", "address", + "building_area", + "opening_hours", "website" ], "geometry": [ - "point" + "point", + "area" ], "terms": [ "makerspace", diff --git a/dist/locales/en.json b/dist/locales/en.json index 7ceafa200..aa97f502e 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -3899,7 +3899,7 @@ }, "leisure/bowling_alley": { "name": "Bowling Alley", - "terms": "" + "terms": "bowling center" }, "leisure/common": { "name": "Common",