mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-06-10 16:57:48 +02:00
Add Via field to route relations (re: #104)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "via",
|
||||
"type": "semiCombo",
|
||||
"label": "Via",
|
||||
"snake_case": false
|
||||
}
|
||||
@@ -7,7 +7,8 @@
|
||||
"cycle_network",
|
||||
"network/type",
|
||||
"from",
|
||||
"to"
|
||||
"to",
|
||||
"via"
|
||||
],
|
||||
"moreFields": [
|
||||
"ascent",
|
||||
|
||||
@@ -7,7 +7,8 @@
|
||||
"network_foot",
|
||||
"network/type",
|
||||
"from",
|
||||
"to"
|
||||
"to",
|
||||
"via"
|
||||
],
|
||||
"moreFields": [
|
||||
"ascent",
|
||||
|
||||
@@ -7,7 +7,8 @@
|
||||
"network_horse",
|
||||
"network/type",
|
||||
"from",
|
||||
"to"
|
||||
"to",
|
||||
"via"
|
||||
],
|
||||
"moreFields": [
|
||||
"ascent",
|
||||
|
||||
@@ -6,7 +6,8 @@
|
||||
"ref_route",
|
||||
"operator",
|
||||
"from",
|
||||
"to"
|
||||
"to",
|
||||
"via"
|
||||
],
|
||||
"moreFields": [
|
||||
"ascent",
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
"ref_route",
|
||||
"network_road",
|
||||
"from",
|
||||
"to"
|
||||
"to",
|
||||
"via"
|
||||
],
|
||||
"moreFields": [
|
||||
"colour",
|
||||
|
||||
@@ -6,7 +6,8 @@
|
||||
"operator",
|
||||
"network",
|
||||
"from",
|
||||
"to"
|
||||
"to",
|
||||
"via"
|
||||
],
|
||||
"moreFields": [
|
||||
"colour",
|
||||
|
||||
@@ -2919,6 +2919,9 @@ en:
|
||||
label: VHF Channel
|
||||
# 'terms: call sign,very high frequency'
|
||||
terms: '[translate with synonyms or related terms for ''VHF Channel'', separated by commas]'
|
||||
via:
|
||||
# via=*
|
||||
label: Via
|
||||
video_calls:
|
||||
# video=*
|
||||
label: Video Calls
|
||||
|
||||
Reference in New Issue
Block a user