add preset for natural=peninsula, closes #798 (#816)

This commit is contained in:
Martin Raifer 2023-03-14 17:58:47 +01:00 committed by GitHub
parent f7bc30e795
commit 5a75ce9458
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{
"icon": "temaki-beach",
"geometry": [
"point",
"area"
],
"fields": [
"name"
],
"tags": {
"natural": "peninsula"
},
"name": "Peninsula"
}