@@ -146,4 +146,11 @@ export function setBoatPath(data){
*/
export function playBoatHistoryPath(type) {
playBoatHistory(type)
+}
+
+/**
+ * 清除船舶轨迹
+ */
+export function clearBoatHistoryPath(){
+ clearMap({is_draw: false, is_search:true, layers: ['boatPathLayer']})
}