mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-08-14 07:10:20 +02:00
Squashed commit of the following:
commit 0258ae7ca6fb9af1dad1c5c4fb765e4a5fa75a31 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:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "maki-wetland",
|
||||
"fields": [
|
||||
"wetland",
|
||||
"salt",
|
||||
"tidal"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "wetland",
|
||||
"wetland": "marsh"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Marsh"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "maki-wetland",
|
||||
"fields": [
|
||||
"wetland",
|
||||
"salt",
|
||||
"tidal"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "wetland",
|
||||
"wetland": "swamp"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Swamp"
|
||||
}
|
||||
Reference in New Issue
Block a user