Browse Source

增加路宽提示距离

jinx 2 năm trước cách đây
mục cha
commit
6080fd203c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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,