We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e56983a commit 691295bCopy full SHA for 691295b
data/presets/natural/cape.json
@@ -16,6 +16,7 @@
16
"coastline",
17
"erosion",
18
"headland",
19
+ "peninsula",
20
"promontory"
21
],
22
"name": "Cape"
data/presets/natural/peninsula.json
@@ -1,5 +1,5 @@
1
{
2
- "icon": "temaki-beach",
+ "icon": "temaki-cape_landform",
3
"geometry": [
4
"point",
5
"area"
@@ -10,5 +10,15 @@
10
"tags": {
11
"natural": "peninsula"
12
},
13
+ "terms": [
14
+ "bay",
15
+ "cape",
+ "coastline",
+ "erosion",
+ "headland",
+ "island",
+ "islet",
+ "promontory"
+ ],
23
"name": "Peninsula"
24
}
0 commit comments