| | |
| | | if (lon < 70 || lon > 150 || lat < 20 || lat > 60) { |
| | | return true; |
| | | } |
| | | if(type){ |
| | | o.putAll(value); |
| | | }else { |
| | | |
| | | } |
| | | |
| | | o.putAll(value); |
| | | return false; |
| | | }); |
| | | /*for (Map<String, Object> map:data) { |
| | |
| | | if(!list.contains(d)){ |
| | | list.add(d); |
| | | integer++; |
| | | HistorySecondCruiserResultCountDTO countResultDTO = Objects.isNull(map.get(integer))?new HistorySecondCruiserResultCountDTO():map.get(integer); |
| | | countResultDTO.setSumNum(d.getNum()); |
| | | countResultDTO.setContNum(1); |
| | | map.put(integer,countResultDTO); |
| | | mapTest.put(d.getFlyLon()+"_"+d.getFlyLat(),d.getNum()); |
| | | } |
| | | } |
| | | } |