#修复同时点击bug

This commit is contained in:
Bob 2020-06-08 16:13:37 +08:00
parent 45d7cae519
commit 5187243280
1 changed files with 2 additions and 2 deletions

View File

@ -6368,7 +6368,7 @@ $(function () {
} else { } else {
colsewebsocket() colsewebsocket()
// removestationMarker() removestationMarker()
// map.removeLayer(GeoJsonLayer) // map.removeLayer(GeoJsonLayer)
// map.removeLayer(GeoJsonLayer_0) // map.removeLayer(GeoJsonLayer_0)
} }
@ -6431,8 +6431,8 @@ $(function () {
base_people() base_people()
} else { } else {
// removeMarker()
colsewebsocket() colsewebsocket()
// removeMarker()
// removestationMarker() // removestationMarker()
// map.removeInteraction(draw); // map.removeInteraction(draw);
} }