mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-15 21:48:15 +02:00
Added cardinal direction field to some route presets
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"key": "direction",
|
||||
"type": "combo",
|
||||
"label": "Direction",
|
||||
"strings": {
|
||||
"options": {
|
||||
"north": "Northbound",
|
||||
"south": "Southbound",
|
||||
"east": "Eastbound",
|
||||
"west": "Westbound"
|
||||
}
|
||||
},
|
||||
"autoSuggestions" : false
|
||||
}
|
||||
@@ -6,6 +6,7 @@
|
||||
"network_bicycle",
|
||||
"cycle_network",
|
||||
"network/type",
|
||||
"direction_cardinal",
|
||||
"from",
|
||||
"to",
|
||||
"via"
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"name",
|
||||
"ref_route",
|
||||
"network_road",
|
||||
"direction_cardinal",
|
||||
"from",
|
||||
"to",
|
||||
"via"
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
"ref_route",
|
||||
"operator",
|
||||
"network",
|
||||
"direction_cardinal",
|
||||
"from",
|
||||
"to",
|
||||
"via"
|
||||
|
||||
@@ -857,6 +857,18 @@ en:
|
||||
# direction field placeholder
|
||||
placeholder: '45, 90, 180, 270'
|
||||
terms: '[translate with synonyms or related terms for ''Direction (Degrees Clockwise)'', separated by commas]'
|
||||
direction_cardinal:
|
||||
# direction=*
|
||||
label: Direction
|
||||
options:
|
||||
# direction=east
|
||||
east: Eastbound
|
||||
# direction=north
|
||||
north: Northbound
|
||||
# direction=south
|
||||
south: Southbound
|
||||
# direction=west
|
||||
west: Westbound
|
||||
direction_clock:
|
||||
# direction=*
|
||||
label: Direction
|
||||
|
||||
Reference in New Issue
Block a user