Skip to content

Commit bead36d

Browse files
kjonosmtyrasd
authored andcommitted
Add preset for water=oxbow (#595, #118)
1 parent 722e33d commit bead36d

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"icon": "maki-water",
3+
"geometry": [
4+
"area"
5+
],
6+
"tags": {
7+
"natural": "water",
8+
"water": "oxbow"
9+
},
10+
"reference": {
11+
"key": "water",
12+
"value": "oxbow"
13+
},
14+
"terms": [
15+
"anabranch",
16+
"billabong",
17+
"cut off",
18+
"meander",
19+
"oxbow",
20+
"resaca"
21+
],
22+
"name": "Oxbow Lake"
23+
}

interim/source_strings.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8033,6 +8033,11 @@ en:
80338033
# natural=water + water=moat | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
80348034
name: Moat
80358035
terms: <translate with synonyms or related terms for 'Moat', separated by commas>
8036+
natural/water/oxbow:
8037+
# natural=water + water=oxbow | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
8038+
name: Oxbow Lake
8039+
# 'terms: anabranch,billabong,cut off,meander,oxbow,resaca'
8040+
terms: <translate with synonyms or related terms for 'Oxbow Lake', separated by commas>
80368041
natural/water/pond:
80378042
# natural=water + water=pond | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
80388043
name: Pond

0 commit comments

Comments
 (0)