mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 12:23:52 +01:00
Squashed commit of the following:
commit 0258ae7ca6
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
This commit is contained in:
parent
3783aa20c3
commit
f47186efba
4 changed files with 68 additions and 0 deletions
17
data/presets/natural/marsh.json
Normal file
17
data/presets/natural/marsh.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"icon": "maki-wetland",
|
||||
"fields": [
|
||||
"wetland",
|
||||
"salt",
|
||||
"tidal"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "wetland",
|
||||
"wetland": "marsh"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Marsh"
|
||||
}
|
||||
21
data/presets/natural/reedbed.json
Normal file
21
data/presets/natural/reedbed.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"icon": "maki-wetland",
|
||||
"fields": [
|
||||
"wetland",
|
||||
"salt",
|
||||
"tidal"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "wetland",
|
||||
"wetland": "reedbed"
|
||||
},
|
||||
"terms": [
|
||||
"reeds",
|
||||
"bulrushes",
|
||||
"cattail"
|
||||
],
|
||||
"name": "Reed bed"
|
||||
}
|
||||
17
data/presets/natural/swamp.json
Normal file
17
data/presets/natural/swamp.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"icon": "maki-wetland",
|
||||
"fields": [
|
||||
"wetland",
|
||||
"salt",
|
||||
"tidal"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "wetland",
|
||||
"wetland": "swamp"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Swamp"
|
||||
}
|
||||
|
|
@ -7172,6 +7172,10 @@ en:
|
|||
name: Hot Spring
|
||||
# 'terms: geothermal spring,thermal pool'
|
||||
terms: '<translate with synonyms or related terms for ''Hot Spring'', separated by commas>'
|
||||
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: '<translate with synonyms or related terms for ''Marsh'', separated by commas>'
|
||||
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
|
||||
|
|
@ -7182,6 +7186,11 @@ en:
|
|||
name: Peak
|
||||
# 'terms: acme,aiguille,alp,climax,crest,crown,hill,mount,mountain,pinnacle,summit,tip,top'
|
||||
terms: '<translate with synonyms or related terms for ''Peak'', separated by commas>'
|
||||
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: '<translate with synonyms or related terms for ''Reed bed'', separated by commas>'
|
||||
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
|
||||
|
|
@ -7237,6 +7246,10 @@ en:
|
|||
name: Unattached Stone / Boulder
|
||||
# 'terms: boulder,stone,rock'
|
||||
terms: '<translate with synonyms or related terms for ''Unattached Stone / Boulder'', separated by commas>'
|
||||
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: '<translate with synonyms or related terms for ''Swamp'', separated by commas>'
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue