From 562c26f5d8c8d8424379607f45d8b53f1c4e04cd Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Mon, 17 Oct 2022 11:23:09 +0200 Subject: [PATCH] add preset for the tag man_made=tailings_pond see #142, #144 --- data/presets/man_made/tailings_pond.json | 26 ++++++++++++++++++++++++ interim/source_strings.yaml | 5 +++++ 2 files changed, 31 insertions(+) create mode 100644 data/presets/man_made/tailings_pond.json diff --git a/data/presets/man_made/tailings_pond.json b/data/presets/man_made/tailings_pond.json new file mode 100644 index 000000000..d9044f42c --- /dev/null +++ b/data/presets/man_made/tailings_pond.json @@ -0,0 +1,26 @@ +{ + "icon": "maki-water", + "fields": [ + "name", + "resource", + "operator", + "intermittent" + ], + "geometry": [ + "area" + ], + "tags": { + "man_made": "tailings_pond" + }, + "terms": [ + "mining", + "separation", + "slurry" + ], + "aliases": [ + "Tailing Pond", + "Settling Pond", + "Settling Pit" + ], + "name": "Tailings Pond" +} diff --git a/interim/source_strings.yaml b/interim/source_strings.yaml index 2a007d2d9..a9c416099 100644 --- a/interim/source_strings.yaml +++ b/interim/source_strings.yaml @@ -8071,6 +8071,11 @@ en: name: Survey Point # 'terms: trig point,trig station,survey marker,geodetic mark,geodetic point,triangulation pillar,trigonometrical station' terms: + man_made/tailings_pond: + # man_made=tailings_pond | Tailing Pond, Settling Pond, Settling Pit | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key). + name: Tailings Pond + # 'terms: mining,separation,slurry' + terms: man_made/torii: # man_made=torii | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key). name: Torii