mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01:00
Improvements for peninsula preset (#844)
This commit is contained in:
parent
e56983a08a
commit
691295be47
2 changed files with 12 additions and 1 deletions
|
|
@ -16,6 +16,7 @@
|
|||
"coastline",
|
||||
"erosion",
|
||||
"headland",
|
||||
"peninsula",
|
||||
"promontory"
|
||||
],
|
||||
"name": "Cape"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"icon": "temaki-beach",
|
||||
"icon": "temaki-cape_landform",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
|
|
@ -10,5 +10,15 @@
|
|||
"tags": {
|
||||
"natural": "peninsula"
|
||||
},
|
||||
"terms": [
|
||||
"bay",
|
||||
"cape",
|
||||
"coastline",
|
||||
"erosion",
|
||||
"headland",
|
||||
"island",
|
||||
"islet",
|
||||
"promontory"
|
||||
],
|
||||
"name": "Peninsula"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue