Bert 2021-01-16 11:25:34 +01:00
parent 9fdecc9834
commit 0258ae7ca6
4 changed files with 71 additions and 0 deletions

View file

@ -0,0 +1,18 @@
{
"icon": "maki-wetland",
"fields": [
"wetland",
"salt",
"tidal"
],
"geometry": [
"point",
"area"
],
"tags": {
"natural": "wetland",
"wetland": "marsh"
},
"terms": [],
"name": "Marsh"
}

View 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"
}

View file

@ -0,0 +1,18 @@
{
"icon": "maki-wetland",
"fields": [
"wetland",
"salt",
"tidal"
],
"geometry": [
"point",
"area"
],
"tags": {
"natural": "wetland",
"wetland": "swamp"
},
"terms": [],
"name": "Swamp"
}