diff --git a/src/components/MapBox.vue b/src/components/MapBox.vue index 804dc4f..d766514 100644 --- a/src/components/MapBox.vue +++ b/src/components/MapBox.vue @@ -8,6 +8,7 @@ import mapboxgl from 'mapbox-gl' import { MapboxStyleSwitcherControl, FollowControl, CustomFullscreenControl, NoFlyControl, RestrictflyControl, SaveToFileControl, PolygonToggleControl } from '@/utils/mapboxgl_plugs' import planeIcon from '@/assets/svg/plane.svg' +// import unlineIcon from '@/assets/svg/plane_unline.svg' import civilIcon from '@/assets/svg/civil.svg' export default { diff --git a/src/components/PlaneStatus.vue b/src/components/PlaneStatus.vue index 30c9342..aca87cd 100644 --- a/src/components/PlaneStatus.vue +++ b/src/components/PlaneStatus.vue @@ -1,15 +1,16 @@