mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-23 16:49:41 +02:00
add preset for natural=strait
see also https://github.com/openstreetmap/iD/issues/9294
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"icon": "iD-waterway-river",
|
||||
"geometry": [
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"fields": [
|
||||
"name"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "strait"
|
||||
},
|
||||
"terms": [
|
||||
"channel",
|
||||
"pass",
|
||||
"passage"
|
||||
],
|
||||
"name": "Strait"
|
||||
}
|
||||
@@ -7981,6 +7981,11 @@ en:
|
||||
name: Unattached Stone / Boulder
|
||||
# 'terms: boulder,stone,rock'
|
||||
terms: <translate with synonyms or related terms for 'Unattached Stone / Boulder', separated by commas>
|
||||
natural/strait:
|
||||
# natural=strait | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Strait
|
||||
# 'terms: channel,pass,passage'
|
||||
terms: <translate with synonyms or related terms for 'Strait', separated by commas>
|
||||
natural/tree:
|
||||
# natural=tree | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Tree
|
||||
|
||||
Reference in New Issue
Block a user