vue-openlayers-plugin 1.0.67 → 1.0.68
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 +1 -1
- package/lib/{index-1b888705.mjs → index-022dd5b2.mjs} +90 -108
- package/lib/{index.es-bc4e91cb.mjs → index.es-9fec9ea8.mjs} +1 -1
- package/lib/index.esm.js +21 -21
- package/lib/index.umd.js +91 -109
- package/lib/style.css +350 -410
- package/package.json +1 -1
- package/types/src/components/CustomDialog/CustomDialog.vue.d.ts.map +1 -1
- package/types/src/components/CustomOpenlayer/components/LegendPanel.vue.d.ts.map +1 -1
- package/types/src/components/CustomOpenlayer/components/MapContainer.vue.d.ts.map +1 -1
- package/types/src/components/CustomOpenlayer/components/MapPopup/ArrayPopup.vue.d.ts.map +1 -1
- package/types/src/components/CustomOpenlayer/components/MapPopup/BasePopup.vue.d.ts.map +1 -1
- package/types/src/components/CustomOpenlayer/components/MapPopup/HtmlPopup.vue.d.ts.map +1 -1
- package/types/src/components/CustomOpenlayer/components/MapPopup/ImagePopup.vue.d.ts.map +1 -1
- package/types/src/components/CustomOpenlayer/components/dialogs/BasemapPanel.vue.d.ts.map +1 -1
- package/types/src/components/CustomOpenlayer/components/dialogs/CoordinateLocationDialog.vue.d.ts.map +1 -1
- package/types/src/components/CustomOpenlayer/components/dialogs/FilterPanel.vue.d.ts.map +1 -1
- package/types/src/components/CustomOpenlayer/components/dialogs/LayerPanel.vue.d.ts.map +1 -1
- package/types/src/components/CustomOpenlayer/components/dialogs/LayerStyleConfig.vue.d.ts.map +1 -1
- package/types/src/components/CustomOpenlayer/components/dialogs/LayerTreeNode.vue.d.ts.map +1 -1
- package/types/src/components/CustomOpenlayer/components/dialogs/MapPrintDialog.vue.d.ts.map +1 -1
- package/types/src/components/CustomOpenlayer/components/dialogs/MyMarkersDialog.vue.d.ts.map +1 -1
- package/types/src/components/CustomOpenlayer/components/dialogs/RegionNavigationDialog.vue.d.ts.map +1 -1
- package/types/src/components/CustomOpenlayer/components/dialogs/ViewBookmarksDialog.vue.d.ts.map +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as commonjsGlobal, R as RGBColor, r as requestAnimationFrame, _ as _asyncToGenerator, a as _, p as processCanvasRGBA, b as _defineProperty } from "./index-
|
|
1
|
+
import { c as commonjsGlobal, R as RGBColor, r as requestAnimationFrame, _ as _asyncToGenerator, a as _, p as processCanvasRGBA, b as _defineProperty } from "./index-022dd5b2.mjs";
|
|
2
2
|
import "vue";
|
|
3
3
|
import "ol";
|
|
4
4
|
var check = function(it) {
|
package/lib/index.esm.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { A, B, e, d, D, a2, a3, w, z, a7, a6, I, H, Z, $, L, J, K, a4, j, M, a0, a1, X, Y, U, W, Q, S, P, C, F, G, N, O, a8, f, T, E, V, y, k, q, u, g, m, h, x, s, n, o, a5, i, t, l, v } from "./index-022dd5b2.mjs";
|
|
2
2
|
import "vue";
|
|
3
3
|
import "ol";
|
|
4
4
|
export {
|
|
5
|
-
|
|
5
|
+
A as BaseDrawing,
|
|
6
6
|
B as BasemapManager,
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
e as CustomDialog,
|
|
8
|
+
d as CustomOpenlayer,
|
|
9
9
|
D as DrawingFactoryRegistry,
|
|
10
10
|
a2 as DrawingManager,
|
|
11
11
|
a3 as DrawingManagerFactory,
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
w as DrawingPresets,
|
|
13
|
+
z as DrawingUtils,
|
|
14
14
|
a7 as FilterOperator,
|
|
15
15
|
a6 as FilterType,
|
|
16
16
|
I as IconDrawing,
|
|
@@ -21,7 +21,7 @@ export {
|
|
|
21
21
|
J as LineDrawing,
|
|
22
22
|
K as LineDrawingFactory,
|
|
23
23
|
a4 as MapOperationTool,
|
|
24
|
-
|
|
24
|
+
j as MapStorage,
|
|
25
25
|
M as MeasurementTool,
|
|
26
26
|
a0 as MilitaryDrawing,
|
|
27
27
|
a1 as MilitaryDrawingFactory,
|
|
@@ -32,30 +32,30 @@ export {
|
|
|
32
32
|
Q as MultiPolygonDrawing,
|
|
33
33
|
S as MultiPolygonDrawingFactory,
|
|
34
34
|
P as PointDrawing,
|
|
35
|
-
|
|
35
|
+
C as PointDrawingFactory,
|
|
36
36
|
F as PointWithTextDrawing,
|
|
37
37
|
G as PointWithTextDrawingFactory,
|
|
38
38
|
N as PolygonDrawing,
|
|
39
39
|
O as PolygonDrawingFactory,
|
|
40
40
|
a8 as SpatialFilterType,
|
|
41
|
-
|
|
41
|
+
f as SvgIcon,
|
|
42
42
|
T as TextDrawing,
|
|
43
43
|
E as TextDrawingFactory,
|
|
44
44
|
V as VectorTileLayerHandler,
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
45
|
+
y as applyDrawingPreset,
|
|
46
|
+
k as createBasemapManager,
|
|
47
|
+
q as createDrawing,
|
|
48
|
+
u as createDrawingFromJSON,
|
|
49
|
+
g as default,
|
|
50
|
+
m as formatMeasurementResult,
|
|
51
|
+
h as getAssetUrl,
|
|
52
|
+
x as getDrawingPreset,
|
|
53
|
+
s as getSupportedDrawingTypes,
|
|
54
|
+
n as getUnitByType,
|
|
55
|
+
o as getUnitOptions,
|
|
56
56
|
a5 as htmlToPDF,
|
|
57
57
|
i as install,
|
|
58
|
-
|
|
58
|
+
t as isValidDrawingType,
|
|
59
59
|
l as layerEventBus,
|
|
60
60
|
v as version
|
|
61
61
|
};
|