Skip to content

Commit

Permalink
add preset for natural=peninsula, closes #798
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrasd committed Mar 13, 2023
1 parent 726effc commit 2629ff2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
14 changes: 14 additions & 0 deletions data/presets/natural/peninsula.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"icon": "temaki-beach",
"geometry": [
"point",
"area"
],
"fields": [
"name"
],
"tags": {
"natural": "peninsula"
},
"name": "Peninsula"
}
4 changes: 4 additions & 0 deletions interim/source_strings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9871,6 +9871,10 @@ en:
name: Peak
# 'terms: acme,aiguille,alp,climax,crest,crown,hill,mount,mountain,pinnacle,summit,tip,top'
terms: <translate with synonyms or related terms for 'Peak', separated by commas>
natural/peninsula:
# natural=peninsula | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
name: Peninsula
terms: <translate with synonyms or related terms for 'Peninsula', separated by commas>
natural/reef:
# natural=reef | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
name: Reef
Expand Down

0 comments on commit 2629ff2

Please sign in to comment.