ym-giswidget-2d 1.0.73 → 1.0.75

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/README.md CHANGED
@@ -1,33 +1,33 @@
1
- # olComponents
2
-
3
- This template should help get you started developing with Vue 3 in Vite.
4
-
5
- ## Recommended IDE Setup
6
-
7
- [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
8
-
9
- ## Type Support for `.vue` Imports in TS
10
-
11
- TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) to make the TypeScript language service aware of `.vue` types.
12
-
13
- ## Customize configuration
14
-
15
- See [Vite Configuration Reference](https://vitejs.dev/config/).
16
-
17
- ## Project Setup
18
-
19
- ```sh
20
- pnpm install
21
- ```
22
-
23
- ### Compile and Hot-Reload for Development
24
-
25
- ```sh
26
- pnpm dev
27
- ```
28
-
29
- ### Type-Check, Compile and Minify for Production
30
-
31
- ```sh
32
- pnpm build
33
- ```
1
+ # olComponents
2
+
3
+ This template should help get you started developing with Vue 3 in Vite.
4
+
5
+ ## Recommended IDE Setup
6
+
7
+ [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
8
+
9
+ ## Type Support for `.vue` Imports in TS
10
+
11
+ TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) to make the TypeScript language service aware of `.vue` types.
12
+
13
+ ## Customize configuration
14
+
15
+ See [Vite Configuration Reference](https://vitejs.dev/config/).
16
+
17
+ ## Project Setup
18
+
19
+ ```sh
20
+ pnpm install
21
+ ```
22
+
23
+ ### Compile and Hot-Reload for Development
24
+
25
+ ```sh
26
+ pnpm dev
27
+ ```
28
+
29
+ ### Type-Check, Compile and Minify for Production
30
+
31
+ ```sh
32
+ pnpm build
33
+ ```
@@ -1,39 +1,39 @@
1
- @font-face {
2
- font-family: "iconfont"; /* Project id 4810358 */
3
- src: url('iconfont.woff2?t=1736821977689') format('woff2'),
4
- url('iconfont.woff?t=1736821977689') format('woff'),
5
- url('iconfont.ttf?t=1736821977689') format('truetype');
6
- }
7
-
8
- .iconfont {
9
- font-family: "iconfont" !important;
10
- font-size: 16px;
11
- font-style: normal;
12
- -webkit-font-smoothing: antialiased;
13
- -moz-osx-font-smoothing: grayscale;
14
- }
15
-
16
- .icon-undock:before {
17
- content: "\e718";
18
- }
19
-
20
- .icon-dock:before {
21
- content: "\e601";
22
- }
23
-
24
- .icon-minimize:before {
25
- content: "\e646";
26
- }
27
-
28
- .icon-restore:before {
29
- content: "\e600";
30
- }
31
-
32
- .icon-close:before {
33
- content: "\e70f";
34
- }
35
-
36
- .icon-maximize:before {
37
- content: "\e651";
38
- }
39
-
1
+ @font-face {
2
+ font-family: "iconfont"; /* Project id 4810358 */
3
+ src: url('iconfont.woff2?t=1736821977689') format('woff2'),
4
+ url('iconfont.woff?t=1736821977689') format('woff'),
5
+ url('iconfont.ttf?t=1736821977689') format('truetype');
6
+ }
7
+
8
+ .iconfont {
9
+ font-family: "iconfont" !important;
10
+ font-size: 16px;
11
+ font-style: normal;
12
+ -webkit-font-smoothing: antialiased;
13
+ -moz-osx-font-smoothing: grayscale;
14
+ }
15
+
16
+ .icon-undock:before {
17
+ content: "\e718";
18
+ }
19
+
20
+ .icon-dock:before {
21
+ content: "\e601";
22
+ }
23
+
24
+ .icon-minimize:before {
25
+ content: "\e646";
26
+ }
27
+
28
+ .icon-restore:before {
29
+ content: "\e600";
30
+ }
31
+
32
+ .icon-close:before {
33
+ content: "\e70f";
34
+ }
35
+
36
+ .icon-maximize:before {
37
+ content: "\e651";
38
+ }
39
+
@@ -1,51 +1,51 @@
1
- {
2
- "id": "4810358",
3
- "name": "print-map",
4
- "font_family": "iconfont",
5
- "css_prefix_text": "icon-",
6
- "description": "",
7
- "glyphs": [
8
- {
9
- "icon_id": "21967058",
10
- "name": "未停靠",
11
- "font_class": "undock",
12
- "unicode": "e718",
13
- "unicode_decimal": 59160
14
- },
15
- {
16
- "icon_id": "39867073",
17
- "name": "停靠",
18
- "font_class": "dock",
19
- "unicode": "e601",
20
- "unicode_decimal": 58881
21
- },
22
- {
23
- "icon_id": "659177",
24
- "name": "最小化",
25
- "font_class": "minimize",
26
- "unicode": "e646",
27
- "unicode_decimal": 58950
28
- },
29
- {
30
- "icon_id": "4485682",
31
- "name": "还原窗体",
32
- "font_class": "restore",
33
- "unicode": "e600",
34
- "unicode_decimal": 58880
35
- },
36
- {
37
- "icon_id": "6705520",
38
- "name": "关闭",
39
- "font_class": "close",
40
- "unicode": "e70f",
41
- "unicode_decimal": 59151
42
- },
43
- {
44
- "icon_id": "11490920",
45
- "name": "最大化",
46
- "font_class": "maximize",
47
- "unicode": "e651",
48
- "unicode_decimal": 58961
49
- }
50
- ]
51
- }
1
+ {
2
+ "id": "4810358",
3
+ "name": "print-map",
4
+ "font_family": "iconfont",
5
+ "css_prefix_text": "icon-",
6
+ "description": "",
7
+ "glyphs": [
8
+ {
9
+ "icon_id": "21967058",
10
+ "name": "未停靠",
11
+ "font_class": "undock",
12
+ "unicode": "e718",
13
+ "unicode_decimal": 59160
14
+ },
15
+ {
16
+ "icon_id": "39867073",
17
+ "name": "停靠",
18
+ "font_class": "dock",
19
+ "unicode": "e601",
20
+ "unicode_decimal": 58881
21
+ },
22
+ {
23
+ "icon_id": "659177",
24
+ "name": "最小化",
25
+ "font_class": "minimize",
26
+ "unicode": "e646",
27
+ "unicode_decimal": 58950
28
+ },
29
+ {
30
+ "icon_id": "4485682",
31
+ "name": "还原窗体",
32
+ "font_class": "restore",
33
+ "unicode": "e600",
34
+ "unicode_decimal": 58880
35
+ },
36
+ {
37
+ "icon_id": "6705520",
38
+ "name": "关闭",
39
+ "font_class": "close",
40
+ "unicode": "e70f",
41
+ "unicode_decimal": 59151
42
+ },
43
+ {
44
+ "icon_id": "11490920",
45
+ "name": "最大化",
46
+ "font_class": "maximize",
47
+ "unicode": "e651",
48
+ "unicode_decimal": 58961
49
+ }
50
+ ]
51
+ }
@@ -18,6 +18,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
18
18
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
19
19
  onActiveInteraction?: ((...args: any[]) => any) | undefined;
20
20
  }>, {
21
+ font: IFont;
21
22
  precision: number;
22
23
  showLabel: boolean;
23
24
  spheroid: boolean;
@@ -22,7 +22,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
22
22
  outlineColor: {},
23
23
  outlineOpacity: {},
24
24
  outlineWidth: {},
25
- font: {},
25
+ font: { default: {
26
+ haloColor: "#ffffff"
27
+ } },
26
28
  unit: {},
27
29
  precision: { default: 2 },
28
30
  showLabel: { type: Boolean, default: true },
@@ -27,6 +27,7 @@ export declare const AreaMeasurement: import('../../utils').WithInstall<import('
27
27
  }> & Readonly<{
28
28
  onActiveInteraction?: ((...args: any[]) => any) | undefined;
29
29
  }>, {
30
+ font: import('ym-gis-2d/entity/IFont').default;
30
31
  precision: number;
31
32
  showLabel: boolean;
32
33
  spheroid: boolean;
@@ -1,2 +1,170 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1
+ import { default as OLMap } from 'ym-gis-2d/mapView/Map';
2
+ import { default as IFont } from 'ym-gis-2d/entity/IFont';
3
+ type __VLS_Props = {
4
+ map: OLMap;
5
+ color?: Array<number> | string;
6
+ opacity?: number;
7
+ outlineColor?: Array<number> | string;
8
+ outlineOpacity?: number;
9
+ outlineWidth?: number;
10
+ font?: IFont;
11
+ unit?: "meters" | "kilometers";
12
+ precision?: number;
13
+ showLabel?: boolean;
14
+ spheroid?: boolean;
15
+ };
16
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
17
+ activeInteraction: (...args: any[]) => void;
18
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
19
+ onActiveInteraction?: ((...args: any[]) => any) | undefined;
20
+ }>, {
21
+ font: IFont;
22
+ precision: number;
23
+ showLabel: boolean;
24
+ spheroid: boolean;
25
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
26
+ areaMeasureDom: ({
27
+ $: import('vue').ComponentInternalInstance;
28
+ $data: {};
29
+ $props: {
30
+ readonly title?: string | undefined;
31
+ readonly width?: number | undefined;
32
+ readonly height?: number | undefined;
33
+ readonly minWidth?: number | undefined;
34
+ readonly minHeight?: number | undefined;
35
+ readonly resizable?: boolean | undefined;
36
+ readonly showClose?: boolean | undefined;
37
+ readonly showMinimize?: boolean | undefined;
38
+ readonly showMaximize?: boolean | undefined;
39
+ readonly showDock?: boolean | undefined;
40
+ readonly drag?: boolean | undefined;
41
+ readonly showOk?: boolean | undefined;
42
+ readonly showCancel?: boolean | undefined;
43
+ readonly okText?: string | undefined;
44
+ readonly cancelText?: string | undefined;
45
+ readonly onClose?: ((...args: any[]) => any) | undefined;
46
+ readonly onResize?: ((...args: any[]) => any) | undefined;
47
+ readonly onMove?: ((...args: any[]) => any) | undefined;
48
+ readonly onOk?: ((...args: any[]) => any) | undefined;
49
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
50
+ $attrs: {
51
+ [x: string]: unknown;
52
+ };
53
+ $refs: {
54
+ [x: string]: unknown;
55
+ } & {
56
+ panelRef: HTMLDivElement;
57
+ };
58
+ $slots: Readonly<{
59
+ [name: string]: import('vue').Slot<any> | undefined;
60
+ }>;
61
+ $root: import('vue').ComponentPublicInstance | null;
62
+ $parent: import('vue').ComponentPublicInstance | null;
63
+ $host: Element | null;
64
+ $emit: ((event: "close", ...args: any[]) => void) & ((event: "resize", ...args: any[]) => void) & ((event: "move", ...args: any[]) => void) & ((event: "ok", ...args: any[]) => void);
65
+ $el: HTMLDivElement;
66
+ $options: import('vue').ComponentOptionsBase<Readonly<{
67
+ title?: string;
68
+ width?: number;
69
+ height?: number;
70
+ minWidth?: number;
71
+ minHeight?: number;
72
+ resizable?: boolean;
73
+ showClose?: boolean;
74
+ showMinimize?: boolean;
75
+ showMaximize?: boolean;
76
+ showDock?: boolean;
77
+ drag?: boolean;
78
+ showOk?: boolean;
79
+ showCancel?: boolean;
80
+ okText?: string;
81
+ cancelText?: string;
82
+ }> & Readonly<{
83
+ onClose?: ((...args: any[]) => any) | undefined;
84
+ onResize?: ((...args: any[]) => any) | undefined;
85
+ onMove?: ((...args: any[]) => any) | undefined;
86
+ onOk?: ((...args: any[]) => any) | undefined;
87
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
88
+ close: (...args: any[]) => void;
89
+ resize: (...args: any[]) => void;
90
+ move: (...args: any[]) => void;
91
+ ok: (...args: any[]) => void;
92
+ }, string, {
93
+ title: string;
94
+ showClose: boolean;
95
+ drag: boolean;
96
+ minWidth: number;
97
+ minHeight: number;
98
+ resizable: boolean;
99
+ showMinimize: boolean;
100
+ showMaximize: boolean;
101
+ showDock: boolean;
102
+ showOk: boolean;
103
+ showCancel: boolean;
104
+ okText: string;
105
+ cancelText: string;
106
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
107
+ beforeCreate?: (() => void) | (() => void)[];
108
+ created?: (() => void) | (() => void)[];
109
+ beforeMount?: (() => void) | (() => void)[];
110
+ mounted?: (() => void) | (() => void)[];
111
+ beforeUpdate?: (() => void) | (() => void)[];
112
+ updated?: (() => void) | (() => void)[];
113
+ activated?: (() => void) | (() => void)[];
114
+ deactivated?: (() => void) | (() => void)[];
115
+ beforeDestroy?: (() => void) | (() => void)[];
116
+ beforeUnmount?: (() => void) | (() => void)[];
117
+ destroyed?: (() => void) | (() => void)[];
118
+ unmounted?: (() => void) | (() => void)[];
119
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
120
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
121
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
122
+ };
123
+ $forceUpdate: () => void;
124
+ $nextTick: typeof import('vue').nextTick;
125
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
126
+ } & Readonly<{
127
+ title: string;
128
+ showClose: boolean;
129
+ drag: boolean;
130
+ minWidth: number;
131
+ minHeight: number;
132
+ resizable: boolean;
133
+ showMinimize: boolean;
134
+ showMaximize: boolean;
135
+ showDock: boolean;
136
+ showOk: boolean;
137
+ showCancel: boolean;
138
+ okText: string;
139
+ cancelText: string;
140
+ }> & Omit<Readonly<{
141
+ title?: string;
142
+ width?: number;
143
+ height?: number;
144
+ minWidth?: number;
145
+ minHeight?: number;
146
+ resizable?: boolean;
147
+ showClose?: boolean;
148
+ showMinimize?: boolean;
149
+ showMaximize?: boolean;
150
+ showDock?: boolean;
151
+ drag?: boolean;
152
+ showOk?: boolean;
153
+ showCancel?: boolean;
154
+ okText?: string;
155
+ cancelText?: string;
156
+ }> & Readonly<{
157
+ onClose?: ((...args: any[]) => any) | undefined;
158
+ onResize?: ((...args: any[]) => any) | undefined;
159
+ onMove?: ((...args: any[]) => any) | undefined;
160
+ onOk?: ((...args: any[]) => any) | undefined;
161
+ }>, "title" | "showClose" | "drag" | "minWidth" | "minHeight" | "resizable" | "showMinimize" | "showMaximize" | "showDock" | "showOk" | "showCancel" | "okText" | "cancelText"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
162
+ $slots: {
163
+ header?(_: {}): any;
164
+ default?(_: {}): any;
165
+ footer?(_: {}): any;
166
+ };
167
+ }) | null;
168
+ formRef: unknown;
169
+ }, HTMLDivElement>;
2
170
  export default _default;
@@ -1,9 +1,167 @@
1
- import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
2
- const _sfc_main = {};
3
- function _sfc_render(_ctx, _cache) {
4
- return null;
5
- }
6
- const _DistanceMeasurement = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
1
+ import { ElForm, ElFormItem, ElSelect, ElOption } from "element-plus/es";
2
+ import "element-plus/es/components/base/style/css";
3
+ import "element-plus/es/components/form/style/css";
4
+ import "element-plus/es/components/form-item/style/css";
5
+ import "element-plus/es/components/select/style/css";
6
+ import "element-plus/es/components/option/style/css";
7
+ import { defineComponent, reactive, computed, onMounted, toRaw, onUnmounted, withDirectives, createBlock, openBlock, withCtx, createVNode, unref, createCommentVNode, createElementBlock, Fragment, renderList, createElementVNode, toDisplayString, vShow } from "vue";
8
+ import DraggablePanel from "../../panel/DraggablePanel.vue.js";
9
+ import DistanceMeasure from "ym-gis-2d/interaction/DistanceMeasure";
10
+ import measureUnits from "ym-gis-2d/entity/measure/DistanceMeasureUnits";
11
+ const _hoisted_1 = { class: "el-current-value" };
12
+ const _hoisted_2 = { class: "el-current-unit" };
13
+ const _sfc_main = /* @__PURE__ */ defineComponent({
14
+ __name: "DistanceMeasurement",
15
+ props: {
16
+ map: {},
17
+ color: {},
18
+ opacity: {},
19
+ outlineColor: {},
20
+ outlineOpacity: {},
21
+ outlineWidth: {},
22
+ font: { default: {
23
+ haloColor: "#ffffff"
24
+ } },
25
+ unit: {},
26
+ precision: { default: 2 },
27
+ showLabel: { type: Boolean, default: true },
28
+ spheroid: { type: Boolean, default: false }
29
+ },
30
+ emits: ["activeInteraction"],
31
+ setup(__props, { emit: __emit }) {
32
+ const emit = __emit;
33
+ const props = __props;
34
+ let reactiveValue = reactive({
35
+ visible: true,
36
+ allLength: 0,
37
+ hasLength: 0
38
+ });
39
+ reactiveValue.currentType = measureUnits[0];
40
+ const measureData = computed(() => {
41
+ var _a;
42
+ switch ((_a = reactiveValue.currentType) == null ? void 0 : _a.type) {
43
+ case "meters":
44
+ return {
45
+ perimeter: `${reactiveValue.allLength.toFixed(props.precision)}`
46
+ };
47
+ case "kilometers":
48
+ return {
49
+ perimeter: `${(reactiveValue.allLength * 1e-3).toFixed(props.precision)}`
50
+ };
51
+ default:
52
+ return {
53
+ perimeter: `${reactiveValue.allLength.toFixed(props.precision)} `
54
+ };
55
+ }
56
+ });
57
+ onMounted(() => {
58
+ let { map, ...options } = toRaw(props);
59
+ const distanceMeasure = new DistanceMeasure(options);
60
+ props.map.interactionManager.addInteraction("distanceMeasure", distanceMeasure);
61
+ distanceMeasure.on("measureMoving", (e) => {
62
+ reactiveValue.allLength = reactiveValue.hasLength + e.length;
63
+ });
64
+ distanceMeasure.on("measureEnd", (e) => {
65
+ reactiveValue.hasLength += e.length;
66
+ });
67
+ });
68
+ onUnmounted(() => {
69
+ reactiveValue.visible = false;
70
+ const distanceMeasure = props.map.interactionManager.getInteraction("distanceMeasure");
71
+ distanceMeasure.clearMeasure();
72
+ props.map.interactionManager.removeInteraction("distanceMeasure");
73
+ });
74
+ function handleClose() {
75
+ emit("activeInteraction", { success: false, message: "" });
76
+ }
77
+ function changeUnit() {
78
+ const distanceMeasure = props.map.interactionManager.getInteraction("distanceMeasure");
79
+ if (reactiveValue.currentType && distanceMeasure) {
80
+ distanceMeasure.setUnit(reactiveValue.currentType.type);
81
+ }
82
+ }
83
+ return (_ctx, _cache) => {
84
+ const _component_el_option = ElOption;
85
+ const _component_el_select = ElSelect;
86
+ const _component_el_form_item = ElFormItem;
87
+ const _component_el_form = ElForm;
88
+ return withDirectives((openBlock(), createBlock(DraggablePanel, {
89
+ ref: "areaMeasureDom",
90
+ class: "el-current",
91
+ title: "面积测量",
92
+ drag: true,
93
+ width: 300,
94
+ height: 222,
95
+ showMaximize: false,
96
+ showOk: false,
97
+ "show-cancel": true,
98
+ "cancel-text": "关闭",
99
+ onClose: handleClose
100
+ }, {
101
+ default: withCtx(() => [
102
+ createVNode(_component_el_form, {
103
+ ref: "formRef",
104
+ model: unref(reactiveValue),
105
+ "label-width": "auto"
106
+ }, {
107
+ default: withCtx(() => [
108
+ createVNode(_component_el_form_item, {
109
+ label: "单位",
110
+ prop: "currentType",
111
+ rules: {
112
+ required: true,
113
+ message: "请选择单位",
114
+ trigger: "change"
115
+ }
116
+ }, {
117
+ default: withCtx(() => [
118
+ createVNode(_component_el_select, {
119
+ modelValue: unref(reactiveValue).currentType,
120
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => unref(reactiveValue).currentType = $event),
121
+ "value-key": "type",
122
+ class: "el-current",
123
+ "popper-class": "el-current",
124
+ onChange: changeUnit
125
+ }, {
126
+ default: withCtx(() => [
127
+ (openBlock(true), createElementBlock(Fragment, null, renderList(unref(measureUnits), (item) => {
128
+ return openBlock(), createBlock(_component_el_option, {
129
+ key: item.type,
130
+ label: item.label,
131
+ value: item
132
+ }, null, 8, ["label", "value"]);
133
+ }), 128))
134
+ ]),
135
+ _: 1
136
+ }, 8, ["modelValue"])
137
+ ]),
138
+ _: 1
139
+ }),
140
+ unref(reactiveValue).allLength > 0 ? (openBlock(), createBlock(_component_el_form_item, {
141
+ key: 0,
142
+ label: "总长度",
143
+ prop: "allLength"
144
+ }, {
145
+ default: withCtx(() => {
146
+ var _a;
147
+ return [
148
+ createElementVNode("span", _hoisted_1, toDisplayString(measureData.value.perimeter), 1),
149
+ createElementVNode("span", _hoisted_2, toDisplayString((_a = unref(reactiveValue).currentType) == null ? void 0 : _a.persimeterLabel), 1)
150
+ ];
151
+ }),
152
+ _: 1
153
+ })) : createCommentVNode("", true)
154
+ ]),
155
+ _: 1
156
+ }, 8, ["model"])
157
+ ]),
158
+ _: 1
159
+ }, 512)), [
160
+ [vShow, unref(reactiveValue).visible]
161
+ ]);
162
+ };
163
+ }
164
+ });
7
165
  export {
8
- _DistanceMeasurement as default
166
+ _sfc_main as default
9
167
  };
@@ -0,0 +1,4 @@
1
+ import _sfc_main from "./DistanceMeasurement.vue.js";
2
+ export {
3
+ _sfc_main as default
4
+ };
@@ -1,2 +1,179 @@
1
- export declare const DistanceMeasurement: import('../../utils').WithInstall<import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>>;
1
+ export declare const DistanceMeasurement: import('../../utils').WithInstall<import('vue').DefineComponent<{
2
+ map: import('ym-gis-2d/mapView/Map').default;
3
+ color?: Array<number> | string;
4
+ opacity?: number;
5
+ outlineColor?: Array<number> | string;
6
+ outlineOpacity?: number;
7
+ outlineWidth?: number;
8
+ font?: import('ym-gis-2d/entity/IFont').default;
9
+ unit?: "meters" | "kilometers";
10
+ precision?: number;
11
+ showLabel?: boolean;
12
+ spheroid?: boolean;
13
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
14
+ activeInteraction: (...args: any[]) => void;
15
+ }, string, import('vue').PublicProps, Readonly<{
16
+ map: import('ym-gis-2d/mapView/Map').default;
17
+ color?: Array<number> | string;
18
+ opacity?: number;
19
+ outlineColor?: Array<number> | string;
20
+ outlineOpacity?: number;
21
+ outlineWidth?: number;
22
+ font?: import('ym-gis-2d/entity/IFont').default;
23
+ unit?: "meters" | "kilometers";
24
+ precision?: number;
25
+ showLabel?: boolean;
26
+ spheroid?: boolean;
27
+ }> & Readonly<{
28
+ onActiveInteraction?: ((...args: any[]) => any) | undefined;
29
+ }>, {
30
+ font: import('ym-gis-2d/entity/IFont').default;
31
+ precision: number;
32
+ showLabel: boolean;
33
+ spheroid: boolean;
34
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
35
+ areaMeasureDom: ({
36
+ $: import('vue').ComponentInternalInstance;
37
+ $data: {};
38
+ $props: {
39
+ readonly title?: string | undefined;
40
+ readonly width?: number | undefined;
41
+ readonly height?: number | undefined;
42
+ readonly minWidth?: number | undefined;
43
+ readonly minHeight?: number | undefined;
44
+ readonly resizable?: boolean | undefined;
45
+ readonly showClose?: boolean | undefined;
46
+ readonly showMinimize?: boolean | undefined;
47
+ readonly showMaximize?: boolean | undefined;
48
+ readonly showDock?: boolean | undefined;
49
+ readonly drag?: boolean | undefined;
50
+ readonly showOk?: boolean | undefined;
51
+ readonly showCancel?: boolean | undefined;
52
+ readonly okText?: string | undefined;
53
+ readonly cancelText?: string | undefined;
54
+ readonly onClose?: ((...args: any[]) => any) | undefined;
55
+ readonly onResize?: ((...args: any[]) => any) | undefined;
56
+ readonly onMove?: ((...args: any[]) => any) | undefined;
57
+ readonly onOk?: ((...args: any[]) => any) | undefined;
58
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
59
+ $attrs: {
60
+ [x: string]: unknown;
61
+ };
62
+ $refs: {
63
+ [x: string]: unknown;
64
+ } & {
65
+ panelRef: HTMLDivElement;
66
+ };
67
+ $slots: Readonly<{
68
+ [name: string]: import('vue').Slot<any> | undefined;
69
+ }>;
70
+ $root: import('vue').ComponentPublicInstance | null;
71
+ $parent: import('vue').ComponentPublicInstance | null;
72
+ $host: Element | null;
73
+ $emit: ((event: "close", ...args: any[]) => void) & ((event: "resize", ...args: any[]) => void) & ((event: "move", ...args: any[]) => void) & ((event: "ok", ...args: any[]) => void);
74
+ $el: HTMLDivElement;
75
+ $options: import('vue').ComponentOptionsBase<Readonly<{
76
+ title?: string;
77
+ width?: number;
78
+ height?: number;
79
+ minWidth?: number;
80
+ minHeight?: number;
81
+ resizable?: boolean;
82
+ showClose?: boolean;
83
+ showMinimize?: boolean;
84
+ showMaximize?: boolean;
85
+ showDock?: boolean;
86
+ drag?: boolean;
87
+ showOk?: boolean;
88
+ showCancel?: boolean;
89
+ okText?: string;
90
+ cancelText?: string;
91
+ }> & Readonly<{
92
+ onClose?: ((...args: any[]) => any) | undefined;
93
+ onResize?: ((...args: any[]) => any) | undefined;
94
+ onMove?: ((...args: any[]) => any) | undefined;
95
+ onOk?: ((...args: any[]) => any) | undefined;
96
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
97
+ close: (...args: any[]) => void;
98
+ resize: (...args: any[]) => void;
99
+ move: (...args: any[]) => void;
100
+ ok: (...args: any[]) => void;
101
+ }, string, {
102
+ title: string;
103
+ showClose: boolean;
104
+ drag: boolean;
105
+ minWidth: number;
106
+ minHeight: number;
107
+ resizable: boolean;
108
+ showMinimize: boolean;
109
+ showMaximize: boolean;
110
+ showDock: boolean;
111
+ showOk: boolean;
112
+ showCancel: boolean;
113
+ okText: string;
114
+ cancelText: string;
115
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
116
+ beforeCreate?: (() => void) | (() => void)[];
117
+ created?: (() => void) | (() => void)[];
118
+ beforeMount?: (() => void) | (() => void)[];
119
+ mounted?: (() => void) | (() => void)[];
120
+ beforeUpdate?: (() => void) | (() => void)[];
121
+ updated?: (() => void) | (() => void)[];
122
+ activated?: (() => void) | (() => void)[];
123
+ deactivated?: (() => void) | (() => void)[];
124
+ beforeDestroy?: (() => void) | (() => void)[];
125
+ beforeUnmount?: (() => void) | (() => void)[];
126
+ destroyed?: (() => void) | (() => void)[];
127
+ unmounted?: (() => void) | (() => void)[];
128
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
129
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
130
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
131
+ };
132
+ $forceUpdate: () => void;
133
+ $nextTick: typeof import('vue').nextTick;
134
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
135
+ } & Readonly<{
136
+ title: string;
137
+ showClose: boolean;
138
+ drag: boolean;
139
+ minWidth: number;
140
+ minHeight: number;
141
+ resizable: boolean;
142
+ showMinimize: boolean;
143
+ showMaximize: boolean;
144
+ showDock: boolean;
145
+ showOk: boolean;
146
+ showCancel: boolean;
147
+ okText: string;
148
+ cancelText: string;
149
+ }> & Omit<Readonly<{
150
+ title?: string;
151
+ width?: number;
152
+ height?: number;
153
+ minWidth?: number;
154
+ minHeight?: number;
155
+ resizable?: boolean;
156
+ showClose?: boolean;
157
+ showMinimize?: boolean;
158
+ showMaximize?: boolean;
159
+ showDock?: boolean;
160
+ drag?: boolean;
161
+ showOk?: boolean;
162
+ showCancel?: boolean;
163
+ okText?: string;
164
+ cancelText?: string;
165
+ }> & Readonly<{
166
+ onClose?: ((...args: any[]) => any) | undefined;
167
+ onResize?: ((...args: any[]) => any) | undefined;
168
+ onMove?: ((...args: any[]) => any) | undefined;
169
+ onOk?: ((...args: any[]) => any) | undefined;
170
+ }>, "title" | "showClose" | "drag" | "minWidth" | "minHeight" | "resizable" | "showMinimize" | "showMaximize" | "showDock" | "showOk" | "showCancel" | "okText" | "cancelText"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
171
+ $slots: {
172
+ header?(_: {}): any;
173
+ default?(_: {}): any;
174
+ footer?(_: {}): any;
175
+ };
176
+ }) | null;
177
+ formRef: unknown;
178
+ }, HTMLDivElement>>;
2
179
  export default DistanceMeasurement;
@@ -1,6 +1,6 @@
1
1
  import { withInstall } from "../../utils/wthInstall.js";
2
- import _DistanceMeasurement from "./DistanceMeasurement.vue.js";
3
- const DistanceMeasurement = withInstall(_DistanceMeasurement);
2
+ import _sfc_main from "./DistanceMeasurement.vue.js";
3
+ const DistanceMeasurement = withInstall(_sfc_main);
4
4
  export {
5
5
  DistanceMeasurement,
6
6
  DistanceMeasurement as default
@@ -145,7 +145,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
145
145
  },
146
146
  emits: ["loaded"],
147
147
  setup(__props, { emit: __emit }) {
148
- const modules = /* @__PURE__ */ Object.assign({ "../address-search/AddressSearch.vue": () => import("../address-search/AddressSearch.vue.js"), "../address-search/index.ts": () => import("../address-search/index.js"), "../area-measurement/AreaMeasurement.vue": () => import("../area-measurement/AreaMeasurement.vue2.js"), "../area-measurement/index.ts": () => import("../area-measurement/index.js"), "../clear/Clear.vue": () => import("../clear/Clear.vue2.js"), "../clear/index.ts": () => import("../clear/index.js"), "../difference/Difference.vue": () => import("../difference/Difference.vue2.js"), "../difference/index.ts": () => import("../difference/index.js"), "../distance-measurement/DistanceMeasurement.vue": () => import("../distance-measurement/DistanceMeasurement.vue.js"), "../distance-measurement/index.ts": () => import("../distance-measurement/index.js"), "../draw/Draw.vue": () => import("../draw/Draw.vue2.js"), "../draw/index.ts": () => import("../draw/index.js"), "../export/Export.vue": () => import("../export/Export.vue.js"), "../export/index.ts": () => import("../export/index.js"), "../heatmap/Heatmap.vue": () => import("../heatmap/Heatmap.vue.js"), "../heatmap/index.ts": () => import("../heatmap/index.js"), "./HorizontallyTopToolbar.vue": () => import("./HorizontallyTopToolbar.vue.js"), "./index.ts": () => import("./index.js"), "../identify/Identify.vue": () => import("../identify/Identify.vue2.js"), "../identify/index.ts": () => import("../identify/index.js"), "../import/Import.vue": () => import("../import/Import.vue2.js"), "../import/index.ts": () => import("../import/index.js"), "../layer-switcher/LayerSwitcher.vue": () => import("../layer-switcher/LayerSwitcher.vue.js"), "../layer-switcher/index.ts": () => import("../layer-switcher/index.js"), "../layer-tree/LayerTree.vue": () => import("../layer-tree/LayerTree.vue.js"), "../layer-tree/index.ts": () => import("../layer-tree/index.js"), "../legend/Legend.vue": () => import("../legend/Legend.vue.js"), "../legend/index.ts": () => import("../legend/index.js"), "../location/Location.vue": () => import("../location/Location.vue.js"), "../location/index.ts": () => import("../location/index.js"), "../map-view/MapView.vue": () => import("../map-view/MapView.vue2.js"), "../map-view/index.ts": () => import("../map-view/index.js"), "../modify/Modify.vue": () => import("../modify/Modify.vue2.js"), "../modify/index.ts": () => import("../modify/index.js"), "../mouse-position/MousePositon.vue": () => import("../mouse-position/MousePositon.vue.js"), "../mouse-position/index.ts": () => import("../mouse-position/index.js"), "../multi-screen-panel/PanelMultiScreen.vue": () => import("../multi-screen-panel/PanelMultiScreen.vue.js"), "../multi-screen-panel/index.ts": () => import("../multi-screen-panel/index.js"), "../multi-screen/MultiScreen.vue": () => import("../multi-screen/MultiScreen.vue.js"), "../multi-screen/index.ts": () => import("../multi-screen/index.js"), "../popup/Popup.vue": () => import("../popup/Popup.vue.js"), "../popup/index.ts": () => import("../popup/index.js"), "../scale-line/ScaleLine.vue": () => import("../scale-line/ScaleLine.vue.js"), "../scale-line/index.ts": () => import("../scale-line/index.js"), "../select/Select.vue": () => import("../select/Select.vue2.js"), "../select/index.ts": () => import("../select/index.js"), "../snap/Snap.vue": () => import("../snap/Snap.vue2.js"), "../snap/index.ts": () => import("../snap/index.js"), "../split/Split.vue": () => import("../split/Split.vue2.js"), "../split/index.ts": () => import("../split/index.js"), "../swipe-layer/SwipeLayer.vue": () => import("../swipe-layer/SwipeLayer.vue2.js"), "../swipe-layer/index.ts": () => import("../swipe-layer/index.js"), "../toc-card/TocCard.vue": () => import("../toc-card/TocCard.vue.js"), "../toc-card/index.ts": () => import("../toc-card/index.js") });
148
+ const modules = /* @__PURE__ */ Object.assign({ "../address-search/AddressSearch.vue": () => import("../address-search/AddressSearch.vue.js"), "../address-search/index.ts": () => import("../address-search/index.js"), "../area-measurement/AreaMeasurement.vue": () => import("../area-measurement/AreaMeasurement.vue2.js"), "../area-measurement/index.ts": () => import("../area-measurement/index.js"), "../clear/Clear.vue": () => import("../clear/Clear.vue2.js"), "../clear/index.ts": () => import("../clear/index.js"), "../difference/Difference.vue": () => import("../difference/Difference.vue2.js"), "../difference/index.ts": () => import("../difference/index.js"), "../distance-measurement/DistanceMeasurement.vue": () => import("../distance-measurement/DistanceMeasurement.vue2.js"), "../distance-measurement/index.ts": () => import("../distance-measurement/index.js"), "../draw/Draw.vue": () => import("../draw/Draw.vue2.js"), "../draw/index.ts": () => import("../draw/index.js"), "../export/Export.vue": () => import("../export/Export.vue.js"), "../export/index.ts": () => import("../export/index.js"), "../heatmap/Heatmap.vue": () => import("../heatmap/Heatmap.vue.js"), "../heatmap/index.ts": () => import("../heatmap/index.js"), "./HorizontallyTopToolbar.vue": () => import("./HorizontallyTopToolbar.vue.js"), "./index.ts": () => import("./index.js"), "../identify/Identify.vue": () => import("../identify/Identify.vue2.js"), "../identify/index.ts": () => import("../identify/index.js"), "../import/Import.vue": () => import("../import/Import.vue2.js"), "../import/index.ts": () => import("../import/index.js"), "../layer-switcher/LayerSwitcher.vue": () => import("../layer-switcher/LayerSwitcher.vue.js"), "../layer-switcher/index.ts": () => import("../layer-switcher/index.js"), "../layer-tree/LayerTree.vue": () => import("../layer-tree/LayerTree.vue.js"), "../layer-tree/index.ts": () => import("../layer-tree/index.js"), "../legend/Legend.vue": () => import("../legend/Legend.vue.js"), "../legend/index.ts": () => import("../legend/index.js"), "../location/Location.vue": () => import("../location/Location.vue.js"), "../location/index.ts": () => import("../location/index.js"), "../map-view/MapView.vue": () => import("../map-view/MapView.vue2.js"), "../map-view/index.ts": () => import("../map-view/index.js"), "../modify/Modify.vue": () => import("../modify/Modify.vue2.js"), "../modify/index.ts": () => import("../modify/index.js"), "../mouse-position/MousePositon.vue": () => import("../mouse-position/MousePositon.vue.js"), "../mouse-position/index.ts": () => import("../mouse-position/index.js"), "../multi-screen-panel/PanelMultiScreen.vue": () => import("../multi-screen-panel/PanelMultiScreen.vue.js"), "../multi-screen-panel/index.ts": () => import("../multi-screen-panel/index.js"), "../multi-screen/MultiScreen.vue": () => import("../multi-screen/MultiScreen.vue.js"), "../multi-screen/index.ts": () => import("../multi-screen/index.js"), "../popup/Popup.vue": () => import("../popup/Popup.vue.js"), "../popup/index.ts": () => import("../popup/index.js"), "../scale-line/ScaleLine.vue": () => import("../scale-line/ScaleLine.vue.js"), "../scale-line/index.ts": () => import("../scale-line/index.js"), "../select/Select.vue": () => import("../select/Select.vue2.js"), "../select/index.ts": () => import("../select/index.js"), "../snap/Snap.vue": () => import("../snap/Snap.vue2.js"), "../snap/index.ts": () => import("../snap/index.js"), "../split/Split.vue": () => import("../split/Split.vue2.js"), "../split/index.ts": () => import("../split/index.js"), "../swipe-layer/SwipeLayer.vue": () => import("../swipe-layer/SwipeLayer.vue2.js"), "../swipe-layer/index.ts": () => import("../swipe-layer/index.js"), "../toc-card/TocCard.vue": () => import("../toc-card/TocCard.vue.js"), "../toc-card/index.ts": () => import("../toc-card/index.js") });
149
149
  const emit = __emit;
150
150
  const props = __props;
151
151
  const reactiveValue = reactive({
@@ -1,7 +1,7 @@
1
1
  import _sfc_main from "./Location.vue2.js";
2
2
  /* empty css */
3
3
  import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
4
- const _Location = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-bc1c2409"]]);
4
+ const _Location = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-ce8f89ba"]]);
5
5
  export {
6
6
  _Location as default
7
7
  };
@@ -7,7 +7,7 @@ import "element-plus/es/components/radio-group/style/css";
7
7
  import "element-plus/es/components/radio/style/css";
8
8
  import { defineComponent, reactive, onMounted, onUnmounted, withDirectives, createBlock, openBlock, withCtx, createVNode, unref, createTextVNode, createElementBlock, createCommentVNode, Fragment, createElementVNode, vShow } from "vue";
9
9
  import DraggablePanel from "../../panel/DraggablePanel.vue.js";
10
- import { getSpheroidProjection } from "ym-gis-2d/utils/RegisterProjUtil";
10
+ import { isSpheroid, getSpheroidProjection } from "ym-gis-2d/utils/RegisterProjUtil";
11
11
  import dw from "../../assets/img/dw.png.js";
12
12
  import FeatureManager from "ym-gis-2d/feature/FeatureManager";
13
13
  import { ElMessage } from "element-plus";
@@ -32,6 +32,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
32
32
  currentType: "dfm"
33
33
  });
34
34
  onMounted(() => {
35
+ props.map.on("click", clickHandler);
35
36
  });
36
37
  onUnmounted(() => {
37
38
  reactiveValue.visible = false;
@@ -76,6 +77,16 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
76
77
  }
77
78
  props.map.addWKT(`POINT(${x} ${y})`, prj, featureTag, true, null, { imgurl: dw });
78
79
  }
80
+ function clickHandler(evt) {
81
+ const isQ = isSpheroid(props.map.getView().getProjection());
82
+ if (isQ) {
83
+ reactiveValue.currentType = "jwd";
84
+ } else {
85
+ reactiveValue.currentType = "xy";
86
+ }
87
+ reactiveValue.x = evt.coordinate[0];
88
+ reactiveValue.y = evt.coordinate[1];
89
+ }
79
90
  return (_ctx, _cache) => {
80
91
  const _component_el_radio = ElRadio;
81
92
  const _component_el_radio_group = ElRadioGroup;
@@ -1,16 +1,16 @@
1
- .dfm[data-v-bc1c2409] {
1
+ .dfm[data-v-ce8f89ba] {
2
2
  display: flex;
3
3
  gap: 5px;
4
4
  }
5
- .dfm .el-input[data-v-bc1c2409] {
5
+ .dfm .el-input[data-v-ce8f89ba] {
6
6
  width: 70px;
7
7
  }
8
- .dfm .el-input[data-v-bc1c2409] .el-input-group__append {
8
+ .dfm .el-input[data-v-ce8f89ba] .el-input-group__append {
9
9
  padding: 0 5px;
10
10
  }
11
- .input .el-input[data-v-bc1c2409] {
11
+ .input .el-input[data-v-ce8f89ba] {
12
12
  width: 220px;
13
13
  }
14
- .el-radio-group[data-v-bc1c2409] {
14
+ .el-radio-group[data-v-ce8f89ba] {
15
15
  margin-bottom: 10px;
16
16
  }
@@ -405,6 +405,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
405
405
  getLayerByLayerTag: (layerTag: string) => import('ol/layer/Base').default | undefined;
406
406
  getLayersByIds: (ids: string[]) => import('ol/layer/Base').default[];
407
407
  getTempLayerById: (id: string) => import('ol/layer').Vector<import('ym-gis-2d/entity/Feature').default>;
408
+ createOverlay: (id: string, element?: HTMLElement) => import('ol').Overlay;
408
409
  getPointTempLayer: () => import('ol/layer').Vector<import('ym-gis-2d/entity/Feature').default>;
409
410
  getLineTempLayer: () => import('ol/layer').Vector<import('ym-gis-2d/entity/Feature').default>;
410
411
  getPolygonTempLayer: () => import('ol/layer').Vector<import('ym-gis-2d/entity/Feature').default>;
@@ -400,6 +400,7 @@ export declare const MapView: import('../../utils').WithInstall<import('vue').De
400
400
  getLayerByLayerTag: (layerTag: string) => import('ol/layer/Base').default | undefined;
401
401
  getLayersByIds: (ids: string[]) => import('ol/layer/Base').default[];
402
402
  getTempLayerById: (id: string) => import('ol/layer').Vector<import('ym-gis-2d/entity/Feature').default>;
403
+ createOverlay: (id: string, element?: HTMLElement) => import('ol').Overlay;
403
404
  getPointTempLayer: () => import('ol/layer').Vector<import('ym-gis-2d/entity/Feature').default>;
404
405
  getLineTempLayer: () => import('ol/layer').Vector<import('ym-gis-2d/entity/Feature').default>;
405
406
  getPolygonTempLayer: () => import('ol/layer').Vector<import('ym-gis-2d/entity/Feature').default>;
@@ -407,6 +407,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
407
407
  getLayerByLayerTag: (layerTag: string) => import('ol/layer/Base').default | undefined;
408
408
  getLayersByIds: (ids: string[]) => import('ol/layer/Base').default[];
409
409
  getTempLayerById: (id: string) => import('ol/layer').Vector<import('ym-gis-2d/entity/Feature').default>;
410
+ createOverlay: (id: string, element?: HTMLElement) => import('ol').Overlay;
410
411
  getPointTempLayer: () => import('ol/layer').Vector<import('ym-gis-2d/entity/Feature').default>;
411
412
  getLineTempLayer: () => import('ol/layer').Vector<import('ym-gis-2d/entity/Feature').default>;
412
413
  getPolygonTempLayer: () => import('ol/layer').Vector<import('ym-gis-2d/entity/Feature').default>;
@@ -403,6 +403,7 @@ export declare const MultiScreen: import('../../utils').WithInstall<import('vue'
403
403
  getLayerByLayerTag: (layerTag: string) => import('ol/layer/Base').default | undefined;
404
404
  getLayersByIds: (ids: string[]) => import('ol/layer/Base').default[];
405
405
  getTempLayerById: (id: string) => import('ol/layer').Vector<import('ym-gis-2d/entity/Feature').default>;
406
+ createOverlay: (id: string, element?: HTMLElement) => import('ol').Overlay;
406
407
  getPointTempLayer: () => import('ol/layer').Vector<import('ym-gis-2d/entity/Feature').default>;
407
408
  getLineTempLayer: () => import('ol/layer').Vector<import('ym-gis-2d/entity/Feature').default>;
408
409
  getPolygonTempLayer: () => import('ol/layer').Vector<import('ym-gis-2d/entity/Feature').default>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ym-giswidget-2d",
3
- "version": "1.0.73",
3
+ "version": "1.0.75",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -10,6 +10,6 @@
10
10
  "element-plus": "^2.9.0",
11
11
  "jszip": "^3.10.1",
12
12
  "ol": "^9.2.4",
13
- "ym-gis-2d": "1.0.46"
13
+ "ym-gis-2d": "1.0.48"
14
14
  }
15
15
  }
package/panel/index.css CHANGED
@@ -1,32 +1,32 @@
1
- @font-face {
2
- font-family: "iconfont"; /* Project id 4810358 */
3
- src: url('data:font/woff2;base64,d09GMgABAAAAAAPkAAsAAAAACNQAAAOXAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACDVgqEHINRATYCJAMcCxAABCAFhGcHXxu2BxEVnPvIfh44xtoR60JS/t4jKOZhRY2k+xw839dJf+5DdyceKBnBK1k9NStoZa/hZGAlgzX0fxIgoG5rzhEKHzVZkrUjj/73zVMhvXyGMfA/l+N/753d83R9CwDm2Dioo/Q8oKNwb8si7OVpopyGeZdO6iC9/AwCBKlJc1TbU4ceRCeoGZNIYOBMgbxRJvjRQ/EUK6anUfAQnLF7DbIWC2qZugmsid8v36gtHiishl/SZVS7EaQzZAtrP+eDfknIQMB8BVhAA1VPZpdF/d456DRbFU2w7TeGDkAYD4XJSKZ9pms2li2cy5GhpOR5IUzU/YMHBoXGwSIgDqgPA9BHyDmQwTdjTJ3AjIKuPcxo6LpCCAeyMTMWusKQX91dLgBRIAZsABfhVF2yFo2wFpUwJmCsweSEDYTzx+dHlx+AYDDB+AdDsRWHRUK0xi45NCdGVOmY6r3ShVQwLLFJ3ibmx5087oxpxISCNtS/VzyXOA2n4QyRglT52QFEbayvSpzdPP8xYlSPkSN6jh7Ze9Tc6PLHj7vNT54MHvnoEcZ/+HDWbLW12hvqki0jpSNvdwRq/I5CqOa9ki15ZXpHyx2p3I6OtO+3bFGiuo56ux3CHTa51IzsjFszmIp0Mj6aan9TokfS3xekU8keiXRs2u/DlNhYmPDsaSadSp9+uvBZ4/jn/iaadPuvTev5C0aOCjmjxo4aaRo5prS+TZsF86lZM+lUalexYtvKtnIgSvorsbLqH4tvLG59vRNPZhEAubc7dSm67Pd+7QJoJA0536CXEDd9RLfKf9ysk7/Dd6izbV2RwbGm372QAeDD4YV9oZgnfZ06Rktfvm7ASFpjxcA1bb19KdvkUgMLgAKC7gC872BeXq/nzwe5W/AUGVDhkkSNR2kwZGW0hKiNDh7NMEgV2h0OkY8paMQEgPIsJRTiHERFlBOoiXMFDPkELQXJokOc/9Cy8mh73touvWdUghU8f+A1dcYzSMz2gvbVKG5KPZCjRwLyJKsWztghL7Ehvm0hYsAwtXCSHsOmIeiZAmpJnEhfpqlpe0miqR3sMaQIVAFPP8DTSMeE9FL+vAtkvTQUHgmPLIs82INcIhsBZ203qutJLonerIIQBjCY8i1wUtyoMbME9O2zAqSJhJuR7pVSl86M1Sb769ubPAQE8avdlGgxYsURVzxmdxXpehKkFq3vvN/yxzljFMKMqW4o4qJV3ybLYAAA') format('woff2'),
4
- url('data:font/woff;base64,d09GRgABAAAAAAW4AAsAAAAACNQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAARAAAAGA8FUnoY21hcAAAAYgAAAB9AAAB1k7+hjNnbHlmAAACCAAAAZoAAAIcJRpmcmhlYWQAAAOkAAAALwAAADYqdj6waGhlYQAAA9QAAAAcAAAAJAfeA4hobXR4AAAD8AAAAA4AAAAcHAAAAGxvY2EAAAQAAAAAEAAAABABlgIqbWF4cAAABBAAAAAfAAAAIAEWADtuYW1lAAAEMAAAAUAAAAJnEKM8sHBvc3QAAAVwAAAASAAAAF/a9ea9eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGFhYJzAwMrAwNTJdIaBgaEfQjO+ZjBi5ACKMrAyM2AFAWmuKQwHnjE8l2Bu+N/AwMB8hwFIMjCiKGICAGUXDHl4nO2RwQnDQAwER/blCMbEXxeROvLKx7+UkpfL1ZXhrE4mpIjomAMJsYJd4AKM4i4K2I4R9dbU+nxk6vPCU/3MlYHi5g/f2tLW4wDnt/uWaft2vlAfpFV1UbpW+dfc/9fZ1fAxiSTcErkmd5NIyrck9tuSRIptTbAPCuEd+gAAAHicfU+7TuNQFDwPYojAK1kmIGxhcWPZUVxQEAIVyCiGii+gogLRp2Qlr0JJjURoQgNfQLla/8AWW0KVgscHQMPjXjgmEtshnceMdDRnBioA70M+ZwVzMA8KElgEQFW35jGsWzVneqalllbWsLW00naWY1Q1NYfKcUMhoWqrqK1qnOvCdge269qUjsDbI6W6oLQYuLbJR5gXXHsoFMpDASTADFOT4sDsIqDQfCFNAVg8PfMlj8MYTMBU6cdRDkq3QqfFOxp4WwM+/O122Xp74imdUlcfUxfkVFoEsChVSrcIBEZ4PtLNx4B/SdYAGt/l5Jq8/ArJhd7z4gsvjj0qvDgXcCM/i98/Y8/E1Oc88qX0hh9F/mXk0akf6cY9/TENvPajfOTrveAr3oBJIY0qjldxtoqryFeZOTL9DPfNaYZ7eJiZHumO6eF+x5yYfgcPTC/DQ9Eg0bjlM/bBhRCgouqLKGbXUawHKBl+IP7PUsYImfVLc6spRdbn1v+CJAnIKqff3Eyokmw2ZetX2XSXBPr186ASJB+iQ326AAB4nGNgZGBgAGLnedMk4/ltvjJwszCAwOPVtZEI+n8DCwNzI5DLwcAEEgUAHdYKGgB4nGNgZGBgbvjfwBDDwgACQJKRARWwAwBHDQJweJxjYWBgYMGBAQHcAB0AAAAAAAAASgBoAHYAtADWAQ54nGNgZGBgYGfQZ2BlAAEmIOYCQgaG/2A+AwAOEQFSAHichZE9bsJAEIWfwZAElChKpDRpVikoEsn8lEipUKCnoAez5ke211ovSNQ5TY6QE+QI6Whzikh52EMDRbza2W/evpkdyQDusIeH8rvnLtnDJbOSK7jAo3CV+pOwT34WrqGJnnCd+qtwAy94E26yY8YOnn/FrIV3YQ+3+BCu4AafwlXqX8I++Vu4hgf8CNep/wo3MPGuhZtoeeHA6qnTczXbqVVo0sik7niO9WITT+2pPNE2X5lUdYPOURrpVNtjm3y76DkXqciaRA15q+PYqMyatQ5dsHQu67fbkehBaBIMYKExhWOcQ2GGHeMKIQxSREV0Z/mY7gU2iFlp/3VP6LbIqR9yhS4CdM5cI7rSwnk6TY4tX+tRdXQrbsuahDSUWs1JYrLiDzzcramE1AMsi6oMfbS5ohN/UMyQ/AHYk29XeJxjYGKAAC4G7ICdkYmRmZGFkZWRjZGdkYOBrTQvJT85mwVEcORm5mXmZlalshelFpfkF6WyJufkF6dy5CZWgIUZGACPyRBp') format('woff'),
1
+ @font-face {
2
+ font-family: "iconfont"; /* Project id 4810358 */
3
+ src: url('data:font/woff2;base64,d09GMgABAAAAAAPkAAsAAAAACNQAAAOXAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACDVgqEHINRATYCJAMcCxAABCAFhGcHXxu2BxEVnPvIfh44xtoR60JS/t4jKOZhRY2k+xw839dJf+5DdyceKBnBK1k9NStoZa/hZGAlgzX0fxIgoG5rzhEKHzVZkrUjj/73zVMhvXyGMfA/l+N/753d83R9CwDm2Dioo/Q8oKNwb8si7OVpopyGeZdO6iC9/AwCBKlJc1TbU4ceRCeoGZNIYOBMgbxRJvjRQ/EUK6anUfAQnLF7DbIWC2qZugmsid8v36gtHiishl/SZVS7EaQzZAtrP+eDfknIQMB8BVhAA1VPZpdF/d456DRbFU2w7TeGDkAYD4XJSKZ9pms2li2cy5GhpOR5IUzU/YMHBoXGwSIgDqgPA9BHyDmQwTdjTJ3AjIKuPcxo6LpCCAeyMTMWusKQX91dLgBRIAZsABfhVF2yFo2wFpUwJmCsweSEDYTzx+dHlx+AYDDB+AdDsRWHRUK0xi45NCdGVOmY6r3ShVQwLLFJ3ibmx5087oxpxISCNtS/VzyXOA2n4QyRglT52QFEbayvSpzdPP8xYlSPkSN6jh7Ze9Tc6PLHj7vNT54MHvnoEcZ/+HDWbLW12hvqki0jpSNvdwRq/I5CqOa9ki15ZXpHyx2p3I6OtO+3bFGiuo56ux3CHTa51IzsjFszmIp0Mj6aan9TokfS3xekU8keiXRs2u/DlNhYmPDsaSadSp9+uvBZ4/jn/iaadPuvTev5C0aOCjmjxo4aaRo5prS+TZsF86lZM+lUalexYtvKtnIgSvorsbLqH4tvLG59vRNPZhEAubc7dSm67Pd+7QJoJA0536CXEDd9RLfKf9ysk7/Dd6izbV2RwbGm372QAeDD4YV9oZgnfZ06Rktfvm7ASFpjxcA1bb19KdvkUgMLgAKC7gC872BeXq/nzwe5W/AUGVDhkkSNR2kwZGW0hKiNDh7NMEgV2h0OkY8paMQEgPIsJRTiHERFlBOoiXMFDPkELQXJokOc/9Cy8mh73touvWdUghU8f+A1dcYzSMz2gvbVKG5KPZCjRwLyJKsWztghL7Ehvm0hYsAwtXCSHsOmIeiZAmpJnEhfpqlpe0miqR3sMaQIVAFPP8DTSMeE9FL+vAtkvTQUHgmPLIs82INcIhsBZ203qutJLonerIIQBjCY8i1wUtyoMbME9O2zAqSJhJuR7pVSl86M1Sb769ubPAQE8avdlGgxYsURVzxmdxXpehKkFq3vvN/yxzljFMKMqW4o4qJV3ybLYAAA') format('woff2'),
4
+ url('data:font/woff;base64,d09GRgABAAAAAAW4AAsAAAAACNQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAARAAAAGA8FUnoY21hcAAAAYgAAAB9AAAB1k7+hjNnbHlmAAACCAAAAZoAAAIcJRpmcmhlYWQAAAOkAAAALwAAADYqdj6waGhlYQAAA9QAAAAcAAAAJAfeA4hobXR4AAAD8AAAAA4AAAAcHAAAAGxvY2EAAAQAAAAAEAAAABABlgIqbWF4cAAABBAAAAAfAAAAIAEWADtuYW1lAAAEMAAAAUAAAAJnEKM8sHBvc3QAAAVwAAAASAAAAF/a9ea9eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGFhYJzAwMrAwNTJdIaBgaEfQjO+ZjBi5ACKMrAyM2AFAWmuKQwHnjE8l2Bu+N/AwMB8hwFIMjCiKGICAGUXDHl4nO2RwQnDQAwER/blCMbEXxeROvLKx7+UkpfL1ZXhrE4mpIjomAMJsYJd4AKM4i4K2I4R9dbU+nxk6vPCU/3MlYHi5g/f2tLW4wDnt/uWaft2vlAfpFV1UbpW+dfc/9fZ1fAxiSTcErkmd5NIyrck9tuSRIptTbAPCuEd+gAAAHicfU+7TuNQFDwPYojAK1kmIGxhcWPZUVxQEAIVyCiGii+gogLRp2Qlr0JJjURoQgNfQLla/8AWW0KVgscHQMPjXjgmEtshnceMdDRnBioA70M+ZwVzMA8KElgEQFW35jGsWzVneqalllbWsLW00naWY1Q1NYfKcUMhoWqrqK1qnOvCdge269qUjsDbI6W6oLQYuLbJR5gXXHsoFMpDASTADFOT4sDsIqDQfCFNAVg8PfMlj8MYTMBU6cdRDkq3QqfFOxp4WwM+/O122Xp74imdUlcfUxfkVFoEsChVSrcIBEZ4PtLNx4B/SdYAGt/l5Jq8/ArJhd7z4gsvjj0qvDgXcCM/i98/Y8/E1Oc88qX0hh9F/mXk0akf6cY9/TENvPajfOTrveAr3oBJIY0qjldxtoqryFeZOTL9DPfNaYZ7eJiZHumO6eF+x5yYfgcPTC/DQ9Eg0bjlM/bBhRCgouqLKGbXUawHKBl+IP7PUsYImfVLc6spRdbn1v+CJAnIKqff3Eyokmw2ZetX2XSXBPr186ASJB+iQ326AAB4nGNgZGBgAGLnedMk4/ltvjJwszCAwOPVtZEI+n8DCwNzI5DLwcAEEgUAHdYKGgB4nGNgZGBgbvjfwBDDwgACQJKRARWwAwBHDQJweJxjYWBgYMGBAQHcAB0AAAAAAAAASgBoAHYAtADWAQ54nGNgZGBgYGfQZ2BlAAEmIOYCQgaG/2A+AwAOEQFSAHichZE9bsJAEIWfwZAElChKpDRpVikoEsn8lEipUKCnoAez5ke211ovSNQ5TY6QE+QI6Whzikh52EMDRbza2W/evpkdyQDusIeH8rvnLtnDJbOSK7jAo3CV+pOwT34WrqGJnnCd+qtwAy94E26yY8YOnn/FrIV3YQ+3+BCu4AafwlXqX8I++Vu4hgf8CNep/wo3MPGuhZtoeeHA6qnTczXbqVVo0sik7niO9WITT+2pPNE2X5lUdYPOURrpVNtjm3y76DkXqciaRA15q+PYqMyatQ5dsHQu67fbkehBaBIMYKExhWOcQ2GGHeMKIQxSREV0Z/mY7gU2iFlp/3VP6LbIqR9yhS4CdM5cI7rSwnk6TY4tX+tRdXQrbsuahDSUWs1JYrLiDzzcramE1AMsi6oMfbS5ohN/UMyQ/AHYk29XeJxjYGKAAC4G7ICdkYmRmZGFkZWRjZGdkYOBrTQvJT85mwVEcORm5mXmZlalshelFpfkF6WyJufkF6dy5CZWgIUZGACPyRBp') format('woff'),
5
5
  url('data:font/ttf;base64,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') format('truetype');
6
6
  }
7
- .iconfont[data-v-98e8fdca] {
8
- font-family: "iconfont" !important;
9
- font-size: 16px;
10
- font-style: normal;
11
- -webkit-font-smoothing: antialiased;
7
+ .iconfont[data-v-98e8fdca] {
8
+ font-family: "iconfont" !important;
9
+ font-size: 16px;
10
+ font-style: normal;
11
+ -webkit-font-smoothing: antialiased;
12
12
  -moz-osx-font-smoothing: grayscale;
13
13
  }
14
- .icon-undock[data-v-98e8fdca]:before {
14
+ .icon-undock[data-v-98e8fdca]:before {
15
15
  content: "\e718";
16
16
  }
17
- .icon-dock[data-v-98e8fdca]:before {
17
+ .icon-dock[data-v-98e8fdca]:before {
18
18
  content: "\e601";
19
19
  }
20
- .icon-minimize[data-v-98e8fdca]:before {
20
+ .icon-minimize[data-v-98e8fdca]:before {
21
21
  content: "\e646";
22
22
  }
23
- .icon-restore[data-v-98e8fdca]:before {
23
+ .icon-restore[data-v-98e8fdca]:before {
24
24
  content: "\e600";
25
25
  }
26
- .icon-close[data-v-98e8fdca]:before {
26
+ .icon-close[data-v-98e8fdca]:before {
27
27
  content: "\e70f";
28
28
  }
29
- .icon-maximize[data-v-98e8fdca]:before {
29
+ .icon-maximize[data-v-98e8fdca]:before {
30
30
  content: "\e651";
31
31
  }
32
32
  .draggable-panel[data-v-98e8fdca] {