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