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
2 changed files with 12 additions and 1 deletions
+1
View File
@@ -16,6 +16,7 @@
"coastline",
"erosion",
"headland",
"peninsula",
"promontory"
],
"name": "Cape"
+11 -1
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"
}