Kaynağa Gözat

修改环境

shuhao 4 ay önce
ebeveyn
işleme
831ed85e38
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/views/authentic/authenticMap.js

+ 1 - 1
src/views/authentic/authenticMap.js

@@ -326,7 +326,7 @@ class AuthenticMap {
                     let to = turf.point(lonlat);
                     let options = { units: "miles" };
                     let distance = turf.distance(from, to, options);
-                    if(distance < 0.01){
+                    if(distance < 0.001){
                       arr = subArray
                       mapData.pointIndex = i
                       break