mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 21:03:51 +01:00
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
9fdecc9834
commit
0258ae7ca6
4 changed files with 71 additions and 0 deletions
18
data/presets/natural/marsh.json
Normal file
18
data/presets/natural/marsh.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"icon": "maki-wetland",
|
||||
"fields": [
|
||||
"wetland",
|
||||
"salt",
|
||||
"tidal"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "wetland",
|
||||
"wetland": "marsh"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Marsh"
|
||||
}
|
||||
22
data/presets/natural/reedbed.json
Normal file
22
data/presets/natural/reedbed.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"icon": "maki-wetland",
|
||||
"fields": [
|
||||
"wetland",
|
||||
"salt",
|
||||
"tidal"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "wetland",
|
||||
"wetland": "reedbed"
|
||||
},
|
||||
"terms": [
|
||||
"reeds",
|
||||
"bulrushes",
|
||||
"cattail"
|
||||
],
|
||||
"name": "Reed bed"
|
||||
}
|
||||
18
data/presets/natural/swamp.json
Normal file
18
data/presets/natural/swamp.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"icon": "maki-wetland",
|
||||
"fields": [
|
||||
"wetland",
|
||||
"salt",
|
||||
"tidal"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "wetland",
|
||||
"wetland": "swamp"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Swamp"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue