From 26347cf9a62bd794c22d300f1710f5ac79c43d1a Mon Sep 17 00:00:00 2001 From: JayTurnr Date: Sat, 20 Feb 2021 22:46:04 +0000 Subject: [PATCH 1/2] Add leisure=schoolyard Add schoolyard preset --- data/presets/leisure/schoolyard.json | 23 +++++++++++++++++++++++ interim/source_strings.yaml | 5 +++++ 2 files changed, 28 insertions(+) create mode 100644 data/presets/leisure/schoolyard.json diff --git a/data/presets/leisure/schoolyard.json b/data/presets/leisure/schoolyard.json new file mode 100644 index 000000000..47cbd12c0 --- /dev/null +++ b/data/presets/leisure/schoolyard.json @@ -0,0 +1,23 @@ +{ + "icon": "maki-playground", + "fields": [ + "name", + "operator", + "access_simple" + ], + "moreFields": [ + "surface" + ], + "geometry": [ + "area" + ], + "terms": [ + "school playground", + "schoolyard", + "recess yard" + ], + "tags": { + "leisure": "schoolyard" + }, + "name": "Schoolyard" +} diff --git a/interim/source_strings.yaml b/interim/source_strings.yaml index 7047386d2..39198bc7c 100644 --- a/interim/source_strings.yaml +++ b/interim/source_strings.yaml @@ -6480,6 +6480,11 @@ en: # 'leisure=sauna\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).' name: Sauna terms: '' + leisure/schoolyard: + # 'leisure=schoolyard\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).' + name: Schoolyard + # 'terms: school playground,schoolyard,recess yard' + terms: '' leisure/slipway: # 'leisure=slipway\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).' name: Slipway From 155c2084bb897dfaa46824bf90669a08ddd5846d Mon Sep 17 00:00:00 2001 From: Jay Turner Date: Wed, 7 Feb 2024 11:03:07 +0000 Subject: [PATCH 2/2] Add blacktop name --- data/presets/leisure/schoolyard.json | 1 + 1 file changed, 1 insertion(+) diff --git a/data/presets/leisure/schoolyard.json b/data/presets/leisure/schoolyard.json index 47cbd12c0..aa68de381 100644 --- a/data/presets/leisure/schoolyard.json +++ b/data/presets/leisure/schoolyard.json @@ -12,6 +12,7 @@ "area" ], "terms": [ + "blacktop", "school playground", "schoolyard", "recess yard"