Skip to content

Commit 691295b

Browse files
authored
Improvements for peninsula preset (#844)
1 parent e56983a commit 691295b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

data/presets/natural/cape.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"coastline",
1717
"erosion",
1818
"headland",
19+
"peninsula",
1920
"promontory"
2021
],
2122
"name": "Cape"

data/presets/natural/peninsula.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"icon": "temaki-beach",
2+
"icon": "temaki-cape_landform",
33
"geometry": [
44
"point",
55
"area"
@@ -10,5 +10,15 @@
1010
"tags": {
1111
"natural": "peninsula"
1212
},
13+
"terms": [
14+
"bay",
15+
"cape",
16+
"coastline",
17+
"erosion",
18+
"headland",
19+
"island",
20+
"islet",
21+
"promontory"
22+
],
1323
"name": "Peninsula"
1424
}

0 commit comments

Comments
 (0)