Merge branch 'route-directions-202' into main

This commit is contained in:
Martin Raifer
2022-01-04 10:52:57 +01:00
5 changed files with 33 additions and 0 deletions
@@ -0,0 +1,17 @@
{
"key": "direction",
"type": "combo",
"label": "Direction",
"strings": {
"options": {
"north": "Northbound",
"south": "Southbound",
"east": "Eastbound",
"west": "Westbound"
}
},
"autoSuggestions" : false,
"locationSet": {
"include": [ "CA", "NZ", "US" ]
}
}
+1
View File
@@ -14,6 +14,7 @@
"ascent",
"colour",
"descent",
"direction_cardinal-US-CA-NZ",
"distance",
"roundtrip"
],
+1
View File
@@ -4,6 +4,7 @@
"name",
"ref_route",
"network_road",
"direction_cardinal-US-CA-NZ",
"from",
"to",
"via"
+1
View File
@@ -11,6 +11,7 @@
],
"moreFields": [
"colour",
"direction_cardinal-US-CA-NZ",
"distance",
"duration",
"interval",