Change unit of distance from m to km
This commit is contained in:
2
eos
2
eos
Submodule eos updated: 30cdb00f71...d9f0d2646b
@@ -32,7 +32,7 @@ class FitDpsGraph(Graph):
|
||||
"velocity": "maxVelocity"}
|
||||
|
||||
propertyLabelMap = {"angle": "Target Angle (degrees)",
|
||||
"distance": "Distance to Target (m)",
|
||||
"distance": "Distance to Target (km)",
|
||||
"signatureRadius": "Target Signature Radius (m)",
|
||||
"velocity": "Target Velocity (m/s)"}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user