燕山石化溯源三维电子沙盘-【后端】-服务
13693261870
2023-12-18 0d2d37f11b0804d71395582b9bb2d589cfe9003d
src/main/java/com/yssh/service/LocationService.java
@@ -50,8 +50,9 @@
        }
        List<Location> list = new ArrayList<>();
        // 1米=0.0000089932
        for (Location loc : vocAddrs) {
            if (Math.abs(loc.getLon() - x) <= 0.00009 && Math.abs(loc.getLat() - y) <= 0.00009) {
            if (Math.abs(loc.getLon() - x) <= 0.0009 && Math.abs(loc.getLat() - y) <= 0.0009) {
                list.add(loc);
            }
        }