Browse Source

增加路宽提示距离

jinx 2 years ago
parent
commit
6080fd203c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/graphic/Constant.js

+ 1 - 0
src/graphic/Constant.js

@@ -28,6 +28,7 @@ const Constant = {
   minRealDis: 20,
   defaultRoadWidth: 100, //默认公路宽度
   roadSideWidth: 100, //默认路缘宽度
+  roadWidthTipsDistance: 100, //路宽提示距离
   ratio: 1,
   minAngle: 10,
   maxAngle: 170,