9.1
15832144755
2021-09-01 c6d9be2aac4965e847fd958288170e26e79b219d
src/main/webapp/hxzk/index.jsp
@@ -990,18 +990,18 @@
                        }
                        function baidumm(data) {
                           bm.clearOverlays();
                           for (var i = 0; i < gps_node_list.length; i++) {
                              //var zhuangtaia = getstatus(gps_node_list[i][0]);
                              if (current_node_list[gps_node_list[i][0]].size() > 0) {
                                 old_mark = current_node_list[gps_node_list[i][0]].front();
                                 current_node_list[gps_node_list[i][0]].dequeue();
                                 bm.removeOverlay(old_mark);//清除上一个
                              }
                              //if ((bm_offView == '1' && zhuangtaia == '1') || (bm_offView == '0')) {
                              // if (current_node_list[gps_node_list[i][0]].size() > 0) {
                              //    old_mark = current_node_list[gps_node_list[i][0]].front();
                              //    current_node_list[gps_node_list[i][0]].dequeue();
                              //    bm.removeOverlay(old_mark);//清除上一个
                              //    old_mark = null;
                              // }
                                 marker = new BMap.Marker(data[i], { icon: myIcon });
                                 bm.addOverlay(marker);
                                 current_node_list[gps_node_list[i][0]].enqueue(marker);
                                 if (bm_viewTagid == "1") {
                                    var aaaaa = gps_node_list[i][15] + "  " + gps_node_list[i][0]
                                    var tagid = new BMap.Label(aaaaa, { offset: new BMap.Size(20, -30) });
@@ -1037,8 +1037,6 @@
                                    marker.setLabel(dianliang);
                                    dianliang = null;
                                 }
                                 marker = null;
                              //}
                           }
                           gps_node_list = null;
                        };