mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01:00
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:
parent
889821d383
commit
da2c88b7d2
12 changed files with 244 additions and 27 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
17
data/presets/natural/wetland/bog.json
Normal file
17
data/presets/natural/wetland/bog.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"icon": "maki-wetland",
|
||||
"fields": [],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "wetland",
|
||||
"wetland": "bog"
|
||||
},
|
||||
"reference": {
|
||||
"key": "wetland",
|
||||
"value": "bog"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Bog"
|
||||
}
|
||||
19
data/presets/natural/wetland/fen.json
Normal file
19
data/presets/natural/wetland/fen.json
Normal 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"
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
|
|
@ -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",
|
||||
23
data/presets/natural/wetland/saltmarsh.json
Normal file
23
data/presets/natural/wetland/saltmarsh.json
Normal 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"
|
||||
}
|
||||
23
data/presets/natural/wetland/string_bog.json
Normal file
23
data/presets/natural/wetland/string_bog.json
Normal 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"
|
||||
}
|
||||
22
data/presets/natural/wetland/swamp.json
Normal file
22
data/presets/natural/wetland/swamp.json
Normal 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"
|
||||
}
|
||||
25
data/presets/natural/wetland/tidalflat.json
Normal file
25
data/presets/natural/wetland/tidalflat.json
Normal 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"
|
||||
}
|
||||
17
data/presets/natural/wetland/wet_meadow.json
Normal file
17
data/presets/natural/wetland/wet_meadow.json
Normal 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue