mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-19 23:14:41 +02:00
add terms and aliases to natural=saddle preset
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"icon": "temaki-saddle",
|
||||
"fields": [
|
||||
"name",
|
||||
"ele_node"
|
||||
],
|
||||
"geometry": [
|
||||
@@ -11,9 +12,14 @@
|
||||
"natural": "saddle"
|
||||
},
|
||||
"terms": [
|
||||
"pass",
|
||||
"mountain pass",
|
||||
"top"
|
||||
"top",
|
||||
"gap",
|
||||
"col",
|
||||
"notch",
|
||||
"pass"
|
||||
],
|
||||
"name": "Saddle"
|
||||
"name": "Saddle",
|
||||
"aliases": [
|
||||
"Mountain Pass"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -7881,9 +7881,9 @@ en:
|
||||
# 'terms: boulder,stone,rock'
|
||||
terms: <translate with synonyms or related terms for 'Attached Rock / Boulder', separated by commas>
|
||||
natural/saddle:
|
||||
# natural=saddle | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
# natural=saddle | Mountain Pass | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Saddle
|
||||
# 'terms: pass,mountain pass,top'
|
||||
# 'terms: top,gap,col,notch,pass'
|
||||
terms: <translate with synonyms or related terms for 'Saddle', separated by commas>
|
||||
natural/sand:
|
||||
# natural=sand | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
|
||||
Reference in New Issue
Block a user