|
@@ -3,7 +3,7 @@
|
|
|
*/
|
|
|
import { fullExtent, clearMap, calculation, changeMap, setCamera,
|
|
|
layerControl, layerQuery, addGraphic, draw, getDrawGeometry,
|
|
|
- addBoats, setBoatHistory, playBoatHistory,
|
|
|
+ addBoats, setBoatHistory, playBoatHistory, clearBoatHistory,
|
|
|
getMapScale
|
|
|
} from '@/utils/map/ArcgisUtil'
|
|
|
import {GetHpjShip,GetBoatAISHistoryByMMSI} from "@/apis/ship";
|
|
@@ -154,5 +154,5 @@ bus.on('playBoatHistoryPath', (type) => {
|
|
|
*/
|
|
|
export function clearBoatHistoryPath(){
|
|
|
console.log('清除船舶')
|
|
|
- clearMap({is_draw: false, is_search: false, layers: ['boatLayer','boatPathLayer','tempLayer']})
|
|
|
+ clearBoatHistory()
|
|
|
}
|