Browse Source

更新船舶轨迹清除方法

sbj 1 year ago
parent
commit
6237b0fa98
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/utils/map/Boat.js

+ 1 - 1
src/utils/map/Boat.js

@@ -152,5 +152,5 @@ export function playBoatHistoryPath(type) {
  * 清除船舶轨迹
  */
 export function clearBoatHistoryPath(){
-    clearMap({is_draw: false, is_search:true, layers: ['boatPathLayer']})
+    clearMap({is_draw: false, is_search: false, layers: ['boatLayer','boatPathLayer','tempLayer']})
 }