vue-openlayers-plugin 1.0.91 → 1.0.92
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-97a57e6f.mjs → BasemapPanel-a7640f57.mjs} +68 -22
- package/lib/{CoordinateLocationDialog-090ead21.mjs → CoordinateLocationDialog-3fd9613f.mjs} +105 -51
- package/lib/{FilterPanel-ac96a573.mjs → FilterPanel-53958140.mjs} +1 -1
- package/lib/{MapPrintDialog-a440a6ab.mjs → LayerPanel-02152994.mjs} +1 -1
- package/lib/{LayerPanel-f9bbcdc1.mjs → MapPrintDialog-bbf1ccc1.mjs} +1 -1
- package/lib/{MeasurementDialog-6ec17375.mjs → MeasurementDialog-4ffa44ae.mjs} +84 -33
- package/lib/{MyMarkersDialog-1f9f82ed.mjs → MyMarkersDialog-605a60e2.mjs} +138 -63
- package/lib/{RegionNavigationDialog-d21ed4a6.mjs → RegionNavigationDialog-b0b6f86b.mjs} +29 -26
- package/lib/{ViewBookmarksDialog-b9fdb1d5.mjs → ViewBookmarksDialog-475f44f3.mjs} +250 -92
- package/lib/{index-a081b5c1.mjs → index-30b0d26c.mjs} +1 -1
- package/lib/{index-dd63f686.mjs → index-7f38e279.mjs} +3359 -1919
- package/lib/{index-cdbb6879.mjs → index-ecd9c14c.mjs} +13 -17
- package/lib/{index.es-d367a4fc.mjs → index.es-d464d539.mjs} +1 -1
- package/lib/index.esm.js +63 -63
- package/lib/index.umd.js +3947 -2128
- package/lib/style.css +707 -634
- package/package.json +2 -2
- package/types/src/components/CustomDialog/CustomDialog.vue.d.ts +11 -11
- package/types/src/components/CustomDialog/CustomDialog.vue.d.ts.map +1 -1
- package/types/src/components/CustomDialog/dialogCache.d.ts.map +1 -1
- package/types/src/components/CustomDialog/icons/index.d.ts.map +1 -1
- package/types/src/components/CustomDialog/index.d.ts.map +1 -1
- package/types/src/components/OlBaseLayerSwitcher.vue.d.ts.map +1 -1
- package/types/src/components/OlControlPanel.vue.d.ts +2 -2
- package/types/src/components/OlControlPanel.vue.d.ts.map +1 -1
- package/types/src/components/OlDialogs/BasemapPanel.vue.d.ts +1 -1
- package/types/src/components/OlDialogs/BasemapPanel.vue.d.ts.map +1 -1
- package/types/src/components/OlDialogs/CoordinateLocationDialog.vue.d.ts +1 -1
- package/types/src/components/OlDialogs/CoordinateLocationDialog.vue.d.ts.map +1 -1
- package/types/src/components/OlDialogs/DialogManager.d.ts +1 -1
- package/types/src/components/OlDialogs/DialogManager.d.ts.map +1 -1
- package/types/src/components/OlDialogs/FilterPanel.vue.d.ts +3 -3
- package/types/src/components/OlDialogs/FilterPanel.vue.d.ts.map +1 -1
- package/types/src/components/OlDialogs/LayerPanel.vue.d.ts +786 -786
- package/types/src/components/OlDialogs/LayerPanel.vue.d.ts.map +1 -1
- package/types/src/components/OlDialogs/LayerStyleConfig.vue.d.ts +3 -3
- package/types/src/components/OlDialogs/LayerStyleConfig.vue.d.ts.map +1 -1
- package/types/src/components/OlDialogs/LayerTreeNode.vue.d.ts +5 -5
- package/types/src/components/OlDialogs/LayerTreeNode.vue.d.ts.map +1 -1
- package/types/src/components/OlDialogs/MapDrawingDialog/index.vue.d.ts.map +1 -1
- package/types/src/components/OlDialogs/MapPrintDialog.vue.d.ts +2 -2
- package/types/src/components/OlDialogs/MapPrintDialog.vue.d.ts.map +1 -1
- package/types/src/components/OlDialogs/MeasurementDialog.vue.d.ts +1 -1
- package/types/src/components/OlDialogs/MeasurementDialog.vue.d.ts.map +1 -1
- package/types/src/components/OlDialogs/MyMarkersDialog.vue.d.ts +2 -2
- package/types/src/components/OlDialogs/MyMarkersDialog.vue.d.ts.map +1 -1
- package/types/src/components/OlDialogs/RegionNavigationDialog.vue.d.ts +5 -5
- package/types/src/components/OlDialogs/RegionNavigationDialog.vue.d.ts.map +1 -1
- package/types/src/components/OlDialogs/ViewBookmarksDialog.vue.d.ts +2 -2
- package/types/src/components/OlDialogs/ViewBookmarksDialog.vue.d.ts.map +1 -1
- package/types/src/components/OlDialogs/registry.d.ts.map +1 -1
- package/types/src/components/OlDrawToolbar.vue.d.ts +16 -16
- package/types/src/components/OlDrawToolbar.vue.d.ts.map +1 -1
- package/types/src/components/OlLegendPanel.vue.d.ts +1 -1
- package/types/src/components/OlLegendPanel.vue.d.ts.map +1 -1
- package/types/src/components/OlMapContainer.vue.d.ts +31 -31
- package/types/src/components/OlMapContainer.vue.d.ts.map +1 -1
- package/types/src/components/OlMapPopup/ArrayPopup.vue.d.ts +4 -4
- package/types/src/components/OlMapPopup/ArrayPopup.vue.d.ts.map +1 -1
- package/types/src/components/OlMapPopup/BasePopup.vue.d.ts +6 -6
- package/types/src/components/OlMapPopup/BasePopup.vue.d.ts.map +1 -1
- package/types/src/components/OlMapPopup/HtmlPopup.vue.d.ts +3 -3
- package/types/src/components/OlMapPopup/HtmlPopup.vue.d.ts.map +1 -1
- package/types/src/components/OlMapPopup/ImagePopup.vue.d.ts +3 -3
- package/types/src/components/OlMapPopup/ImagePopup.vue.d.ts.map +1 -1
- package/types/src/components/OlMapPopup/index.d.ts +1 -1
- package/types/src/components/OlMapPopup/index.d.ts.map +1 -1
- package/types/src/components/OlMapPopup/types.d.ts +12 -12
- package/types/src/components/OlMapPopup/types.d.ts.map +1 -1
- package/types/src/components/OlMapSearch.vue.d.ts +3 -3
- package/types/src/components/OlMapSearch.vue.d.ts.map +1 -1
- package/types/src/components/OlMapTooltip.vue.d.ts +8 -8
- package/types/src/components/OlMapTooltip.vue.d.ts.map +1 -1
- package/types/src/components/SvgIcon/index.vue.d.ts.map +1 -1
- package/types/src/core/EventBus.d.ts.map +1 -1
- package/types/src/core/EventManager.d.ts.map +1 -1
- package/types/src/core/FeatureHighlightManager.d.ts.map +1 -1
- package/types/src/core/GlobalStyleManager.d.ts +1 -1
- package/types/src/core/LayerConfigManager.d.ts.map +1 -1
- package/types/src/core/LayerManager.d.ts +2 -2
- package/types/src/core/LayerManager.d.ts.map +1 -1
- package/types/src/core/LayerTreeManager.d.ts +1 -1
- package/types/src/core/LayerTreeManager.d.ts.map +1 -1
- package/types/src/core/MapManager.d.ts +15 -15
- package/types/src/core/MapManager.d.ts.map +1 -1
- package/types/src/core/MarkerDrawingAdapter.d.ts.map +1 -1
- package/types/src/core/PluginManager.d.ts +1 -1
- package/types/src/core/PluginManager.d.ts.map +1 -1
- package/types/src/core/PopupManager.d.ts.map +1 -1
- package/types/src/core/SearchMarkerManager.d.ts.map +1 -1
- package/types/src/core/TooltipHelper.d.ts +1 -1
- package/types/src/core/TooltipHelper.d.ts.map +1 -1
- package/types/src/core/amapSearchApi.d.ts.map +1 -1
- package/types/src/core/configLoader.d.ts +33 -33
- package/types/src/core/configLoader.d.ts.map +1 -1
- package/types/src/core/drawing/BaseDrawing.d.ts.map +1 -1
- package/types/src/core/drawing/DrawingManager.d.ts.map +1 -1
- package/types/src/core/drawing/IconDrawing.d.ts.map +1 -1
- package/types/src/core/drawing/ImageDrawing.d.ts.map +1 -1
- package/types/src/core/drawing/LineDrawing.d.ts.map +1 -1
- package/types/src/core/drawing/MilitaryDrawing.d.ts.map +1 -1
- package/types/src/core/drawing/MultiLineStringDrawing.d.ts.map +1 -1
- package/types/src/core/drawing/MultiPointDrawing.d.ts.map +1 -1
- package/types/src/core/drawing/MultiPolygonDrawing.d.ts.map +1 -1
- package/types/src/core/drawing/PointDrawing.d.ts +2 -2
- package/types/src/core/drawing/PointDrawing.d.ts.map +1 -1
- package/types/src/core/drawing/PointWithTextDrawing.d.ts +2 -2
- package/types/src/core/drawing/PointWithTextDrawing.d.ts.map +1 -1
- package/types/src/core/drawing/PolygonDrawing.d.ts.map +1 -1
- package/types/src/core/drawing/TextDrawing.d.ts.map +1 -1
- package/types/src/core/drawing/index.d.ts +12 -12
- package/types/src/core/drawing/index.d.ts.map +1 -1
- package/types/src/core/geoJsonLocationTool.d.ts +3 -3
- package/types/src/core/geoJsonLocationTool.d.ts.map +1 -1
- package/types/src/core/layers/BaseLayer.d.ts +1 -1
- package/types/src/core/layers/BaseLayer.d.ts.map +1 -1
- package/types/src/core/layers/CanvasLayerHandler.d.ts.map +1 -1
- package/types/src/core/layers/ClusterLayerHandler.d.ts.map +1 -1
- package/types/src/core/layers/GMLLayerHandler.d.ts.map +1 -1
- package/types/src/core/layers/GeoJSONLayerHandler.d.ts.map +1 -1
- package/types/src/core/layers/HeatmapLayerHandler.d.ts.map +1 -1
- package/types/src/core/layers/ImageVectorLayerHandler.d.ts.map +1 -1
- package/types/src/core/layers/KMLLayerHandler.d.ts.map +1 -1
- package/types/src/core/layers/LayerFactory.d.ts.map +1 -1
- package/types/src/core/layers/SuperMapServiceTester.d.ts.map +1 -1
- package/types/src/core/layers/SuperMapTiledMapServiceHandler.d.ts.map +1 -1
- package/types/src/core/layers/TiandituConfigHelper.d.ts.map +1 -1
- package/types/src/core/layers/TiandituLayerHandler.d.ts.map +1 -1
- package/types/src/core/layers/TileLayerHandler.d.ts.map +1 -1
- package/types/src/core/layers/TileSuperMapRestHandler.d.ts +1 -1
- package/types/src/core/layers/TileSuperMapRestHandler.d.ts.map +1 -1
- package/types/src/core/layers/VectorTileLayerHandler.d.ts +3 -3
- package/types/src/core/layers/VectorTileLayerHandler.d.ts.map +1 -1
- package/types/src/core/layers/WFSLayerHandler.d.ts +1 -1
- package/types/src/core/layers/WFSLayerHandler.d.ts.map +1 -1
- package/types/src/core/layers/WKTLayerHandler.d.ts.map +1 -1
- package/types/src/core/layers/WMSLayerHandler.d.ts +1 -1
- package/types/src/core/layers/WMSLayerHandler.d.ts.map +1 -1
- package/types/src/core/layers/WMTSLayerHandler.d.ts.map +1 -1
- package/types/src/core/layers/interfaces.d.ts +1 -1
- package/types/src/core/layers/interfaces.d.ts.map +1 -1
- package/types/src/core/mapOperationTool.d.ts.map +1 -1
- package/types/src/core/measurementTool.d.ts.map +1 -1
- package/types/src/core/overviewMapUtil.d.ts.map +1 -1
- package/types/src/core/proxyHelper.d.ts +1 -1
- package/types/src/core/proxyHelper.d.ts.map +1 -1
- package/types/src/core/storage.d.ts.map +1 -1
- package/types/src/core/styles/StyleFactory.d.ts.map +1 -1
- package/types/src/core/styles/StyleManager.d.ts.map +1 -1
- package/types/src/core/styles/index.d.ts +1 -1
- package/types/src/core/styles/index.d.ts.map +1 -1
- package/types/src/core/styles/interfaces.d.ts +3 -3
- package/types/src/core/styles/interfaces.d.ts.map +1 -1
- package/types/src/core/tiandituSearchApi.d.ts.map +1 -1
- package/types/src/hooks/useMap.d.ts.map +1 -1
- package/types/src/services/searchService.d.ts +2 -2
- package/types/src/services/searchService.d.ts.map +1 -1
- package/types/src/style.d.ts.map +1 -1
- package/types/src/types/map.d.ts +75 -0
- package/types/src/types/map.d.ts.map +1 -1
- package/types/src/utils/DiffusionAnimationHelper.d.ts.map +1 -1
- package/types/src/utils/GifAnimationHelper.d.ts.map +1 -1
- package/types/src/utils/coordinateTransform.d.ts.map +1 -1
- package/types/src/utils/html2pdf.d.ts +3 -0
- package/types/src/utils/html2pdf.d.ts.map +1 -1
- package/types/src/utils/index.d.ts +1 -1
- package/types/src/utils/index.d.ts.map +1 -1
- package/types/src/utils/unitConverter.d.ts.map +1 -1
- package/types/tsconfig.tsbuildinfo +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { inject, computed, ref, onMounted, resolveComponent, openBlock, createElementBlock, createVNode, withCtx, Fragment, renderList, createElementVNode, normalizeClass, toDisplayString, unref, createTextVNode, createCommentVNode, createBlock } from "vue";
|
|
2
|
-
import { d as _export_sfc,
|
|
2
|
+
import { d as _export_sfc, a4 as DrawingManager, a5 as close_default } from "./index-7f38e279.mjs";
|
|
3
3
|
import "ol";
|
|
4
4
|
const icons = {
|
|
5
5
|
pointMarker: "/icons/point.png",
|
|
@@ -124,9 +124,7 @@ const _sfc_main$2 = {
|
|
|
124
124
|
const geometry = feature ? feature.getGeometry() : null;
|
|
125
125
|
if (geometry) {
|
|
126
126
|
drawing.getCoordinates();
|
|
127
|
-
console.log(
|
|
128
|
-
`成功添加${getToolLabelByType(activeDrawingTool.value)}`
|
|
129
|
-
);
|
|
127
|
+
console.log(`成功添加${getToolLabelByType(activeDrawingTool.value)}`);
|
|
130
128
|
drawingManager.value.setMode("select");
|
|
131
129
|
}
|
|
132
130
|
});
|
|
@@ -397,9 +395,7 @@ const _sfc_main$2 = {
|
|
|
397
395
|
},
|
|
398
396
|
allowContinuousDrawing: continuousDrawing.value
|
|
399
397
|
});
|
|
400
|
-
console.log(
|
|
401
|
-
`开始绘制${tool.label},请在地图上点击绘制多边形,双击结束`
|
|
402
|
-
);
|
|
398
|
+
console.log(`开始绘制${tool.label},请在地图上点击绘制多边形,双击结束`);
|
|
403
399
|
break;
|
|
404
400
|
case "star":
|
|
405
401
|
drawingManager.value.setMode("star", {
|
|
@@ -531,9 +527,7 @@ const _sfc_main$2 = {
|
|
|
531
527
|
const stopDrawing = () => {
|
|
532
528
|
if (drawingManager.value) {
|
|
533
529
|
drawingManager.value.setMode("none");
|
|
534
|
-
console.log(
|
|
535
|
-
`已停止${getToolLabelByType(activeDrawingTool.value)}标绘`
|
|
536
|
-
);
|
|
530
|
+
console.log(`已停止${getToolLabelByType(activeDrawingTool.value)}标绘`);
|
|
537
531
|
activeDrawingTool.value = null;
|
|
538
532
|
}
|
|
539
533
|
};
|
|
@@ -592,8 +586,8 @@ const _sfc_main$2 = {
|
|
|
592
586
|
createVNode(_component_el_button, {
|
|
593
587
|
type: "danger",
|
|
594
588
|
size: "small",
|
|
595
|
-
|
|
596
|
-
|
|
589
|
+
icon: unref(close_default),
|
|
590
|
+
onClick: stopDrawing
|
|
597
591
|
}, {
|
|
598
592
|
default: withCtx(() => [..._cache[3] || (_cache[3] = [
|
|
599
593
|
createTextVNode(" 停止当前标绘 ", -1)
|
|
@@ -605,7 +599,7 @@ const _sfc_main$2 = {
|
|
|
605
599
|
};
|
|
606
600
|
}
|
|
607
601
|
};
|
|
608
|
-
const MarkTab = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-
|
|
602
|
+
const MarkTab = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-72865d9e"]]);
|
|
609
603
|
const _hoisted_1$1 = { class: "list-tab-container" };
|
|
610
604
|
const _hoisted_2$1 = { class: "toolbar" };
|
|
611
605
|
const _hoisted_3$1 = { class: "toolbar-left" };
|
|
@@ -687,7 +681,7 @@ const _sfc_main$1 = {
|
|
|
687
681
|
};
|
|
688
682
|
}
|
|
689
683
|
};
|
|
690
|
-
const ListTab = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-
|
|
684
|
+
const ListTab = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-7222689f"]]);
|
|
691
685
|
const _hoisted_1 = { class: "dialog-content" };
|
|
692
686
|
const _hoisted_2 = { class: "toolbar" };
|
|
693
687
|
const _hoisted_3 = { class: "toolbar-left" };
|
|
@@ -714,7 +708,9 @@ const _sfc_main = {
|
|
|
714
708
|
visible.value = false;
|
|
715
709
|
};
|
|
716
710
|
const handleToolClick = (tool, position, index2) => {
|
|
717
|
-
console.log(
|
|
711
|
+
console.log(
|
|
712
|
+
`点击了${position}侧第${index2 + 1}个工具: ${tool.label},执行动作: ${tool.action}`
|
|
713
|
+
);
|
|
718
714
|
switch (tool.action) {
|
|
719
715
|
case "openFile":
|
|
720
716
|
console.log("打开文件功能");
|
|
@@ -754,7 +750,7 @@ const _sfc_main = {
|
|
|
754
750
|
"close-on-press-escape": false,
|
|
755
751
|
"modal-class": ["pointer-events-none"],
|
|
756
752
|
"custom-class": "map-drawing-dialog",
|
|
757
|
-
|
|
753
|
+
"cache-id": "drawing-dialog",
|
|
758
754
|
onClose: handleClose
|
|
759
755
|
}, {
|
|
760
756
|
default: withCtx(() => [
|
|
@@ -834,7 +830,7 @@ const _sfc_main = {
|
|
|
834
830
|
};
|
|
835
831
|
}
|
|
836
832
|
};
|
|
837
|
-
const index = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
833
|
+
const index = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-57937348"]]);
|
|
838
834
|
export {
|
|
839
835
|
index as default
|
|
840
836
|
};
|
|
@@ -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-7f38e279.mjs";
|
|
2
2
|
import "vue";
|
|
3
3
|
import "ol";
|
|
4
4
|
var check = function(it) {
|
package/lib/index.esm.js
CHANGED
|
@@ -1,70 +1,70 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { aB, ap, af, a7, as, a4, aY, ax, aA, b1, b0, aI, aJ, aU, aV, am, aK, aL, a$, aZ, ao, an, aW, aX, aS, aT, aQ, aR, aO, aP, ae, aa, a9, ad, a7 as a72, a8, ab, ac, aC, aD, aG, aH, aM, aN, b2, ag, aE, aF, ak, az, aq, at, aw, ai, f, al, ay, au, g, ar, a_, ah, av, l, aj } from "./index-7f38e279.mjs";
|
|
2
2
|
import "vue";
|
|
3
3
|
import "ol";
|
|
4
4
|
export {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
5
|
+
aB as BaseDrawing,
|
|
6
|
+
ap as BasemapManager,
|
|
7
|
+
af as CustomDialog,
|
|
8
|
+
a7 as CustomOpenlayer,
|
|
9
|
+
as as DrawingFactoryRegistry,
|
|
10
|
+
a4 as DrawingManager,
|
|
11
|
+
aY as DrawingManagerFactory,
|
|
12
|
+
ax as DrawingPresets,
|
|
13
|
+
aA as DrawingUtils,
|
|
14
|
+
b1 as FilterOperator,
|
|
15
|
+
b0 as FilterType,
|
|
16
|
+
aI as IconDrawing,
|
|
17
|
+
aJ as IconDrawingFactory,
|
|
18
|
+
aU as ImageDrawing,
|
|
19
|
+
aV as ImageDrawingFactory,
|
|
20
|
+
am as LayerManager,
|
|
21
|
+
aK as LineDrawing,
|
|
22
|
+
aL as LineDrawingFactory,
|
|
23
|
+
a$ as MapManager,
|
|
24
|
+
aZ as MapOperationTool,
|
|
25
|
+
ao as MapStorage,
|
|
26
|
+
an as MeasurementTool,
|
|
27
|
+
aW as MilitaryDrawing,
|
|
28
|
+
aX as MilitaryDrawingFactory,
|
|
29
|
+
aS as MultiLineStringDrawing,
|
|
30
|
+
aT as MultiLineStringDrawingFactory,
|
|
31
|
+
aQ as MultiPointDrawing,
|
|
32
|
+
aR as MultiPointDrawingFactory,
|
|
33
|
+
aO as MultiPolygonDrawing,
|
|
34
|
+
aP as MultiPolygonDrawingFactory,
|
|
35
|
+
ae as OlBaseLayerSwitcher,
|
|
36
|
+
aa as OlControlPanel,
|
|
37
|
+
a9 as OlDrawToolbar,
|
|
38
|
+
ad as OlLegendPanel,
|
|
39
|
+
a72 as OlMap,
|
|
40
|
+
a8 as OlMapContainer,
|
|
41
|
+
ab as OlMapSearch,
|
|
42
|
+
ac as OlMapTooltip,
|
|
43
|
+
aC as PointDrawing,
|
|
44
|
+
aD as PointDrawingFactory,
|
|
45
|
+
aG as PointWithTextDrawing,
|
|
46
|
+
aH as PointWithTextDrawingFactory,
|
|
47
|
+
aM as PolygonDrawing,
|
|
48
|
+
aN as PolygonDrawingFactory,
|
|
49
|
+
b2 as SpatialFilterType,
|
|
50
|
+
ag as SvgIcon,
|
|
51
|
+
aE as TextDrawing,
|
|
52
|
+
aF as TextDrawingFactory,
|
|
53
|
+
ak as VectorTileLayerHandler,
|
|
54
|
+
az as applyDrawingPreset,
|
|
55
|
+
aq as createBasemapManager,
|
|
56
|
+
at as createDrawing,
|
|
57
|
+
aw as createDrawingFromJSON,
|
|
58
|
+
ai as default,
|
|
59
59
|
f as formatMeasurementResult,
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
60
|
+
al as getAssetUrl,
|
|
61
|
+
ay as getDrawingPreset,
|
|
62
|
+
au as getSupportedDrawingTypes,
|
|
63
63
|
g as getUnitByType,
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
64
|
+
ar as getUnitOptions,
|
|
65
|
+
a_ as htmlToPDF,
|
|
66
|
+
ah as install,
|
|
67
|
+
av as isValidDrawingType,
|
|
68
68
|
l as layerEventBus,
|
|
69
|
-
|
|
69
|
+
aj as version
|
|
70
70
|
};
|