Skip to content

Commit

Permalink
Add preset for water=oxbow (#595, #118)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjonosm authored and tyrasd committed Sep 26, 2022
1 parent 722e33d commit bead36d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
23 changes: 23 additions & 0 deletions data/presets/natural/water/oxbow.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"icon": "maki-water",
"geometry": [
"area"
],
"tags": {
"natural": "water",
"water": "oxbow"
},
"reference": {
"key": "water",
"value": "oxbow"
},
"terms": [
"anabranch",
"billabong",
"cut off",
"meander",
"oxbow",
"resaca"
],
"name": "Oxbow Lake"
}
5 changes: 5 additions & 0 deletions interim/source_strings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8033,6 +8033,11 @@ en:
# natural=water + water=moat | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
name: Moat
terms: <translate with synonyms or related terms for 'Moat', separated by commas>
natural/water/oxbow:
# natural=water + water=oxbow | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
name: Oxbow Lake
# 'terms: anabranch,billabong,cut off,meander,oxbow,resaca'
terms: <translate with synonyms or related terms for 'Oxbow Lake', separated by commas>
natural/water/pond:
# natural=water + water=pond | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
name: Pond
Expand Down

0 comments on commit bead36d

Please sign in to comment.