From 0258ae7ca6fb9af1dad1c5c4fb765e4a5fa75a31 Mon Sep 17 00:00:00 2001 From: Bert Date: Sat, 16 Jan 2021 11:25:34 +0100 Subject: [PATCH] Add presets for marsh, swamp and reedbed https://wiki.openstreetmap.org/wiki/Tag:wetland%3Dmarsh https://wiki.openstreetmap.org/wiki/Tag:wetland%3Dswamp https://wiki.openstreetmap.org/wiki/Tag:wetland%3Dreedbed --- data/presets/natural/marsh.json | 18 ++++++++++++++++++ data/presets/natural/reedbed.json | 22 ++++++++++++++++++++++ data/presets/natural/swamp.json | 18 ++++++++++++++++++ interim/source_strings.yaml | 13 +++++++++++++ 4 files changed, 71 insertions(+) create mode 100644 data/presets/natural/marsh.json create mode 100644 data/presets/natural/reedbed.json create mode 100644 data/presets/natural/swamp.json diff --git a/data/presets/natural/marsh.json b/data/presets/natural/marsh.json new file mode 100644 index 00000000..1308e7a0 --- /dev/null +++ b/data/presets/natural/marsh.json @@ -0,0 +1,18 @@ +{ + "icon": "maki-wetland", + "fields": [ + "wetland", + "salt", + "tidal" + ], + "geometry": [ + "point", + "area" + ], + "tags": { + "natural": "wetland", + "wetland": "marsh" + }, + "terms": [], + "name": "Marsh" +} diff --git a/data/presets/natural/reedbed.json b/data/presets/natural/reedbed.json new file mode 100644 index 00000000..90c154a0 --- /dev/null +++ b/data/presets/natural/reedbed.json @@ -0,0 +1,22 @@ +{ + "icon": "maki-wetland", + "fields": [ + "wetland", + "salt", + "tidal" + ], + "geometry": [ + "point", + "area" + ], + "tags": { + "natural": "wetland", + "wetland": "reedbed" + }, + "terms": [ + "reeds", + "bulrushes", + "cattail" + ], + "name": "Reed bed" +} diff --git a/data/presets/natural/swamp.json b/data/presets/natural/swamp.json new file mode 100644 index 00000000..4dc971bf --- /dev/null +++ b/data/presets/natural/swamp.json @@ -0,0 +1,18 @@ +{ + "icon": "maki-wetland", + "fields": [ + "wetland", + "salt", + "tidal" + ], + "geometry": [ + "point", + "area" + ], + "tags": { + "natural": "wetland", + "wetland": "swamp" + }, + "terms": [], + "name": "Swamp" +} diff --git a/interim/source_strings.yaml b/interim/source_strings.yaml index 7047386d..279f7ee1 100644 --- a/interim/source_strings.yaml +++ b/interim/source_strings.yaml @@ -7017,6 +7017,10 @@ en: name: Hot Spring # 'terms: geothermal spring,thermal pool' terms: '' + natural/marsh: + # 'natural=wetland + wetland=marsh\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).' + name: Marsh + terms: '' natural/mud: # 'natural=mud\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).' name: Mud @@ -7027,6 +7031,11 @@ en: name: Peak # 'terms: acme,aiguille,alp,climax,crest,crown,hill,mount,mountain,pinnacle,summit,tip,top' terms: '' + natural/reedbed: + # 'natural=wetland + wetland=reedbed\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).' + name: Reed bed + # 'terms: reeds,bulrushes,cattail' + terms: '' natural/reef: # 'natural=reef\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).' name: Reef @@ -7082,6 +7091,10 @@ en: name: Unattached Stone / Boulder # 'terms: boulder,stone,rock' terms: '' + natural/swamp: + # 'natural=wetland + wetland=swamp\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).' + name: Swamp + terms: '' natural/tree: # 'natural=tree\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).' name: Tree