Skip to content

File tree

4 files changed

+71
-0
lines changed

4 files changed

+71
-0
lines changed

data/presets/natural/marsh.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"icon": "maki-wetland",
3+
"fields": [
4+
"wetland",
5+
"salt",
6+
"tidal"
7+
],
8+
"geometry": [
9+
"point",
10+
"area"
11+
],
12+
"tags": {
13+
"natural": "wetland",
14+
"wetland": "marsh"
15+
},
16+
"terms": [],
17+
"name": "Marsh"
18+
}

data/presets/natural/reedbed.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"icon": "maki-wetland",
3+
"fields": [
4+
"wetland",
5+
"salt",
6+
"tidal"
7+
],
8+
"geometry": [
9+
"point",
10+
"area"
11+
],
12+
"tags": {
13+
"natural": "wetland",
14+
"wetland": "reedbed"
15+
},
16+
"terms": [
17+
"reeds",
18+
"bulrushes",
19+
"cattail"
20+
],
21+
"name": "Reed bed"
22+
}

data/presets/natural/swamp.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"icon": "maki-wetland",
3+
"fields": [
4+
"wetland",
5+
"salt",
6+
"tidal"
7+
],
8+
"geometry": [
9+
"point",
10+
"area"
11+
],
12+
"tags": {
13+
"natural": "wetland",
14+
"wetland": "swamp"
15+
},
16+
"terms": [],
17+
"name": "Swamp"
18+
}

interim/source_strings.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7017,6 +7017,10 @@ en:
70177017
name: Hot Spring
70187018
# 'terms: geothermal spring,thermal pool'
70197019
terms: '<translate with synonyms or related terms for ''Hot Spring'', separated by commas>'
7020+
natural/marsh:
7021+
# 'natural=wetland + wetland=marsh\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
7022+
name: Marsh
7023+
terms: '<translate with synonyms or related terms for ''Marsh'', separated by commas>'
70207024
natural/mud:
70217025
# 'natural=mud\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
70227026
name: Mud
@@ -7027,6 +7031,11 @@ en:
70277031
name: Peak
70287032
# 'terms: acme,aiguille,alp,climax,crest,crown,hill,mount,mountain,pinnacle,summit,tip,top'
70297033
terms: '<translate with synonyms or related terms for ''Peak'', separated by commas>'
7034+
natural/reedbed:
7035+
# 'natural=wetland + wetland=reedbed\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
7036+
name: Reed bed
7037+
# 'terms: reeds,bulrushes,cattail'
7038+
terms: '<translate with synonyms or related terms for ''Reed bed'', separated by commas>'
70307039
natural/reef:
70317040
# 'natural=reef\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
70327041
name: Reef
@@ -7082,6 +7091,10 @@ en:
70827091
name: Unattached Stone / Boulder
70837092
# 'terms: boulder,stone,rock'
70847093
terms: '<translate with synonyms or related terms for ''Unattached Stone / Boulder'', separated by commas>'
7094+
natural/swamp:
7095+
# 'natural=wetland + wetland=swamp\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
7096+
name: Swamp
7097+
terms: '<translate with synonyms or related terms for ''Swamp'', separated by commas>'
70857098
natural/tree:
70867099
# 'natural=tree\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
70877100
name: Tree

0 commit comments

Comments
 (0)