vue-openlayers-plugin 1.2.5 → 1.2.6
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/lib/{BasemapPanel-c74c3819.mjs → BasemapPanel-de2f80f7.mjs} +1 -1
- package/lib/{CoordinateLocationDialog-4e8ce1ff.mjs → CoordinateLocationDialog-15b7aa45.mjs} +1 -1
- package/lib/{MapPrintDialog-d472ac5b.mjs → FilterPanel-0d414bb8.mjs} +1 -1
- package/lib/{FilterPanel-af354b93.mjs → LayerPanel-f7fcc9a2.mjs} +1 -1
- package/lib/{LayerPanel-bc36c426.mjs → MapPrintDialog-2365b24f.mjs} +1 -1
- package/lib/{MeasurementDialog-aab00e44.mjs → MeasurementDialog-bbe0c78d.mjs} +1 -1
- package/lib/{MyMarkersDialog-73bbc54e.mjs → MyMarkersDialog-8e8f081e.mjs} +1 -1
- package/lib/{QuadCompareDialog-07ae0711.mjs → QuadCompareDialog-ffc425f1.mjs} +1 -1
- package/lib/{RegionNavigationDialog-095d3280.mjs → RegionNavigationDialog-d43c4f64.mjs} +1 -1
- package/lib/{SplitCompareDialog-5cff9362.mjs → SplitCompareDialog-eb236ada.mjs} +1 -1
- package/lib/{SwipeCompareDialog-1d9a0af3.mjs → SwipeCompareDialog-5640b36d.mjs} +1 -1
- package/lib/{ViewBookmarksDialog-17a8ba20.mjs → ViewBookmarksDialog-8c3c7c5a.mjs} +1 -1
- package/lib/{index-9a3b8ffa.mjs → index-01e0d980.mjs} +26 -14
- package/lib/{index-37fe6cc1.mjs → index-c65930cf.mjs} +1 -1
- package/lib/{index.es-eff5b793.mjs → index.es-08af44d0.mjs} +1 -1
- package/lib/index.esm.js +1 -1
- package/lib/index.umd.js +12 -0
- package/package.json +1 -1
- package/types/core/drawing/DrawingManager.d.ts +4 -0
- package/types/core/drawing/DrawingManager.d.ts.map +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, inject, computed, ref, watch, onMounted, onUnmounted, openBlock, createBlock, unref, withCtx, createElementVNode, createElementBlock, Fragment, renderList, normalizeClass, toDisplayString } from "vue";
|
|
2
|
-
import { r as resolveBasemapThumbnail, l as layerEventBus, X, b as _export_sfc } from "./index-
|
|
2
|
+
import { r as resolveBasemapThumbnail, l as layerEventBus, X, b as _export_sfc } from "./index-01e0d980.mjs";
|
|
3
3
|
import "@element-plus/icons-vue";
|
|
4
4
|
import "ol";
|
|
5
5
|
import "proj4";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, inject, computed, ref, reactive, resolveComponent, openBlock, createBlock, unref, withCtx, createElementVNode, createVNode, createTextVNode } from "vue";
|
|
2
2
|
import { Aim } from "@element-plus/icons-vue";
|
|
3
|
-
import { X, T as TooltipHelper, b as _export_sfc } from "./index-
|
|
3
|
+
import { X, T as TooltipHelper, b as _export_sfc } from "./index-01e0d980.mjs";
|
|
4
4
|
import "ol";
|
|
5
5
|
import "proj4";
|
|
6
6
|
import "@supermapgis/iclient-ol";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, inject, computed, ref, watch, resolveComponent, openBlock, createBlock, unref, withCtx, createElementVNode, createVNode, createTextVNode, toDisplayString, createElementBlock, Fragment, renderList, normalizeClass } from "vue";
|
|
2
|
-
import { X, f as formatMeasurementResult, b as _export_sfc } from "./index-
|
|
2
|
+
import { X, f as formatMeasurementResult, b as _export_sfc } from "./index-01e0d980.mjs";
|
|
3
3
|
import "@element-plus/icons-vue";
|
|
4
4
|
import "ol";
|
|
5
5
|
import "proj4";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, inject, computed, ref, reactive, onUnmounted, watch, resolveComponent, openBlock, createElementBlock, Fragment, createVNode, unref, withCtx, createElementVNode, normalizeClass, createTextVNode, toDisplayString, renderList, createBlock, withModifiers, mergeProps } from "vue";
|
|
2
2
|
import { Plus, FolderOpened, Download, Delete, Search, LocationFilled, Edit } from "@element-plus/icons-vue";
|
|
3
3
|
import { ElMessageBox } from "element-plus";
|
|
4
|
-
import { X, M as MarkerDrawingAdapter, h as fromLonLat, t as toLonLat } from "./index-
|
|
4
|
+
import { X, M as MarkerDrawingAdapter, h as fromLonLat, t as toLonLat } from "./index-01e0d980.mjs";
|
|
5
5
|
import "ol";
|
|
6
6
|
import "proj4";
|
|
7
7
|
import "@supermapgis/iclient-ol";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, inject, computed, shallowRef, reactive, watch, nextTick, onMounted, onUnmounted, resolveComponent, openBlock, createElementBlock, createVNode, unref, withCtx, createElementVNode, Fragment, renderList, createBlock, createCommentVNode } from "vue";
|
|
2
|
-
import { k as layerFactory, i as getUid, m as defaults, X, n as TileLayer, I as ImageLayer, V as VectorTileLayer, H as HeatmapLayer, o as VectorLayer, L as LayerGroup, b as _export_sfc } from "./index-
|
|
2
|
+
import { k as layerFactory, i as getUid, m as defaults, X, n as TileLayer, I as ImageLayer, V as VectorTileLayer, H as HeatmapLayer, o as VectorLayer, L as LayerGroup, b as _export_sfc } from "./index-01e0d980.mjs";
|
|
3
3
|
import { u as useMap } from "./useMap-8e3a2de5.mjs";
|
|
4
4
|
import { View, Map } from "ol";
|
|
5
5
|
import "@element-plus/icons-vue";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, computed, ref, reactive, resolveComponent, openBlock, createBlock, unref, withCtx, createElementVNode, createVNode, createElementBlock, Fragment, renderList, createTextVNode, toDisplayString, normalizeClass } from "vue";
|
|
2
|
-
import { X } from "./index-
|
|
2
|
+
import { X } from "./index-01e0d980.mjs";
|
|
3
3
|
import "@element-plus/icons-vue";
|
|
4
4
|
import "ol";
|
|
5
5
|
import "proj4";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, inject, computed, shallowRef, watch, nextTick, onMounted, onUnmounted, resolveComponent, openBlock, createElementBlock, createVNode, unref, withCtx, createElementVNode, Fragment, renderList, createBlock, createCommentVNode } from "vue";
|
|
2
|
-
import { k as layerFactory, i as getUid, m as defaults, X, n as TileLayer, I as ImageLayer, V as VectorTileLayer, H as HeatmapLayer, o as VectorLayer, L as LayerGroup, b as _export_sfc } from "./index-
|
|
2
|
+
import { k as layerFactory, i as getUid, m as defaults, X, n as TileLayer, I as ImageLayer, V as VectorTileLayer, H as HeatmapLayer, o as VectorLayer, L as LayerGroup, b as _export_sfc } from "./index-01e0d980.mjs";
|
|
3
3
|
import { u as useMap } from "./useMap-8e3a2de5.mjs";
|
|
4
4
|
import { View, Map } from "ol";
|
|
5
5
|
import "@element-plus/icons-vue";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, inject, computed, shallowRef, watch, nextTick, onMounted, onUnmounted, resolveComponent, openBlock, createElementBlock, createVNode, unref, withCtx, createElementVNode, normalizeClass, normalizeStyle, Fragment, renderList, createBlock, createCommentVNode } from "vue";
|
|
2
|
-
import { k as layerFactory, i as getUid, m as defaults, X, n as TileLayer, I as ImageLayer, V as VectorTileLayer, H as HeatmapLayer, o as VectorLayer, L as LayerGroup, b as _export_sfc } from "./index-
|
|
2
|
+
import { k as layerFactory, i as getUid, m as defaults, X, n as TileLayer, I as ImageLayer, V as VectorTileLayer, H as HeatmapLayer, o as VectorLayer, L as LayerGroup, b as _export_sfc } from "./index-01e0d980.mjs";
|
|
3
3
|
import { u as useMap } from "./useMap-8e3a2de5.mjs";
|
|
4
4
|
import { View, Map } from "ol";
|
|
5
5
|
import { DCaret } from "@element-plus/icons-vue";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, inject, computed, ref, watch, reactive, resolveComponent, openBlock, createBlock, unref, withCtx, createElementVNode, createVNode, createTextVNode, createElementBlock, Fragment, renderList, withModifiers, toDisplayString, createCommentVNode } from "vue";
|
|
2
2
|
import { Plus, Delete, Search, Camera, View, Edit, Location, ZoomIn } from "@element-plus/icons-vue";
|
|
3
3
|
import { ElMessage, ElMessageBox } from "element-plus";
|
|
4
|
-
import { X, t as toLonLat, h as fromLonLat, i as getUid } from "./index-
|
|
4
|
+
import { X, t as toLonLat, h as fromLonLat, i as getUid } from "./index-01e0d980.mjs";
|
|
5
5
|
import "ol";
|
|
6
6
|
import "proj4";
|
|
7
7
|
import "@supermapgis/iclient-ol";
|
|
@@ -50979,6 +50979,12 @@ class DrawingManager {
|
|
|
50979
50979
|
if (interaction === this._drawInteraction || interaction === this._selectInteraction || interaction === this._modifyInteraction || interaction === this._snapInteraction) {
|
|
50980
50980
|
return;
|
|
50981
50981
|
}
|
|
50982
|
+
if (!enable && this.shouldKeepInteractionActiveDuringDrawing(interaction)) {
|
|
50983
|
+
if (interaction.setActive) {
|
|
50984
|
+
interaction.setActive(true);
|
|
50985
|
+
}
|
|
50986
|
+
return;
|
|
50987
|
+
}
|
|
50982
50988
|
if (interaction.setActive) {
|
|
50983
50989
|
interaction.setActive(enable);
|
|
50984
50990
|
}
|
|
@@ -50986,6 +50992,12 @@ class DrawingManager {
|
|
|
50986
50992
|
this.toggleMapEventListeners(enable);
|
|
50987
50993
|
console.log(`地图其他交互已${enable ? "启用" : "禁用"}`);
|
|
50988
50994
|
}
|
|
50995
|
+
/**
|
|
50996
|
+
* 判断绘制期间是否需要保留地图交互
|
|
50997
|
+
*/
|
|
50998
|
+
shouldKeepInteractionActiveDuringDrawing(interaction) {
|
|
50999
|
+
return interaction instanceof MouseWheelZoom$1 || interaction instanceof PinchZoom$1;
|
|
51000
|
+
}
|
|
50989
51001
|
/**
|
|
50990
51002
|
* 控制地图事件监听器的启用/禁用
|
|
50991
51003
|
*/
|
|
@@ -337425,19 +337437,19 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
337425
337437
|
}
|
|
337426
337438
|
});
|
|
337427
337439
|
const defaultComponents = {
|
|
337428
|
-
measurement: () => import("./MeasurementDialog-
|
|
337429
|
-
basemap: () => import("./BasemapPanel-
|
|
337430
|
-
print: () => import("./MapPrintDialog-
|
|
337431
|
-
"layer-panel": () => import("./LayerPanel-
|
|
337432
|
-
coordinate: () => import("./CoordinateLocationDialog-
|
|
337433
|
-
"region-navigation": () => import("./RegionNavigationDialog-
|
|
337434
|
-
"my-markers": () => import("./MyMarkersDialog-
|
|
337435
|
-
"view-bookmarks": () => import("./ViewBookmarksDialog-
|
|
337436
|
-
"map-drawing": () => import("./index-
|
|
337437
|
-
"filter-panel": () => import("./FilterPanel-
|
|
337438
|
-
"swipe-compare": () => import("./SwipeCompareDialog-
|
|
337439
|
-
"split-compare": () => import("./SplitCompareDialog-
|
|
337440
|
-
"quad-compare": () => import("./QuadCompareDialog-
|
|
337440
|
+
measurement: () => import("./MeasurementDialog-bbe0c78d.mjs"),
|
|
337441
|
+
basemap: () => import("./BasemapPanel-de2f80f7.mjs"),
|
|
337442
|
+
print: () => import("./MapPrintDialog-2365b24f.mjs"),
|
|
337443
|
+
"layer-panel": () => import("./LayerPanel-f7fcc9a2.mjs"),
|
|
337444
|
+
coordinate: () => import("./CoordinateLocationDialog-15b7aa45.mjs"),
|
|
337445
|
+
"region-navigation": () => import("./RegionNavigationDialog-d43c4f64.mjs"),
|
|
337446
|
+
"my-markers": () => import("./MyMarkersDialog-8e8f081e.mjs"),
|
|
337447
|
+
"view-bookmarks": () => import("./ViewBookmarksDialog-8c3c7c5a.mjs"),
|
|
337448
|
+
"map-drawing": () => import("./index-c65930cf.mjs"),
|
|
337449
|
+
"filter-panel": () => import("./FilterPanel-0d414bb8.mjs"),
|
|
337450
|
+
"swipe-compare": () => import("./SwipeCompareDialog-5640b36d.mjs"),
|
|
337451
|
+
"split-compare": () => import("./SplitCompareDialog-eb236ada.mjs"),
|
|
337452
|
+
"quad-compare": () => import("./QuadCompareDialog-ffc425f1.mjs")
|
|
337441
337453
|
};
|
|
337442
337454
|
const _DialogRegistry = class _DialogRegistry {
|
|
337443
337455
|
constructor() {
|
|
@@ -353030,7 +353042,7 @@ function(t3) {
|
|
|
353030
353042
|
*/
|
|
353031
353043
|
function(t3) {
|
|
353032
353044
|
function e8() {
|
|
353033
|
-
return (n.canvg ? Promise.resolve(n.canvg) : import("./index.es-
|
|
353045
|
+
return (n.canvg ? Promise.resolve(n.canvg) : import("./index.es-08af44d0.mjs")).catch(function(t4) {
|
|
353034
353046
|
return Promise.reject(new Error("Could not load canvg: " + t4));
|
|
353035
353047
|
}).then(function(t4) {
|
|
353036
353048
|
return t4.default ? t4.default : t4;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { inject, computed, ref, onMounted, resolveComponent, openBlock, createElementBlock, createVNode, withCtx, Fragment, renderList, createElementVNode, normalizeClass, toDisplayString, unref, createTextVNode, createCommentVNode, createBlock } from "vue";
|
|
2
2
|
import { Close } from "@element-plus/icons-vue";
|
|
3
|
-
import { b as _export_sfc, D as DrawingManager, X } from "./index-
|
|
3
|
+
import { b as _export_sfc, D as DrawingManager, X } from "./index-01e0d980.mjs";
|
|
4
4
|
import "ol";
|
|
5
5
|
import "proj4";
|
|
6
6
|
import "@supermapgis/iclient-ol";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as commonjsGlobal, g as getDefaultExportFromCjs, _ as _asyncToGenerator, a as _defineProperty } from "./index-
|
|
1
|
+
import { c as commonjsGlobal, g as getDefaultExportFromCjs, _ as _asyncToGenerator, a as _defineProperty } from "./index-01e0d980.mjs";
|
|
2
2
|
import "vue";
|
|
3
3
|
import "@element-plus/icons-vue";
|
|
4
4
|
import "ol";
|
package/lib/index.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ad, a0, K, O, a4, D, aA, a9, ac, aF, aE, ak, al, aw, ax, Y, am, an, aD, aB, $, Z, ay, az, B, E, F, A, J, y, C, z, G, au, av, as, at, aq, ar, x, s, q, w, O as O2, p, u, v, ae, af, ai, aj, ao, ap, aG, N, ag, ah, U, ab, a1, a5, a8, Q, f, W, aa, a6, a2, a3, aC, P, a7, l, S, r, R } from "./index-
|
|
1
|
+
import { ad, a0, K, O, a4, D, aA, a9, ac, aF, aE, ak, al, aw, ax, Y, am, an, aD, aB, $, Z, ay, az, B, E, F, A, J, y, C, z, G, au, av, as, at, aq, ar, x, s, q, w, O as O2, p, u, v, ae, af, ai, aj, ao, ap, aG, N, ag, ah, U, ab, a1, a5, a8, Q, f, W, aa, a6, a2, a3, aC, P, a7, l, S, r, R } from "./index-01e0d980.mjs";
|
|
2
2
|
import "vue";
|
|
3
3
|
import "@element-plus/icons-vue";
|
|
4
4
|
import "ol";
|
package/lib/index.umd.js
CHANGED
|
@@ -51540,6 +51540,12 @@ ${this.attributes_.map(
|
|
|
51540
51540
|
if (interaction === this._drawInteraction || interaction === this._selectInteraction || interaction === this._modifyInteraction || interaction === this._snapInteraction) {
|
|
51541
51541
|
return;
|
|
51542
51542
|
}
|
|
51543
|
+
if (!enable && this.shouldKeepInteractionActiveDuringDrawing(interaction)) {
|
|
51544
|
+
if (interaction.setActive) {
|
|
51545
|
+
interaction.setActive(true);
|
|
51546
|
+
}
|
|
51547
|
+
return;
|
|
51548
|
+
}
|
|
51543
51549
|
if (interaction.setActive) {
|
|
51544
51550
|
interaction.setActive(enable);
|
|
51545
51551
|
}
|
|
@@ -51547,6 +51553,12 @@ ${this.attributes_.map(
|
|
|
51547
51553
|
this.toggleMapEventListeners(enable);
|
|
51548
51554
|
console.log(`地图其他交互已${enable ? "启用" : "禁用"}`);
|
|
51549
51555
|
}
|
|
51556
|
+
/**
|
|
51557
|
+
* 判断绘制期间是否需要保留地图交互
|
|
51558
|
+
*/
|
|
51559
|
+
shouldKeepInteractionActiveDuringDrawing(interaction) {
|
|
51560
|
+
return interaction instanceof MouseWheelZoom$1 || interaction instanceof PinchZoom$1;
|
|
51561
|
+
}
|
|
51550
51562
|
/**
|
|
51551
51563
|
* 控制地图事件监听器的启用/禁用
|
|
51552
51564
|
*/
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DrawingManager.d.ts","sourceRoot":"","sources":["../../../src/core/drawing/DrawingManager.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,IAAI,KAAK,EAAE,MAAM,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"DrawingManager.d.ts","sourceRoot":"","sources":["../../../src/core/drawing/DrawingManager.ts"],"names":[],"mappings":"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"}
|