|
@@ -687,7 +687,7 @@ export default class Draw {
|
|
|
this.context,
|
|
|
coordinate.getScreenXY(startReal),
|
|
|
coordinate.getScreenXY(endReal),
|
|
|
- help.getRealDistance(startReal, endReal) + "m",
|
|
|
+ help.getRealDistance(startReal, endReal) * coordinate.res + "m",
|
|
|
style
|
|
|
)
|
|
|
}
|