sat-earth 0.8.20 → 0.8.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/packages/components/_private/TheImageEditor/index.vue.d.ts +2 -0
- package/dist/packages/components/analysis-model/SatModelAnalysis.vue.d.ts +2 -0
- package/dist/packages/components/analysis-model/index.d.ts +2 -0
- package/dist/packages/components/analysis-spatial/SatSpatialAnalysis.vue.d.ts +3 -1
- package/dist/packages/components/analysis-spatial/SatSpatialAnalysisMain.vue.d.ts +1 -1
- package/dist/packages/components/analysis-spatial/index.d.ts +3 -1
- package/dist/packages/components/analysis-spatial/modules/AnalysisSection.vue.d.ts +1 -1
- package/dist/packages/components/analysis-terrain/SatTerrainAnalysis.vue.d.ts +2 -0
- package/dist/packages/components/analysis-terrain/index.d.ts +2 -0
- package/dist/packages/components/globe/CameraBookmarkPanel.vue.d.ts +3 -0
- package/dist/packages/components/globe/MapSplitPanel.vue.d.ts +1 -0
- package/dist/packages/components/globe/SatGlobe.vue.d.ts +6 -0
- package/dist/packages/components/globe/index.d.ts +5 -0
- package/dist/packages/components/location/SatCoordinate.vue.d.ts +9 -8
- package/dist/packages/components/location/SatLocation.vue.d.ts +46 -8
- package/dist/packages/components/location/SatLocationMain.vue.d.ts +44 -8
- package/dist/packages/components/location/SatPathPlan.vue.d.ts +23 -0
- package/dist/packages/components/location/SatPoiQuery.vue.d.ts +12 -0
- package/dist/packages/components/location/index.d.ts +46 -8
- package/dist/packages/components/location/useCoordinate.d.ts +11 -0
- package/dist/packages/components/location/usePathPlan.d.ts +24 -0
- package/dist/packages/components/location/usePoiQuery.d.ts +13 -0
- package/dist/packages/components/map-part/SatMapPart.vue.d.ts +3 -0
- package/dist/packages/components/map-part/SatMapPartMain.vue.d.ts +2 -0
- package/dist/packages/components/map-part/index.d.ts +3 -0
- package/dist/packages/components/measure/SatMeasure.vue.d.ts +4 -1
- package/dist/packages/components/measure/SatMeasureMain.vue.d.ts +2 -1
- package/dist/packages/components/measure/index.d.ts +4 -1
- package/dist/packages/components/panel/SatPanel.vue.d.ts +2 -0
- package/dist/packages/components/panel/index.d.ts +2 -0
- package/dist/packages/components/picture/SatPicture.vue.d.ts +3 -0
- package/dist/packages/components/picture/index.d.ts +3 -0
- package/dist/packages/components/plot/PlotEdit.vue.d.ts +4 -4
- package/dist/packages/components/plot/PlotEditAttr.vue.d.ts +1 -1
- package/dist/packages/components/plot/PlotEditCoord.vue.d.ts +2 -1
- package/dist/packages/components/plot/PlotEditStyle.vue.d.ts +1 -1
- package/dist/packages/components/plot/PlotGroup.vue.d.ts +1 -1
- package/dist/packages/components/plot/PlotSourceList.vue.d.ts +1 -1
- package/dist/packages/components/plot/SatPlot.vue.d.ts +9 -7
- package/dist/packages/components/plot/SatPlotMain.vue.d.ts +7 -7
- package/dist/packages/components/plot/helpers.d.ts +4 -2
- package/dist/packages/components/plot/index.d.ts +9 -7
- package/dist/packages/components/roam/SatRoam.vue.d.ts +2 -0
- package/dist/packages/components/roam/index.d.ts +2 -0
- package/dist/packages/components/source/LayerStyleSlider.vue.d.ts +1 -0
- package/dist/packages/components/source/SatSource.vue.d.ts +5 -0
- package/dist/packages/components/source/SatSourceMain.vue.d.ts +3 -0
- package/dist/packages/components/source/TerrainExaggerationSlider.vue.d.ts +1 -0
- package/dist/packages/components/source/index.d.ts +5 -0
- package/dist/packages/components/task-view/SatTaskView.vue.d.ts +1 -0
- package/dist/packages/components/task-view/index.d.ts +1 -0
- package/dist/packages/components/video-fusion/SatVideoFusion.vue.d.ts +2 -0
- package/dist/packages/components/video-fusion/index.d.ts +2 -0
- package/dist/packages/config/injectKeys.d.ts +3 -3
- package/dist/packages/store/modules/taskView.d.ts +2 -0
- package/dist/packages/utils/map/analysis-spatial/index.d.ts +6 -0
- package/dist/packages/utils/map/{satMap/analysis-spatial → analysis-spatial}/section.d.ts +3 -3
- package/dist/packages/utils/map/index.d.ts +29 -1
- package/dist/packages/utils/map/{satMap/layer → layer}/index.d.ts +1 -1
- package/dist/packages/utils/map/{satMap/measure → measure}/index.d.ts +0 -0
- package/dist/packages/utils/map/{satMap/plot → plot}/getGraphicDefStyle.d.ts +0 -0
- package/dist/packages/utils/map/{satMap/plot → plot}/index.d.ts +2 -2
- package/dist/packages/utils/map/{satMap/plot → plot}/plotSource.d.ts +0 -0
- package/dist/sat-earth.mjs +4016 -3927
- package/dist/sat-earth.umd.js +11 -11
- package/dist/style.css +1 -1
- package/package.json +2 -1
- package/dist/packages/components/location/helpers.d.ts +0 -42
- package/dist/packages/utils/map/satMap/analysis-spatial/index.d.ts +0 -4
- package/dist/packages/utils/map/satMap/index.d.ts +0 -25
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
2
|
import tuiImageEditor from 'tui-image-editor';
|
|
3
3
|
import type { UploadFile } from 'element-plus';
|
|
4
|
+
import { SatMap } from '../../../utils';
|
|
4
5
|
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
6
|
+
mapInstance: import("vue").ShallowRef<SatMap | null> | undefined;
|
|
5
7
|
instance: import("vue").ShallowRef<tuiImageEditor | undefined>;
|
|
6
8
|
fileList: import("vue").Ref<{
|
|
7
9
|
name: string;
|
|
@@ -95,12 +95,14 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
95
95
|
};
|
|
96
96
|
}>> & {}>>;
|
|
97
97
|
isMobile: import("vue").Ref<boolean>;
|
|
98
|
+
taskViewStore: import("pinia").Store<"SatTaskView__sat-earth", import("../../store/modules/taskView").TaskViewState, {}, {}>;
|
|
98
99
|
draggable: import("vue").Ref<boolean>;
|
|
99
100
|
dragElement: import("vue").Ref<HTMLElement | null>;
|
|
100
101
|
style: import("vue").ComputedRef<string>;
|
|
101
102
|
styleComputed: import("vue").ComputedRef<string>;
|
|
102
103
|
windowSizeMine: import("vue").Ref<"Maximize" | "Nomal">;
|
|
103
104
|
changeWindowSize: () => void;
|
|
105
|
+
doMinimize: (e: MouseEvent) => Promise<void>;
|
|
104
106
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
105
107
|
title: {
|
|
106
108
|
type: StringConstructor;
|
|
@@ -96,12 +96,14 @@ declare const SatModelAnalysis: import('../../utils/installer').SFCWithInstall<i
|
|
|
96
96
|
};
|
|
97
97
|
}>> & {}>>;
|
|
98
98
|
isMobile: import("vue").Ref<boolean>;
|
|
99
|
+
taskViewStore: import("pinia").Store<"SatTaskView__sat-earth", import("../../store/modules/taskView").TaskViewState, {}, {}>;
|
|
99
100
|
draggable: import("vue").Ref<boolean>;
|
|
100
101
|
dragElement: import("vue").Ref<HTMLElement | null>;
|
|
101
102
|
style: import("vue").ComputedRef<string>;
|
|
102
103
|
styleComputed: import("vue").ComputedRef<string>;
|
|
103
104
|
windowSizeMine: import("vue").Ref<"Maximize" | "Nomal">;
|
|
104
105
|
changeWindowSize: () => void;
|
|
106
|
+
doMinimize: (e: MouseEvent) => Promise<void>;
|
|
105
107
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
106
108
|
title: {
|
|
107
109
|
type: StringConstructor;
|
|
@@ -95,12 +95,14 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
95
95
|
};
|
|
96
96
|
}>> & {}>>;
|
|
97
97
|
isMobile: import("vue").Ref<boolean>;
|
|
98
|
+
taskViewStore: import("pinia").Store<"SatTaskView__sat-earth", import("../../store/modules/taskView").TaskViewState, {}, {}>;
|
|
98
99
|
draggable: import("vue").Ref<boolean>;
|
|
99
100
|
dragElement: import("vue").Ref<HTMLElement | null>;
|
|
100
101
|
style: import("vue").ComputedRef<string>;
|
|
101
102
|
styleComputed: import("vue").ComputedRef<string>;
|
|
102
103
|
windowSizeMine: import("vue").Ref<"Maximize" | "Nomal">;
|
|
103
104
|
changeWindowSize: () => void;
|
|
105
|
+
doMinimize: (e: MouseEvent) => Promise<void>;
|
|
104
106
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
105
107
|
title: {
|
|
106
108
|
type: StringConstructor;
|
|
@@ -155,7 +157,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
155
157
|
analysisList: readonly ["剖面分析", "方量分析", "通视分析", "可视域分析", "缓冲分析", "淹没分析"];
|
|
156
158
|
currentAnalysis: import("vue").Ref<"剖面分析" | "方量分析" | "通视分析" | "可视域分析" | "缓冲分析" | "淹没分析">;
|
|
157
159
|
AnalysisSection: import("vue").DefineComponent<{}, {
|
|
158
|
-
|
|
160
|
+
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
159
161
|
isMobile: import("vue").Ref<boolean>;
|
|
160
162
|
startDraw: () => void;
|
|
161
163
|
stopDraw: () => void;
|
|
@@ -2,7 +2,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
2
2
|
analysisList: readonly ["剖面分析", "方量分析", "通视分析", "可视域分析", "缓冲分析", "淹没分析"];
|
|
3
3
|
currentAnalysis: import("vue").Ref<"剖面分析" | "方量分析" | "通视分析" | "可视域分析" | "缓冲分析" | "淹没分析">;
|
|
4
4
|
AnalysisSection: import("vue").DefineComponent<{}, {
|
|
5
|
-
|
|
5
|
+
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
6
6
|
isMobile: import("vue").Ref<boolean>;
|
|
7
7
|
startDraw: () => void;
|
|
8
8
|
stopDraw: () => void;
|
|
@@ -96,12 +96,14 @@ declare const SatSpatialAnalysis: import('../../utils/installer').SFCWithInstall
|
|
|
96
96
|
};
|
|
97
97
|
}>> & {}>>;
|
|
98
98
|
isMobile: import("vue").Ref<boolean>;
|
|
99
|
+
taskViewStore: import("pinia").Store<"SatTaskView__sat-earth", import("../../store/modules/taskView").TaskViewState, {}, {}>;
|
|
99
100
|
draggable: import("vue").Ref<boolean>;
|
|
100
101
|
dragElement: import("vue").Ref<HTMLElement | null>;
|
|
101
102
|
style: import("vue").ComputedRef<string>;
|
|
102
103
|
styleComputed: import("vue").ComputedRef<string>;
|
|
103
104
|
windowSizeMine: import("vue").Ref<"Maximize" | "Nomal">;
|
|
104
105
|
changeWindowSize: () => void;
|
|
106
|
+
doMinimize: (e: MouseEvent) => Promise<void>;
|
|
105
107
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
106
108
|
title: {
|
|
107
109
|
type: StringConstructor;
|
|
@@ -156,7 +158,7 @@ declare const SatSpatialAnalysis: import('../../utils/installer').SFCWithInstall
|
|
|
156
158
|
analysisList: readonly ["剖面分析", "方量分析", "通视分析", "可视域分析", "缓冲分析", "淹没分析"];
|
|
157
159
|
currentAnalysis: import("vue").Ref<"剖面分析" | "方量分析" | "通视分析" | "可视域分析" | "缓冲分析" | "淹没分析">;
|
|
158
160
|
AnalysisSection: import("vue").DefineComponent<{}, {
|
|
159
|
-
|
|
161
|
+
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
160
162
|
isMobile: import("vue").Ref<boolean>;
|
|
161
163
|
startDraw: () => void;
|
|
162
164
|
stopDraw: () => void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
2
|
-
|
|
2
|
+
mapInstance: import("vue").ShallowRef<import("../../../utils").SatMap | null> | undefined;
|
|
3
3
|
isMobile: import("vue").Ref<boolean>;
|
|
4
4
|
startDraw: () => void;
|
|
5
5
|
stopDraw: () => void;
|
|
@@ -95,12 +95,14 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
95
95
|
};
|
|
96
96
|
}>> & {}>>;
|
|
97
97
|
isMobile: import("vue").Ref<boolean>;
|
|
98
|
+
taskViewStore: import("pinia").Store<"SatTaskView__sat-earth", import("../../store/modules/taskView").TaskViewState, {}, {}>;
|
|
98
99
|
draggable: import("vue").Ref<boolean>;
|
|
99
100
|
dragElement: import("vue").Ref<HTMLElement | null>;
|
|
100
101
|
style: import("vue").ComputedRef<string>;
|
|
101
102
|
styleComputed: import("vue").ComputedRef<string>;
|
|
102
103
|
windowSizeMine: import("vue").Ref<"Maximize" | "Nomal">;
|
|
103
104
|
changeWindowSize: () => void;
|
|
105
|
+
doMinimize: (e: MouseEvent) => Promise<void>;
|
|
104
106
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
105
107
|
title: {
|
|
106
108
|
type: StringConstructor;
|
|
@@ -96,12 +96,14 @@ declare const SatTerrainAnalysis: import('../../utils/installer').SFCWithInstall
|
|
|
96
96
|
};
|
|
97
97
|
}>> & {}>>;
|
|
98
98
|
isMobile: import("vue").Ref<boolean>;
|
|
99
|
+
taskViewStore: import("pinia").Store<"SatTaskView__sat-earth", import("../../store/modules/taskView").TaskViewState, {}, {}>;
|
|
99
100
|
draggable: import("vue").Ref<boolean>;
|
|
100
101
|
dragElement: import("vue").Ref<HTMLElement | null>;
|
|
101
102
|
style: import("vue").ComputedRef<string>;
|
|
102
103
|
styleComputed: import("vue").ComputedRef<string>;
|
|
103
104
|
windowSizeMine: import("vue").Ref<"Maximize" | "Nomal">;
|
|
104
105
|
changeWindowSize: () => void;
|
|
106
|
+
doMinimize: (e: MouseEvent) => Promise<void>;
|
|
105
107
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
106
108
|
title: {
|
|
107
109
|
type: StringConstructor;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { type Bookmark } from './helpers';
|
|
2
2
|
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
3
|
+
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
3
4
|
layerStore: import("pinia").Store<"SatLayerDev__sat-earth", import('../../store/modules/layer').LayerState, {}, {
|
|
4
5
|
setLayerList(val: import("../../utils/types").SatLayerDev[]): void;
|
|
5
6
|
setLayerTree(val: import('../../store/modules/layer').TreeSatLayer[]): void;
|
|
@@ -103,12 +104,14 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
103
104
|
};
|
|
104
105
|
}>> & {}>>;
|
|
105
106
|
isMobile: import("vue").Ref<boolean>;
|
|
107
|
+
taskViewStore: import("pinia").Store<"SatTaskView__sat-earth", import("../../store/modules/taskView").TaskViewState, {}, {}>;
|
|
106
108
|
draggable: import("vue").Ref<boolean>;
|
|
107
109
|
dragElement: import("vue").Ref<HTMLElement | null>;
|
|
108
110
|
style: import("vue").ComputedRef<string>;
|
|
109
111
|
styleComputed: import("vue").ComputedRef<string>;
|
|
110
112
|
windowSizeMine: import("vue").Ref<"Maximize" | "Nomal">;
|
|
111
113
|
changeWindowSize: () => void;
|
|
114
|
+
doMinimize: (e: MouseEvent) => Promise<void>;
|
|
112
115
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
113
116
|
title: {
|
|
114
117
|
type: StringConstructor;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
2
|
+
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
2
3
|
layerStore: import("pinia").Store<"SatLayerDev__sat-earth", import('../../store/modules/layer').LayerState, {}, {
|
|
3
4
|
setLayerList(val: import("../../utils/types").SatLayerDev[]): void;
|
|
4
5
|
setLayerTree(val: import('../../store/modules/layer').TreeSatLayer[]): void;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { type PropType } from 'vue';
|
|
2
|
+
import { SatMap } from '../../utils/map';
|
|
2
3
|
import { type SatLayerDev } from '../../utils/types';
|
|
3
4
|
import { type SatMapOptions } from '../../components/types';
|
|
4
5
|
import { type TreeSatLayer } from '../../store/modules/layer';
|
|
@@ -12,6 +13,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
12
13
|
default: () => SatMapOptions;
|
|
13
14
|
};
|
|
14
15
|
}, {
|
|
16
|
+
mapInstance: import("vue").ShallowRef<SatMap | null>;
|
|
15
17
|
compStore: import("pinia").Store<"SatCompState__sat-earth", import('../../store/modules/compState').CompState, {
|
|
16
18
|
getComponents: (state: {
|
|
17
19
|
SatSource?: {
|
|
@@ -154,6 +156,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
154
156
|
name: string;
|
|
155
157
|
};
|
|
156
158
|
MapSplitPanel: import("vue").DefineComponent<{}, {
|
|
159
|
+
mapInstance: import("vue").ShallowRef<SatMap | null> | undefined;
|
|
157
160
|
layerStore: import("pinia").Store<"SatLayerDev__sat-earth", import('../../store/modules/layer').LayerState, {}, {
|
|
158
161
|
setLayerList(val: SatLayerDev[]): void;
|
|
159
162
|
setLayerTree(val: TreeSatLayer[]): void;
|
|
@@ -168,6 +171,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
168
171
|
setSplitList: () => void;
|
|
169
172
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
170
173
|
CameraBookmarkPanel: import("vue").DefineComponent<{}, {
|
|
174
|
+
mapInstance: import("vue").ShallowRef<SatMap | null> | undefined;
|
|
171
175
|
layerStore: import("pinia").Store<"SatLayerDev__sat-earth", import('../../store/modules/layer').LayerState, {}, {
|
|
172
176
|
setLayerList(val: SatLayerDev[]): void;
|
|
173
177
|
setLayerTree(val: TreeSatLayer[]): void;
|
|
@@ -271,12 +275,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
271
275
|
};
|
|
272
276
|
}>> & {}>>;
|
|
273
277
|
isMobile: import("vue").Ref<boolean>;
|
|
278
|
+
taskViewStore: import("pinia").Store<"SatTaskView__sat-earth", import("../../store/modules/taskView").TaskViewState, {}, {}>;
|
|
274
279
|
draggable: import("vue").Ref<boolean>;
|
|
275
280
|
dragElement: import("vue").Ref<HTMLElement | null>;
|
|
276
281
|
style: import("vue").ComputedRef<string>;
|
|
277
282
|
styleComputed: import("vue").ComputedRef<string>;
|
|
278
283
|
windowSizeMine: import("vue").Ref<"Maximize" | "Nomal">;
|
|
279
284
|
changeWindowSize: () => void;
|
|
285
|
+
doMinimize: (e: MouseEvent) => Promise<void>;
|
|
280
286
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
281
287
|
title: {
|
|
282
288
|
type: StringConstructor;
|
|
@@ -9,6 +9,7 @@ declare const SatGlobe: import('../../utils/installer').SFCWithInstall<import("v
|
|
|
9
9
|
default: () => import("../types").SatMapOptions;
|
|
10
10
|
};
|
|
11
11
|
}, {
|
|
12
|
+
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null>;
|
|
12
13
|
compStore: import("pinia").Store<"SatCompState__sat-earth", import("../../store/modules/compState").CompState, {
|
|
13
14
|
getComponents: (state: {
|
|
14
15
|
SatSource?: {
|
|
@@ -151,6 +152,7 @@ declare const SatGlobe: import('../../utils/installer').SFCWithInstall<import("v
|
|
|
151
152
|
name: string;
|
|
152
153
|
};
|
|
153
154
|
MapSplitPanel: import("vue").DefineComponent<{}, {
|
|
155
|
+
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
154
156
|
layerStore: import("pinia").Store<"SatLayerDev__sat-earth", import("../../store/modules/layer").LayerState, {}, {
|
|
155
157
|
setLayerList(val: import("../../utils/types").SatLayerDev[]): void;
|
|
156
158
|
setLayerTree(val: import("../../store/modules/layer").TreeSatLayer[]): void;
|
|
@@ -165,6 +167,7 @@ declare const SatGlobe: import('../../utils/installer').SFCWithInstall<import("v
|
|
|
165
167
|
setSplitList: () => void;
|
|
166
168
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
167
169
|
CameraBookmarkPanel: import("vue").DefineComponent<{}, {
|
|
170
|
+
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
168
171
|
layerStore: import("pinia").Store<"SatLayerDev__sat-earth", import("../../store/modules/layer").LayerState, {}, {
|
|
169
172
|
setLayerList(val: import("../../utils/types").SatLayerDev[]): void;
|
|
170
173
|
setLayerTree(val: import("../../store/modules/layer").TreeSatLayer[]): void;
|
|
@@ -268,12 +271,14 @@ declare const SatGlobe: import('../../utils/installer').SFCWithInstall<import("v
|
|
|
268
271
|
};
|
|
269
272
|
}>> & {}>>;
|
|
270
273
|
isMobile: import("vue").Ref<boolean>;
|
|
274
|
+
taskViewStore: import("pinia").Store<"SatTaskView__sat-earth", import("../../store/modules/taskView").TaskViewState, {}, {}>;
|
|
271
275
|
draggable: import("vue").Ref<boolean>;
|
|
272
276
|
dragElement: import("vue").Ref<HTMLElement | null>;
|
|
273
277
|
style: import("vue").ComputedRef<string>;
|
|
274
278
|
styleComputed: import("vue").ComputedRef<string>;
|
|
275
279
|
windowSizeMine: import("vue").Ref<"Maximize" | "Nomal">;
|
|
276
280
|
changeWindowSize: () => void;
|
|
281
|
+
doMinimize: (e: MouseEvent) => Promise<void>;
|
|
277
282
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
278
283
|
title: {
|
|
279
284
|
type: StringConstructor;
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
import { type SatPointEntity } from '../../utils/types';
|
|
2
2
|
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
3
|
+
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
4
|
+
coordinateHelper: {
|
|
5
|
+
markerCoordinates(coord: {
|
|
6
|
+
lng: number;
|
|
7
|
+
lat: number;
|
|
8
|
+
text?: string | undefined;
|
|
9
|
+
}): Promise<SatPointEntity>;
|
|
10
|
+
removeMarkerCoordinates(): void;
|
|
11
|
+
};
|
|
3
12
|
zbdwForm: import("vue").Ref<{
|
|
4
13
|
[x: string]: any;
|
|
5
14
|
x?: number | undefined;
|
|
@@ -378,13 +387,5 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
378
387
|
})[];
|
|
379
388
|
};
|
|
380
389
|
searchCoordinate: () => void;
|
|
381
|
-
coordinateHelper: {
|
|
382
|
-
markerCoordinates(coord: {
|
|
383
|
-
lng: number;
|
|
384
|
-
lat: number;
|
|
385
|
-
text?: string | undefined;
|
|
386
|
-
}): Promise<SatPointEntity>;
|
|
387
|
-
removeMarkerCoordinates(): void;
|
|
388
|
-
};
|
|
389
390
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
390
391
|
export default _sfc_main;
|
|
@@ -95,12 +95,14 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
95
95
|
};
|
|
96
96
|
}>> & {}>>;
|
|
97
97
|
isMobile: import("vue").Ref<boolean>;
|
|
98
|
+
taskViewStore: import("pinia").Store<"SatTaskView__sat-earth", import("../../store/modules/taskView").TaskViewState, {}, {}>;
|
|
98
99
|
draggable: import("vue").Ref<boolean>;
|
|
99
100
|
dragElement: import("vue").Ref<HTMLElement | null>;
|
|
100
101
|
style: import("vue").ComputedRef<string>;
|
|
101
102
|
styleComputed: import("vue").ComputedRef<string>;
|
|
102
103
|
windowSizeMine: import("vue").Ref<"Maximize" | "Nomal">;
|
|
103
104
|
changeWindowSize: () => void;
|
|
105
|
+
doMinimize: (e: MouseEvent) => Promise<void>;
|
|
104
106
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
105
107
|
title: {
|
|
106
108
|
type: StringConstructor;
|
|
@@ -154,6 +156,15 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
154
156
|
SatLocationMain: import("vue").DefineComponent<{}, {
|
|
155
157
|
activeName: import("vue").Ref<string>;
|
|
156
158
|
SatCoordinate: import("vue").DefineComponent<{}, {
|
|
159
|
+
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
160
|
+
coordinateHelper: {
|
|
161
|
+
markerCoordinates(coord: {
|
|
162
|
+
lng: number;
|
|
163
|
+
lat: number;
|
|
164
|
+
text?: string | undefined;
|
|
165
|
+
}): Promise<import("../../utils/types").SatPointEntity>;
|
|
166
|
+
removeMarkerCoordinates(): void;
|
|
167
|
+
};
|
|
157
168
|
zbdwForm: import("vue").Ref<{
|
|
158
169
|
[x: string]: any;
|
|
159
170
|
x?: number | undefined;
|
|
@@ -532,16 +543,31 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
532
543
|
})[];
|
|
533
544
|
};
|
|
534
545
|
searchCoordinate: () => void;
|
|
535
|
-
coordinateHelper: {
|
|
536
|
-
markerCoordinates(coord: {
|
|
537
|
-
lng: number;
|
|
538
|
-
lat: number;
|
|
539
|
-
text?: string | undefined;
|
|
540
|
-
}): Promise<import("../../utils/types").SatPointEntity>;
|
|
541
|
-
removeMarkerCoordinates(): void;
|
|
542
|
-
};
|
|
543
546
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
544
547
|
SatPathPlan: import("vue").DefineComponent<{}, {
|
|
548
|
+
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
549
|
+
pathPlanHelper: {
|
|
550
|
+
routeLayer: any;
|
|
551
|
+
gaodeRoute: any;
|
|
552
|
+
eventTarget: import("mars3d").BaseClass;
|
|
553
|
+
startGraphic: any;
|
|
554
|
+
endGraphic: any;
|
|
555
|
+
init(): void;
|
|
556
|
+
btnAnalyse(type: "1" | "3"): void;
|
|
557
|
+
removeAllPath(): void;
|
|
558
|
+
startPoint(type: "1" | "3"): Promise<{
|
|
559
|
+
lng: any;
|
|
560
|
+
lat: any;
|
|
561
|
+
address: any;
|
|
562
|
+
} | undefined>;
|
|
563
|
+
endPoint(type: "1" | "3"): Promise<{
|
|
564
|
+
lng: any;
|
|
565
|
+
lat: any;
|
|
566
|
+
address: any;
|
|
567
|
+
} | undefined>;
|
|
568
|
+
queryRoute(type: "1" | "3"): void;
|
|
569
|
+
saveGeoJSON(): void;
|
|
570
|
+
};
|
|
545
571
|
startAddress: import("vue").Ref<string>;
|
|
546
572
|
endAddress: import("vue").Ref<string>;
|
|
547
573
|
allDiatance: import("vue").Ref<string>;
|
|
@@ -564,6 +590,18 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
564
590
|
saveGeoJSON: () => void;
|
|
565
591
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
566
592
|
SatPoiQuery: import("vue").DefineComponent<{}, {
|
|
593
|
+
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
594
|
+
poiQueryHelper: {
|
|
595
|
+
graphicLayer: any;
|
|
596
|
+
init(): void;
|
|
597
|
+
queryText(text: string, pageInfo: {
|
|
598
|
+
pageSize: number;
|
|
599
|
+
pageNo: number;
|
|
600
|
+
}): Promise<any>;
|
|
601
|
+
autoTip(text: string): Promise<any>;
|
|
602
|
+
flyTo(item: any): void;
|
|
603
|
+
destroy(): void;
|
|
604
|
+
};
|
|
567
605
|
keyword: import("vue").Ref<string>;
|
|
568
606
|
isShowTip: import("vue").Ref<boolean>;
|
|
569
607
|
tipList: any;
|
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
2
2
|
activeName: import("vue").Ref<string>;
|
|
3
3
|
SatCoordinate: import("vue").DefineComponent<{}, {
|
|
4
|
+
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
5
|
+
coordinateHelper: {
|
|
6
|
+
markerCoordinates(coord: {
|
|
7
|
+
lng: number;
|
|
8
|
+
lat: number;
|
|
9
|
+
text?: string | undefined;
|
|
10
|
+
}): Promise<import("../../utils/types").SatPointEntity>;
|
|
11
|
+
removeMarkerCoordinates(): void;
|
|
12
|
+
};
|
|
4
13
|
zbdwForm: import("vue").Ref<{
|
|
5
14
|
[x: string]: any;
|
|
6
15
|
x?: number | undefined;
|
|
@@ -379,16 +388,31 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
379
388
|
})[];
|
|
380
389
|
};
|
|
381
390
|
searchCoordinate: () => void;
|
|
382
|
-
coordinateHelper: {
|
|
383
|
-
markerCoordinates(coord: {
|
|
384
|
-
lng: number;
|
|
385
|
-
lat: number;
|
|
386
|
-
text?: string | undefined;
|
|
387
|
-
}): Promise<import("../../utils/types").SatPointEntity>;
|
|
388
|
-
removeMarkerCoordinates(): void;
|
|
389
|
-
};
|
|
390
391
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
391
392
|
SatPathPlan: import("vue").DefineComponent<{}, {
|
|
393
|
+
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
394
|
+
pathPlanHelper: {
|
|
395
|
+
routeLayer: any;
|
|
396
|
+
gaodeRoute: any;
|
|
397
|
+
eventTarget: import("mars3d").BaseClass;
|
|
398
|
+
startGraphic: any;
|
|
399
|
+
endGraphic: any;
|
|
400
|
+
init(): void;
|
|
401
|
+
btnAnalyse(type: "1" | "3"): void;
|
|
402
|
+
removeAllPath(): void;
|
|
403
|
+
startPoint(type: "1" | "3"): Promise<{
|
|
404
|
+
lng: any;
|
|
405
|
+
lat: any;
|
|
406
|
+
address: any;
|
|
407
|
+
} | undefined>;
|
|
408
|
+
endPoint(type: "1" | "3"): Promise<{
|
|
409
|
+
lng: any;
|
|
410
|
+
lat: any;
|
|
411
|
+
address: any;
|
|
412
|
+
} | undefined>;
|
|
413
|
+
queryRoute(type: "1" | "3"): void;
|
|
414
|
+
saveGeoJSON(): void;
|
|
415
|
+
};
|
|
392
416
|
startAddress: import("vue").Ref<string>;
|
|
393
417
|
endAddress: import("vue").Ref<string>;
|
|
394
418
|
allDiatance: import("vue").Ref<string>;
|
|
@@ -411,6 +435,18 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
411
435
|
saveGeoJSON: () => void;
|
|
412
436
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
413
437
|
SatPoiQuery: import("vue").DefineComponent<{}, {
|
|
438
|
+
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
439
|
+
poiQueryHelper: {
|
|
440
|
+
graphicLayer: any;
|
|
441
|
+
init(): void;
|
|
442
|
+
queryText(text: string, pageInfo: {
|
|
443
|
+
pageSize: number;
|
|
444
|
+
pageNo: number;
|
|
445
|
+
}): Promise<any>;
|
|
446
|
+
autoTip(text: string): Promise<any>;
|
|
447
|
+
flyTo(item: any): void;
|
|
448
|
+
destroy(): void;
|
|
449
|
+
};
|
|
414
450
|
keyword: import("vue").Ref<string>;
|
|
415
451
|
isShowTip: import("vue").Ref<boolean>;
|
|
416
452
|
tipList: any;
|
|
@@ -1,4 +1,27 @@
|
|
|
1
1
|
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
2
|
+
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
3
|
+
pathPlanHelper: {
|
|
4
|
+
routeLayer: any;
|
|
5
|
+
gaodeRoute: any;
|
|
6
|
+
eventTarget: import("mars3d").BaseClass;
|
|
7
|
+
startGraphic: any;
|
|
8
|
+
endGraphic: any;
|
|
9
|
+
init(): void;
|
|
10
|
+
btnAnalyse(type: "1" | "3"): void;
|
|
11
|
+
removeAllPath(): void;
|
|
12
|
+
startPoint(type: "1" | "3"): Promise<{
|
|
13
|
+
lng: any;
|
|
14
|
+
lat: any;
|
|
15
|
+
address: any;
|
|
16
|
+
} | undefined>;
|
|
17
|
+
endPoint(type: "1" | "3"): Promise<{
|
|
18
|
+
lng: any;
|
|
19
|
+
lat: any;
|
|
20
|
+
address: any;
|
|
21
|
+
} | undefined>;
|
|
22
|
+
queryRoute(type: "1" | "3"): void;
|
|
23
|
+
saveGeoJSON(): void;
|
|
24
|
+
};
|
|
2
25
|
startAddress: import("vue").Ref<string>;
|
|
3
26
|
endAddress: import("vue").Ref<string>;
|
|
4
27
|
allDiatance: import("vue").Ref<string>;
|
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
2
|
+
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
3
|
+
poiQueryHelper: {
|
|
4
|
+
graphicLayer: any;
|
|
5
|
+
init(): void;
|
|
6
|
+
queryText(text: string, pageInfo: {
|
|
7
|
+
pageSize: number;
|
|
8
|
+
pageNo: number;
|
|
9
|
+
}): Promise<any>;
|
|
10
|
+
autoTip(text: string): Promise<any>;
|
|
11
|
+
flyTo(item: any): void;
|
|
12
|
+
destroy(): void;
|
|
13
|
+
};
|
|
2
14
|
keyword: import("vue").Ref<string>;
|
|
3
15
|
isShowTip: import("vue").Ref<boolean>;
|
|
4
16
|
tipList: any;
|
|
@@ -96,12 +96,14 @@ declare const SatLocation: import('../../utils/installer').SFCWithInstall<import
|
|
|
96
96
|
};
|
|
97
97
|
}>> & {}>>;
|
|
98
98
|
isMobile: import("vue").Ref<boolean>;
|
|
99
|
+
taskViewStore: import("pinia").Store<"SatTaskView__sat-earth", import("../../store/modules/taskView").TaskViewState, {}, {}>;
|
|
99
100
|
draggable: import("vue").Ref<boolean>;
|
|
100
101
|
dragElement: import("vue").Ref<HTMLElement | null>;
|
|
101
102
|
style: import("vue").ComputedRef<string>;
|
|
102
103
|
styleComputed: import("vue").ComputedRef<string>;
|
|
103
104
|
windowSizeMine: import("vue").Ref<"Maximize" | "Nomal">;
|
|
104
105
|
changeWindowSize: () => void;
|
|
106
|
+
doMinimize: (e: MouseEvent) => Promise<void>;
|
|
105
107
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
106
108
|
title: {
|
|
107
109
|
type: StringConstructor;
|
|
@@ -155,6 +157,15 @@ declare const SatLocation: import('../../utils/installer').SFCWithInstall<import
|
|
|
155
157
|
SatLocationMain: import("vue").DefineComponent<{}, {
|
|
156
158
|
activeName: import("vue").Ref<string>;
|
|
157
159
|
SatCoordinate: import("vue").DefineComponent<{}, {
|
|
160
|
+
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
161
|
+
coordinateHelper: {
|
|
162
|
+
markerCoordinates(coord: {
|
|
163
|
+
lng: number;
|
|
164
|
+
lat: number;
|
|
165
|
+
text?: string | undefined;
|
|
166
|
+
}): Promise<import("../../utils/types").SatPointEntity>;
|
|
167
|
+
removeMarkerCoordinates(): void;
|
|
168
|
+
};
|
|
158
169
|
zbdwForm: import("vue").Ref<{
|
|
159
170
|
[x: string]: any;
|
|
160
171
|
x?: number | undefined;
|
|
@@ -533,16 +544,31 @@ declare const SatLocation: import('../../utils/installer').SFCWithInstall<import
|
|
|
533
544
|
})[];
|
|
534
545
|
};
|
|
535
546
|
searchCoordinate: () => void;
|
|
536
|
-
coordinateHelper: {
|
|
537
|
-
markerCoordinates(coord: {
|
|
538
|
-
lng: number;
|
|
539
|
-
lat: number;
|
|
540
|
-
text?: string | undefined;
|
|
541
|
-
}): Promise<import("../../utils/types").SatPointEntity>;
|
|
542
|
-
removeMarkerCoordinates(): void;
|
|
543
|
-
};
|
|
544
547
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
545
548
|
SatPathPlan: import("vue").DefineComponent<{}, {
|
|
549
|
+
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
550
|
+
pathPlanHelper: {
|
|
551
|
+
routeLayer: any;
|
|
552
|
+
gaodeRoute: any;
|
|
553
|
+
eventTarget: import("mars3d").BaseClass;
|
|
554
|
+
startGraphic: any;
|
|
555
|
+
endGraphic: any;
|
|
556
|
+
init(): void;
|
|
557
|
+
btnAnalyse(type: "1" | "3"): void;
|
|
558
|
+
removeAllPath(): void;
|
|
559
|
+
startPoint(type: "1" | "3"): Promise<{
|
|
560
|
+
lng: any;
|
|
561
|
+
lat: any;
|
|
562
|
+
address: any;
|
|
563
|
+
} | undefined>;
|
|
564
|
+
endPoint(type: "1" | "3"): Promise<{
|
|
565
|
+
lng: any;
|
|
566
|
+
lat: any;
|
|
567
|
+
address: any;
|
|
568
|
+
} | undefined>;
|
|
569
|
+
queryRoute(type: "1" | "3"): void;
|
|
570
|
+
saveGeoJSON(): void;
|
|
571
|
+
};
|
|
546
572
|
startAddress: import("vue").Ref<string>;
|
|
547
573
|
endAddress: import("vue").Ref<string>;
|
|
548
574
|
allDiatance: import("vue").Ref<string>;
|
|
@@ -565,6 +591,18 @@ declare const SatLocation: import('../../utils/installer').SFCWithInstall<import
|
|
|
565
591
|
saveGeoJSON: () => void;
|
|
566
592
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
567
593
|
SatPoiQuery: import("vue").DefineComponent<{}, {
|
|
594
|
+
mapInstance: import("vue").ShallowRef<import("../../utils").SatMap | null> | undefined;
|
|
595
|
+
poiQueryHelper: {
|
|
596
|
+
graphicLayer: any;
|
|
597
|
+
init(): void;
|
|
598
|
+
queryText(text: string, pageInfo: {
|
|
599
|
+
pageSize: number;
|
|
600
|
+
pageNo: number;
|
|
601
|
+
}): Promise<any>;
|
|
602
|
+
autoTip(text: string): Promise<any>;
|
|
603
|
+
flyTo(item: any): void;
|
|
604
|
+
destroy(): void;
|
|
605
|
+
};
|
|
568
606
|
keyword: import("vue").Ref<string>;
|
|
569
607
|
isShowTip: import("vue").Ref<boolean>;
|
|
570
608
|
tipList: any;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { SatMap } from '../../utils/map';
|
|
2
|
+
import { type SatPointEntity } from '../../utils/types';
|
|
3
|
+
import { ShallowRef } from 'vue';
|
|
4
|
+
export declare const useCoordinate: (mapInstance?: ShallowRef<SatMap | null> | undefined) => {
|
|
5
|
+
markerCoordinates(coord: {
|
|
6
|
+
lng: number;
|
|
7
|
+
lat: number;
|
|
8
|
+
text?: string;
|
|
9
|
+
}): Promise<SatPointEntity>;
|
|
10
|
+
removeMarkerCoordinates(): void;
|
|
11
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { SatMap } from '../../utils/map';
|
|
2
|
+
import { ShallowRef } from 'vue';
|
|
3
|
+
export declare const usePathPlan: (mapInstance?: ShallowRef<SatMap | null> | undefined) => {
|
|
4
|
+
routeLayer: any;
|
|
5
|
+
gaodeRoute: any;
|
|
6
|
+
eventTarget: import("mars3d").BaseClass;
|
|
7
|
+
startGraphic: any;
|
|
8
|
+
endGraphic: any;
|
|
9
|
+
init(): void;
|
|
10
|
+
btnAnalyse(type: '1' | '3'): void;
|
|
11
|
+
removeAllPath(): void;
|
|
12
|
+
startPoint(type: '1' | '3'): Promise<{
|
|
13
|
+
lng: any;
|
|
14
|
+
lat: any;
|
|
15
|
+
address: any;
|
|
16
|
+
} | undefined>;
|
|
17
|
+
endPoint(type: '1' | '3'): Promise<{
|
|
18
|
+
lng: any;
|
|
19
|
+
lat: any;
|
|
20
|
+
address: any;
|
|
21
|
+
} | undefined>;
|
|
22
|
+
queryRoute(type: '1' | '3'): void;
|
|
23
|
+
saveGeoJSON(): void;
|
|
24
|
+
};
|