Skip to content

Commit f47186e

Browse files
Bertwaretyrasd
authored andcommitted
Squashed commit of the following:
commit 0258ae7 Author: Bert <bert.marcelis@outlook.com> Date: Sat Jan 16 11:25:34 2021 +0100 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
1 parent 3783aa2 commit f47186e

File tree

4 files changed

+68
-0
lines changed

4 files changed

+68
-0
lines changed

data/presets/natural/marsh.json

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

data/presets/natural/reedbed.json

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

data/presets/natural/swamp.json

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

interim/source_strings.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7172,6 +7172,10 @@ en:
71727172
name: Hot Spring
71737173
# 'terms: geothermal spring,thermal pool'
71747174
terms: '<translate with synonyms or related terms for ''Hot Spring'', separated by commas>'
7175+
natural/marsh:
7176+
# 'natural=wetland + wetland=marsh\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
7177+
name: Marsh
7178+
terms: '<translate with synonyms or related terms for ''Marsh'', separated by commas>'
71757179
natural/mud:
71767180
# 'natural=mud\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
71777181
name: Mud
@@ -7182,6 +7186,11 @@ en:
71827186
name: Peak
71837187
# 'terms: acme,aiguille,alp,climax,crest,crown,hill,mount,mountain,pinnacle,summit,tip,top'
71847188
terms: '<translate with synonyms or related terms for ''Peak'', separated by commas>'
7189+
natural/reedbed:
7190+
# 'natural=wetland + wetland=reedbed\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
7191+
name: Reed bed
7192+
# 'terms: reeds,bulrushes,cattail'
7193+
terms: '<translate with synonyms or related terms for ''Reed bed'', separated by commas>'
71857194
natural/reef:
71867195
# 'natural=reef\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
71877196
name: Reef
@@ -7237,6 +7246,10 @@ en:
72377246
name: Unattached Stone / Boulder
72387247
# 'terms: boulder,stone,rock'
72397248
terms: '<translate with synonyms or related terms for ''Unattached Stone / Boulder'', separated by commas>'
7249+
natural/swamp:
7250+
# 'natural=wetland + wetland=swamp\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
7251+
name: Swamp
7252+
terms: '<translate with synonyms or related terms for ''Swamp'', separated by commas>'
72407253
natural/tree:
72417254
# 'natural=tree\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
72427255
name: Tree

0 commit comments

Comments
 (0)