Improvements for peninsula preset (#844)

This commit is contained in:
Harald Husum 2023-03-27 12:19:34 +02:00 committed by GitHub
parent e56983a08a
commit 691295be47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 1 deletions

View file

@ -16,6 +16,7 @@
"coastline",
"erosion",
"headland",
"peninsula",
"promontory"
],
"name": "Cape"

View file

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