Skip to content

Commit adf7290

Browse files
committed
add terms and aliases to natural=saddle preset
1 parent 0b753de commit adf7290

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

data/presets/natural/saddle.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"icon": "temaki-saddle",
33
"fields": [
4+
"name",
45
"ele_node"
56
],
67
"geometry": [
@@ -11,9 +12,14 @@
1112
"natural": "saddle"
1213
},
1314
"terms": [
14-
"pass",
15-
"mountain pass",
16-
"top"
15+
"top",
16+
"gap",
17+
"col",
18+
"notch",
19+
"pass"
1720
],
18-
"name": "Saddle"
21+
"name": "Saddle",
22+
"aliases": [
23+
"Mountain Pass"
24+
]
1925
}

interim/source_strings.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7881,9 +7881,9 @@ en:
78817881
# 'terms: boulder,stone,rock'
78827882
terms: <translate with synonyms or related terms for 'Attached Rock / Boulder', separated by commas>
78837883
natural/saddle:
7884-
# natural=saddle | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
7884+
# natural=saddle | Mountain Pass | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
78857885
name: Saddle
7886-
# 'terms: pass,mountain pass,top'
7886+
# 'terms: top,gap,col,notch,pass'
78877887
terms: <translate with synonyms or related terms for 'Saddle', separated by commas>
78887888
natural/sand:
78897889
# natural=sand | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).

0 commit comments

Comments
 (0)