Commit 2cf239d5f68941712750f004c1ecfebb55869d64
1 parent
9de2dc2f
Signed-off-by: yrf123456 <463058651@qq.com>
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/service/impl/StationServiceImpl.java
| ... | ... | @@ -689,7 +689,7 @@ public class StationServiceImpl extends BaseServiceImpl<Station, Integer> implem |
| 689 | 689 | String bJwpoints[] = stationNameList.get(k)[0].toString().split(" "); |
| 690 | 690 | Point p2 = new Point(Double.parseDouble(bJwpoints[0]),Double.parseDouble(bJwpoints[1])); |
| 691 | 691 | double jl = GeoUtils.getDistance(p1, p2); |
| 692 | - if(jl<=120d) { | |
| 692 | + if(jl<=20d) { | |
| 693 | 693 | rsM.put("id", stationNameList.get(k)[1]); |
| 694 | 694 | temp = true; |
| 695 | 695 | break; | ... | ... |