Summary:

The route display allows for a circuit to be shown with a marker for a car. When you scroll through the data on the line chart you will see the car moving around the circuit completing its lap.

 

Features

Adding Parameters:

  • Parameters are added by using Keyboard Shortcut 'p' or by drag and drop copying from another display
  • The parameters will appear across the top of the display from left to right
  • You can right-click on the parameters to see the parameter options like you can on the other displays

Adding Circuits:

  • Use the shortcut 'a' to select a circuit. You must upload your circuit files into the data manager first


Track Data Format

{
   "_id":"WwIa1sR40vuOA0KTBbPHJpwtar6",
   "distance":2970.0,
   "startLine":0.0,
   "mainStraightStart":0.0,
   "mainStraightEnd":0.0,
   "name":"SilverstoneInternational",
   "dataPointsX":[
      61.766349,
      68.227616,
      74.698608,
      81.169396,
      87.635159,
      94.093876,
      100.5373,
      106.957681,
   ],
   "dataPointsY":[
      553.103727,
      560.675992,
      568.240071,
      575.804321,
      583.372805,
      590.947216,
      598.534451,
      606.140917,
      613.768696,
      621.4139,
   ],
   "distanceIntoLap":[
      0.0,
      9.95425378797992,
      19.9086010082804,
      29.8629455574431,
      39.8172431836157,
      49.7714748105677,
      59.7255617997897,
      69.6794362813329,
      79.6330722018957,
      89.5865203902905,
      99.5399688296589
   ]
}