shuhao hace 4 meses
padre
commit
831ed85e38
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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