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