more detailed wetland presets (closes #281)

add presets for all categories currently documented at https://wiki.openstreetmap.org/wiki/Key:wetland

also drop the tidal/salt fields where they do not apply to the more specific wetland presets
This commit is contained in:
Martin Raifer 2022-01-10 13:15:40 +01:00
parent 889821d383
commit da2c88b7d2
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
12 changed files with 244 additions and 27 deletions

View file

@ -1,5 +1,19 @@
{
"key": "wetland",
"type": "combo",
"label": "Type"
"label": "Type",
"strings": {
"options": {
"marsh": "Marsh",
"reedbed": "Reed Bed",
"saltmarsh": "Coastal Salt Marsh",
"tidalflat": "Tidal Flat",
"wet_meadow": "Wet Meadow",
"swamp": "Swamp",
"mangrove": "Mangrove",
"bog": "Bog",
"fen": "Fen",
"string_bog": "String Bog"
}
}
}

View file

@ -0,0 +1,17 @@
{
"icon": "maki-wetland",
"fields": [],
"geometry": [
"area"
],
"tags": {
"natural": "wetland",
"wetland": "bog"
},
"reference": {
"key": "wetland",
"value": "bog"
},
"terms": [],
"name": "Bog"
}

View file

@ -0,0 +1,19 @@
{
"icon": "maki-wetland",
"fields": [],
"geometry": [
"area"
],
"tags": {
"natural": "wetland",
"wetland": "fen"
},
"reference": {
"key": "wetland",
"value": "fen"
},
"terms": [
"groundwater"
],
"name": "Fen"
}

View file

@ -1,7 +1,6 @@
{
"icon": "maki-wetland",
"fields": [
"wetland",
"salt",
"tidal"
],
@ -10,8 +9,12 @@
],
"tags": {
"natural": "wetland",
"wetland": "swamp"
"wetland": "mangrove"
},
"reference": {
"key": "wetland",
"value": "mangrove"
},
"terms": [],
"name": "Swamp"
"name": "Mangrove"
}

View file

@ -1,10 +1,6 @@
{
"icon": "maki-wetland",
"fields": [
"wetland",
"salt",
"tidal"
],
"fields": [],
"geometry": [
"area"
],
@ -12,6 +8,10 @@
"natural": "wetland",
"wetland": "marsh"
},
"reference": {
"key": "wetland",
"value": "marsh"
},
"terms": [],
"name": "Marsh"
}

View file

@ -1,10 +1,6 @@
{
"icon": "maki-wetland",
"fields": [
"wetland",
"salt",
"tidal"
],
"fields": [],
"geometry": [
"area"
],
@ -12,6 +8,10 @@
"natural": "wetland",
"wetland": "reedbed"
},
"reference": {
"key": "wetland",
"value": "reedbed"
},
"terms": [
"reeds",
"bulrushes",

View file

@ -0,0 +1,23 @@
{
"icon": "maki-wetland",
"fields": [
"salt",
"tidal"
],
"geometry": [
"area"
],
"tags": {
"natural": "wetland",
"wetland": "saltmarsh"
},
"reference": {
"key": "wetland",
"value": "saltmarsh"
},
"terms": [
"saltmarsh",
"tidal"
],
"name": "Coastal Salt Marsh"
}

View file

@ -0,0 +1,23 @@
{
"icon": "maki-wetland",
"fields": [],
"geometry": [
"area"
],
"tags": {
"natural": "wetland",
"wetland": "string_bog"
},
"reference": {
"key": "wetland",
"value": "string_bog"
},
"terms": [
"aapa moore",
"strangemoore"
],
"aliases": [
"Strong Mire"
],
"name": "String Bog"
}

View file

@ -0,0 +1,22 @@
{
"icon": "maki-wetland",
"fields": [],
"moreFields": [
"tidal"
],
"geometry": [
"area"
],
"tags": {
"natural": "wetland",
"wetland": "swamp"
},
"reference": {
"key": "wetland",
"value": "swamp"
},
"terms": [
"waterlogged"
],
"name": "Swamp"
}

View file

@ -0,0 +1,25 @@
{
"icon": "maki-wetland",
"fields": [
"salt",
"tidal"
],
"geometry": [
"area"
],
"tags": {
"natural": "wetland",
"wetland": "tidalflat"
},
"reference": {
"key": "wetland",
"value": "tidalflat"
},
"terms": [
"tidal"
],
"aliases": [
"Mudflat"
],
"name": "Tidal Flat"
}

View file

@ -0,0 +1,17 @@
{
"icon": "maki-wetland",
"fields": [],
"geometry": [
"area"
],
"tags": {
"natural": "wetland",
"wetland": "wet_meadow"
},
"reference": {
"key": "wetland",
"value": "wet_meadow"
},
"terms": [],
"name": "Wet Meadow"
}