vue-openlayers-plugin 1.2.1 → 1.2.3
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-aa284bf3.mjs → BasemapPanel-be1d9cda.mjs} +1 -1
- package/lib/{CoordinateLocationDialog-6c0a6b23.mjs → CoordinateLocationDialog-327017db.mjs} +1 -1
- package/lib/{MapPrintDialog-2e5a22e7.mjs → FilterPanel-fe05a0c3.mjs} +1 -1
- package/lib/{FilterPanel-b91325ac.mjs → LayerPanel-ee56d110.mjs} +1 -1
- package/lib/{LayerPanel-88983648.mjs → MapPrintDialog-8f85faf6.mjs} +1 -1
- package/lib/{MeasurementDialog-ebda57e6.mjs → MeasurementDialog-ad41276e.mjs} +1 -1
- package/lib/{MyMarkersDialog-1f851036.mjs → MyMarkersDialog-f58c3d82.mjs} +1 -1
- package/lib/{QuadCompareDialog-8f624242.mjs → QuadCompareDialog-77717fa0.mjs} +1 -1
- package/lib/{RegionNavigationDialog-549597e1.mjs → RegionNavigationDialog-7f57b172.mjs} +1 -1
- package/lib/{SplitCompareDialog-9bcce145.mjs → SplitCompareDialog-e0053f70.mjs} +1 -1
- package/lib/{SwipeCompareDialog-374b9865.mjs → SwipeCompareDialog-b8a6fb38.mjs} +1 -1
- package/lib/{ViewBookmarksDialog-10b5fe14.mjs → ViewBookmarksDialog-2606fd88.mjs} +1 -1
- package/lib/{index-b9d6884a.mjs → index-9f3d290c.mjs} +1 -1
- package/lib/{index-e8d5fc75.mjs → index-ea6e6f60.mjs} +130 -56
- package/lib/{index.es-ff0f4147.mjs → index.es-c30abac9.mjs} +1 -1
- package/lib/index.esm.js +1 -1
- package/lib/index.umd.js +118 -44
- package/lib/style.css +26 -26
- package/package.json +2 -9
- package/types/components/OlControlPanel.vue.d.ts +3 -1
- package/types/components/OlControlPanel.vue.d.ts.map +1 -1
- package/types/components/OlDialogs/LayerPanel.vue.d.ts +12 -0
- package/types/components/OlDialogs/LayerPanel.vue.d.ts.map +1 -1
- package/types/components/OlMap.vue.d.ts +27 -1
- package/types/components/OlMap.vue.d.ts.map +1 -1
- package/types/core/MapManager.d.ts +5 -0
- package/types/core/MapManager.d.ts.map +1 -1
- package/types/index.d.ts +27 -42
- package/types/index.d.ts.map +1 -0
- package/types/lowcode-entry.d.ts +29 -0
- package/types/lowcode-entry.d.ts.map +1 -1
- package/types/types/map.d.ts +11 -0
- package/types/types/map.d.ts.map +1 -1
- package/lib//346/240/207/345/207/206 +0 -159
- package/types/tsconfig.tsbuildinfo +0 -1
package/lib/index.umd.js
CHANGED
|
@@ -242766,7 +242766,7 @@ ${publicKeyStr}
|
|
|
242766
242766
|
}()
|
|
242767
242767
|
);
|
|
242768
242768
|
var detectDirectedCycle$1 = detectDirectedCycle$2;
|
|
242769
|
-
const index$
|
|
242769
|
+
const index$8 = {
|
|
242770
242770
|
getAdjMatrix: adjMatrix$1,
|
|
242771
242771
|
breadthFirstSearch: breadthFirstSearch$1,
|
|
242772
242772
|
connectedComponent: getConnectedComponents$1,
|
|
@@ -242803,7 +242803,7 @@ ${publicKeyStr}
|
|
|
242803
242803
|
breadthFirstSearch: breadthFirstSearch$1,
|
|
242804
242804
|
connectedComponent: getConnectedComponents$1,
|
|
242805
242805
|
cosineSimilarity,
|
|
242806
|
-
default: index$
|
|
242806
|
+
default: index$8,
|
|
242807
242807
|
depthFirstSearch: depthFirstSearch$1,
|
|
242808
242808
|
detectAllCycles: detectAllCycles$1,
|
|
242809
242809
|
detectAllDirectedCycle: detectAllDirectedCycle$1,
|
|
@@ -274444,7 +274444,7 @@ ${publicKeyStr}
|
|
|
274444
274444
|
};
|
|
274445
274445
|
return force3;
|
|
274446
274446
|
}
|
|
274447
|
-
function index$
|
|
274447
|
+
function index$7(d2) {
|
|
274448
274448
|
return d2.index;
|
|
274449
274449
|
}
|
|
274450
274450
|
function find$2(nodeById, nodeId) {
|
|
@@ -274454,7 +274454,7 @@ ${publicKeyStr}
|
|
|
274454
274454
|
return node2;
|
|
274455
274455
|
}
|
|
274456
274456
|
function link(links) {
|
|
274457
|
-
var id2 = index$
|
|
274457
|
+
var id2 = index$7, strength = defaultStrength, strengths, distance2 = constant(30), distances, nodes, count2, bias, random2, iterations = 1;
|
|
274458
274458
|
if (links == null)
|
|
274459
274459
|
links = [];
|
|
274460
274460
|
function defaultStrength(link2) {
|
|
@@ -277517,7 +277517,7 @@ ${publicKeyStr}
|
|
|
277517
277517
|
});
|
|
277518
277518
|
return results;
|
|
277519
277519
|
}
|
|
277520
|
-
const index$
|
|
277520
|
+
const index$6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
277521
277521
|
__proto__: null,
|
|
277522
277522
|
components,
|
|
277523
277523
|
dfs: dfs$1,
|
|
@@ -277678,7 +277678,7 @@ ${publicKeyStr}
|
|
|
277678
277678
|
}
|
|
277679
277679
|
return false;
|
|
277680
277680
|
}
|
|
277681
|
-
const index$
|
|
277681
|
+
const index$5 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
277682
277682
|
__proto__: null,
|
|
277683
277683
|
hasSelfLoop,
|
|
277684
277684
|
isGraph,
|
|
@@ -277698,7 +277698,7 @@ ${publicKeyStr}
|
|
|
277698
277698
|
var nodeCount = originGraph.nodeCount();
|
|
277699
277699
|
return originGraph.edgeCount() + targetGraph.edgeCount() === nodeCount * (nodeCount - 1) / 2;
|
|
277700
277700
|
};
|
|
277701
|
-
const index$
|
|
277701
|
+
const index$4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
277702
277702
|
__proto__: null,
|
|
277703
277703
|
containAllSameEdges,
|
|
277704
277704
|
containAllSameNodes,
|
|
@@ -277734,7 +277734,7 @@ ${publicKeyStr}
|
|
|
277734
277734
|
}
|
|
277735
277735
|
return complementGraph;
|
|
277736
277736
|
};
|
|
277737
|
-
const index$
|
|
277737
|
+
const index$3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
277738
277738
|
__proto__: null,
|
|
277739
277739
|
getGraphComplement
|
|
277740
277740
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -277742,10 +277742,10 @@ ${publicKeyStr}
|
|
|
277742
277742
|
__proto__: null,
|
|
277743
277743
|
Graph: Graph$2,
|
|
277744
277744
|
GraphWithEvent,
|
|
277745
|
-
algorithm: index$
|
|
277746
|
-
comparision: index$
|
|
277747
|
-
essence: index$
|
|
277748
|
-
generate: index$
|
|
277745
|
+
algorithm: index$6,
|
|
277746
|
+
comparision: index$4,
|
|
277747
|
+
essence: index$5,
|
|
277748
|
+
generate: index$3
|
|
277749
277749
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
277750
277750
|
const require$$0$1 = /* @__PURE__ */ getAugmentedNamespace(es$1);
|
|
277751
277751
|
var __extends$r = commonjsGlobal && commonjsGlobal.__extends || function() {
|
|
@@ -336388,15 +336388,34 @@ ${indentData}`);
|
|
|
336388
336388
|
__publicField(this, "drawingManager", null);
|
|
336389
336389
|
__publicField(this, "featureHighlightManager", null);
|
|
336390
336390
|
__publicField(this, "popupManager", null);
|
|
336391
|
+
__publicField(this, "drawingEndListener", null);
|
|
336391
336392
|
// 状态管理
|
|
336392
336393
|
__publicField(this, "isCoordinatePicking", false);
|
|
336393
336394
|
__publicField(this, "coordinatePickCallback", null);
|
|
336394
336395
|
__publicField(this, "measurementType", null);
|
|
336395
336396
|
__publicField(this, "contextMenuCoordinate", [0, 0]);
|
|
336397
|
+
__publicField(this, "ignoreMapClickUntil", 0);
|
|
336396
336398
|
this.config = config;
|
|
336397
336399
|
this.eventBus = eventBus;
|
|
336398
336400
|
this.storage = storage2;
|
|
336399
336401
|
}
|
|
336402
|
+
markDrawingEndIgnoreWindow() {
|
|
336403
|
+
this.ignoreMapClickUntil = Date.now() + 300;
|
|
336404
|
+
}
|
|
336405
|
+
shouldIgnoreMapClick() {
|
|
336406
|
+
return Date.now() < this.ignoreMapClickUntil;
|
|
336407
|
+
}
|
|
336408
|
+
bindDrawingManagerEvents() {
|
|
336409
|
+
if (!this.drawingManager)
|
|
336410
|
+
return;
|
|
336411
|
+
if (this.drawingEndListener) {
|
|
336412
|
+
this.drawingManager.off("drawing-end", this.drawingEndListener);
|
|
336413
|
+
}
|
|
336414
|
+
this.drawingEndListener = () => {
|
|
336415
|
+
this.markDrawingEndIgnoreWindow();
|
|
336416
|
+
};
|
|
336417
|
+
this.drawingManager.on("drawing-end", this.drawingEndListener);
|
|
336418
|
+
}
|
|
336400
336419
|
/**
|
|
336401
336420
|
* 处理要素点击的popup显示
|
|
336402
336421
|
*/
|
|
@@ -336691,6 +336710,7 @@ ${indentData}`);
|
|
|
336691
336710
|
this.featureHighlightManager = new FeatureHighlightManager(this.map);
|
|
336692
336711
|
this.markerAdapter = new MarkerDrawingAdapter(this.map);
|
|
336693
336712
|
this.drawingManager = new DrawingManager({ map: this.map });
|
|
336713
|
+
this.bindDrawingManagerEvents();
|
|
336694
336714
|
this.measurementTool = new MeasurementTool(this.map, this.storage);
|
|
336695
336715
|
const initialCenter = this.config.center || [116.404, 39.915];
|
|
336696
336716
|
const initialZoom = this.config.zoom || 10;
|
|
@@ -336786,6 +336806,9 @@ ${indentData}`);
|
|
|
336786
336806
|
}
|
|
336787
336807
|
return;
|
|
336788
336808
|
}
|
|
336809
|
+
if (this.shouldIgnoreMapClick()) {
|
|
336810
|
+
return;
|
|
336811
|
+
}
|
|
336789
336812
|
const featuresAtPixel = [];
|
|
336790
336813
|
this.map.forEachFeatureAtPixel(pixel, (feature, layer2) => {
|
|
336791
336814
|
if (layer2 && feature) {
|
|
@@ -337276,6 +337299,9 @@ ${indentData}`);
|
|
|
337276
337299
|
const view = this.map.getView();
|
|
337277
337300
|
const projection2 = view.getProjection().getCode();
|
|
337278
337301
|
const lonLatCoordinate = projection2 === "EPSG:4326" || projection2 === "EPSG:4490" ? coordinate : toLonLat(coordinate);
|
|
337302
|
+
if (this.shouldIgnoreMapClick()) {
|
|
337303
|
+
return;
|
|
337304
|
+
}
|
|
337279
337305
|
const features2 = this.map.getFeaturesAtPixel(pixel);
|
|
337280
337306
|
if (features2 && features2.length > 0) {
|
|
337281
337307
|
features2.sort((a3, b10) => {
|
|
@@ -337556,6 +337582,9 @@ ${indentData}`);
|
|
|
337556
337582
|
* 销毁地图管理器
|
|
337557
337583
|
*/
|
|
337558
337584
|
destroy() {
|
|
337585
|
+
if (this.drawingManager && this.drawingEndListener) {
|
|
337586
|
+
this.drawingManager.off("drawing-end", this.drawingEndListener);
|
|
337587
|
+
}
|
|
337559
337588
|
if (this.map) {
|
|
337560
337589
|
this.map.setTarget(void 0);
|
|
337561
337590
|
}
|
|
@@ -337566,6 +337595,7 @@ ${indentData}`);
|
|
|
337566
337595
|
this.measurementTool = null;
|
|
337567
337596
|
this.mapOperationTool = null;
|
|
337568
337597
|
this.drawingManager = null;
|
|
337598
|
+
this.drawingEndListener = null;
|
|
337569
337599
|
this.eventCallbacks = {};
|
|
337570
337600
|
this.map = null;
|
|
337571
337601
|
}
|
|
@@ -339905,7 +339935,7 @@ ${indentData}`);
|
|
|
339905
339935
|
bottomOffset: {},
|
|
339906
339936
|
viewBookmarks: {}
|
|
339907
339937
|
},
|
|
339908
|
-
emits: ["drawing-complete"],
|
|
339938
|
+
emits: ["drawing-complete", "drawing-clear"],
|
|
339909
339939
|
setup(__props, { expose: __expose, emit: __emit }) {
|
|
339910
339940
|
const props = __props;
|
|
339911
339941
|
const emit = __emit;
|
|
@@ -340248,6 +340278,11 @@ ${indentData}`);
|
|
|
340248
340278
|
const clearAllDrawnContent = () => {
|
|
340249
340279
|
if (mapManager == null ? void 0 : mapManager.value) {
|
|
340250
340280
|
mapManager.value.clearAll();
|
|
340281
|
+
emit("drawing-clear", {
|
|
340282
|
+
source: "controls",
|
|
340283
|
+
cleared: true,
|
|
340284
|
+
timestamp: Date.now()
|
|
340285
|
+
});
|
|
340251
340286
|
}
|
|
340252
340287
|
};
|
|
340253
340288
|
const buildDrawingResult = (drawing) => {
|
|
@@ -340797,8 +340832,8 @@ ${indentData}`);
|
|
|
340797
340832
|
};
|
|
340798
340833
|
}
|
|
340799
340834
|
});
|
|
340800
|
-
const
|
|
340801
|
-
const OlControlPanel = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-
|
|
340835
|
+
const OlControlPanel_vue_vue_type_style_index_0_scoped_2ee216d4_lang = "";
|
|
340836
|
+
const OlControlPanel = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-2ee216d4"]]);
|
|
340802
340837
|
const _hoisted_1$u = {
|
|
340803
340838
|
key: 0,
|
|
340804
340839
|
class: "ol-legend-header"
|
|
@@ -363087,10 +363122,26 @@ ${indentData}`);
|
|
|
363087
363122
|
}
|
|
363088
363123
|
}
|
|
363089
363124
|
};
|
|
363125
|
+
const onLayerConfigUpdated = (event) => {
|
|
363126
|
+
const { layerId, config: nextConfig } = event || {};
|
|
363127
|
+
if (!layerId || !nextConfig)
|
|
363128
|
+
return;
|
|
363129
|
+
const index2 = layers.value.findIndex((layer2) => layer2.id === layerId);
|
|
363130
|
+
if (index2 > -1) {
|
|
363131
|
+
layers.value[index2] = {
|
|
363132
|
+
...layers.value[index2],
|
|
363133
|
+
...nextConfig
|
|
363134
|
+
};
|
|
363135
|
+
layers.value = [...layers.value];
|
|
363136
|
+
return;
|
|
363137
|
+
}
|
|
363138
|
+
initializeLayers();
|
|
363139
|
+
};
|
|
363090
363140
|
vue.onMounted(() => {
|
|
363091
363141
|
if (eventBus == null ? void 0 : eventBus.value) {
|
|
363092
363142
|
eventBus.value.on("layer-added", onLayerAdded);
|
|
363093
363143
|
eventBus.value.on("layer-removed", onLayerRemoved);
|
|
363144
|
+
eventBus.value.on("layer-config-updated", onLayerConfigUpdated);
|
|
363094
363145
|
}
|
|
363095
363146
|
if (layerEventBus) {
|
|
363096
363147
|
layerEventBus.on("layer-visibility-changed", (event) => {
|
|
@@ -363123,6 +363174,7 @@ ${indentData}`);
|
|
|
363123
363174
|
if (eventBus == null ? void 0 : eventBus.value) {
|
|
363124
363175
|
eventBus.value.off("layer-added", onLayerAdded);
|
|
363125
363176
|
eventBus.value.off("layer-removed", onLayerRemoved);
|
|
363177
|
+
eventBus.value.off("layer-config-updated", onLayerConfigUpdated);
|
|
363126
363178
|
}
|
|
363127
363179
|
if (layerEventBus) {
|
|
363128
363180
|
layerEventBus.off("layer-visibility-changed");
|
|
@@ -363155,6 +363207,16 @@ ${indentData}`);
|
|
|
363155
363207
|
};
|
|
363156
363208
|
const layerGroups = vue.computed(() => {
|
|
363157
363209
|
var _a2, _b2, _c2, _d, _e2, _f;
|
|
363210
|
+
const getRuntimePanelGroup = (layer2) => {
|
|
363211
|
+
const panelConfig = layer2.panel;
|
|
363212
|
+
if (!(panelConfig == null ? void 0 : panelConfig.enabled))
|
|
363213
|
+
return null;
|
|
363214
|
+
const groupId = panelConfig.group;
|
|
363215
|
+
if (groupId === "baseLayers" || groupId === "overlayLayers" || groupId === "vectorLayers") {
|
|
363216
|
+
return groupId;
|
|
363217
|
+
}
|
|
363218
|
+
return null;
|
|
363219
|
+
};
|
|
363158
363220
|
const ensureFilterProperty = (layers2) => {
|
|
363159
363221
|
return layers2.map((layer2) => {
|
|
363160
363222
|
if (!layer2.customCss) {
|
|
@@ -363187,14 +363249,34 @@ ${indentData}`);
|
|
|
363187
363249
|
};
|
|
363188
363250
|
if (layers.value.length > 0) {
|
|
363189
363251
|
const groups2 = [];
|
|
363190
|
-
const
|
|
363191
|
-
|
|
363252
|
+
const runtimeGroupIds = {
|
|
363253
|
+
baseLayers: /* @__PURE__ */ new Set(),
|
|
363254
|
+
overlayLayers: /* @__PURE__ */ new Set(),
|
|
363255
|
+
vectorLayers: /* @__PURE__ */ new Set()
|
|
363256
|
+
};
|
|
363257
|
+
layers.value.forEach((layer2) => {
|
|
363258
|
+
const runtimeGroup = getRuntimePanelGroup(layer2);
|
|
363259
|
+
if (runtimeGroup) {
|
|
363260
|
+
runtimeGroupIds[runtimeGroup].add(layer2.id);
|
|
363261
|
+
}
|
|
363262
|
+
});
|
|
363263
|
+
const baseLayerIds = /* @__PURE__ */ new Set(
|
|
363264
|
+
[
|
|
363265
|
+
...(((_a2 = config == null ? void 0 : config.value) == null ? void 0 : _a2.baseLayers) || []).map((layer2) => layer2.id),
|
|
363266
|
+
...runtimeGroupIds.baseLayers
|
|
363267
|
+
]
|
|
363192
363268
|
);
|
|
363193
|
-
const overlayLayerIds = new Set(
|
|
363194
|
-
|
|
363269
|
+
const overlayLayerIds = /* @__PURE__ */ new Set(
|
|
363270
|
+
[
|
|
363271
|
+
...(((_b2 = config == null ? void 0 : config.value) == null ? void 0 : _b2.overlayLayers) || []).map((layer2) => layer2.id),
|
|
363272
|
+
...runtimeGroupIds.overlayLayers
|
|
363273
|
+
]
|
|
363195
363274
|
);
|
|
363196
|
-
const vectorLayerIds = new Set(
|
|
363197
|
-
|
|
363275
|
+
const vectorLayerIds = /* @__PURE__ */ new Set(
|
|
363276
|
+
[
|
|
363277
|
+
...(((_c2 = config == null ? void 0 : config.value) == null ? void 0 : _c2.vectorLayers) || []).map((layer2) => layer2.id),
|
|
363278
|
+
...runtimeGroupIds.vectorLayers
|
|
363279
|
+
]
|
|
363198
363280
|
);
|
|
363199
363281
|
const baseLayersList = ensureFilterProperty(
|
|
363200
363282
|
layers.value.filter((layer2) => baseLayerIds.has(layer2.id))
|
|
@@ -363268,9 +363350,10 @@ ${indentData}`);
|
|
|
363268
363350
|
return [];
|
|
363269
363351
|
const buckets = /* @__PURE__ */ new Map();
|
|
363270
363352
|
const getClassification = (layer2) => {
|
|
363353
|
+
var _a2;
|
|
363271
363354
|
const anyLayer = layer2;
|
|
363272
363355
|
const meta = anyLayer.metadata || {};
|
|
363273
|
-
return anyLayer.classificationName ?? meta.classificationName ?? anyLayer.sslx ?? "未分类";
|
|
363356
|
+
return anyLayer.classificationName ?? ((_a2 = anyLayer.panel) == null ? void 0 : _a2.classificationName) ?? meta.classificationName ?? anyLayer.sslx ?? "未分类";
|
|
363274
363357
|
};
|
|
363275
363358
|
const getZ = (id2) => {
|
|
363276
363359
|
var _a2;
|
|
@@ -366035,7 +366118,7 @@ ${indentData}`);
|
|
|
366035
366118
|
popupConfig: {},
|
|
366036
366119
|
enableGeolocation: { type: Boolean, default: true }
|
|
366037
366120
|
},
|
|
366038
|
-
emits: ["map-ready", "map-click", "map-dblclick", "map-contextmenu", "map-move", "zoom-change", "feature-click", "tooltip-show", "tooltip-hide", "layer-change", "measurement-change", "measurement-start", "measurement-end", "measurement-result", "context-menu", "bookmark-action", "marker-action", "tool-action", "drawing-complete", "search", "search-select", "search-clear", "popup-show", "popup-hide", "popup-close"],
|
|
366121
|
+
emits: ["map-ready", "map-click", "map-dblclick", "map-contextmenu", "map-move", "zoom-change", "feature-click", "tooltip-show", "tooltip-hide", "layer-change", "measurement-change", "measurement-start", "measurement-end", "measurement-result", "context-menu", "bookmark-action", "marker-action", "tool-action", "drawing-complete", "drawing-clear", "search", "search-select", "search-clear", "popup-show", "popup-hide", "popup-close"],
|
|
366039
366122
|
setup(__props, { expose: __expose, emit: __emit }) {
|
|
366040
366123
|
const currentLegends = vue.ref([]);
|
|
366041
366124
|
const currentLayers = vue.ref([]);
|
|
@@ -366900,6 +366983,9 @@ ${indentData}`);
|
|
|
366900
366983
|
const onDrawingComplete = (result) => {
|
|
366901
366984
|
emit("drawing-complete", result);
|
|
366902
366985
|
};
|
|
366986
|
+
const onDrawingClear = (event) => {
|
|
366987
|
+
emit("drawing-clear", event);
|
|
366988
|
+
};
|
|
366903
366989
|
const onPrintAction = (data2) => {
|
|
366904
366990
|
console.log("打印操作:", data2);
|
|
366905
366991
|
switch (data2.action) {
|
|
@@ -367587,7 +367673,8 @@ ${indentData}`);
|
|
|
367587
367673
|
"top-offset": finalControlsConfig.value.topOffset,
|
|
367588
367674
|
"bottom-offset": finalControlsConfig.value.bottomOffset,
|
|
367589
367675
|
"view-bookmarks": props.viewBookmarks,
|
|
367590
|
-
onDrawingComplete
|
|
367676
|
+
onDrawingComplete,
|
|
367677
|
+
onDrawingClear
|
|
367591
367678
|
}, {
|
|
367592
367679
|
custom: vue.withCtx(({ controls }) => [
|
|
367593
367680
|
vue.renderSlot(_ctx.$slots, "controls", {
|
|
@@ -367724,8 +367811,8 @@ ${indentData}`);
|
|
|
367724
367811
|
};
|
|
367725
367812
|
}
|
|
367726
367813
|
});
|
|
367727
|
-
const
|
|
367728
|
-
const OlMap = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-
|
|
367814
|
+
const OlMap_vue_vue_type_style_index_0_scoped_88e42f18_lang = "";
|
|
367815
|
+
const OlMap = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-88e42f18"]]);
|
|
367729
367816
|
const ol = "";
|
|
367730
367817
|
const Property$1 = {
|
|
367731
367818
|
ACCURACY: "accuracy",
|
|
@@ -370493,23 +370580,10 @@ ${indentData}`);
|
|
|
370493
370580
|
app.component("CustomDialog", _sfc_main$d);
|
|
370494
370581
|
app.component("SvgIcon", _sfc_main$c);
|
|
370495
370582
|
};
|
|
370496
|
-
const
|
|
370497
|
-
install
|
|
370498
|
-
|
|
370499
|
-
|
|
370500
|
-
MobileNavBar: _sfc_main$i,
|
|
370501
|
-
MobileLayerPanel,
|
|
370502
|
-
MobileBasemapSwitcher,
|
|
370503
|
-
MobileMeasureTool,
|
|
370504
|
-
MobileDrawTool,
|
|
370505
|
-
MobileFeatureInfo,
|
|
370506
|
-
MobileSearch,
|
|
370507
|
-
MobileLegend,
|
|
370508
|
-
CustomOpenlayer: OlMap,
|
|
370509
|
-
CustomDialog: _sfc_main$d,
|
|
370510
|
-
SvgIcon: _sfc_main$c
|
|
370511
|
-
};
|
|
370512
|
-
const version$1 = "1.0.0";
|
|
370583
|
+
const VueOpenLayersPlugin = {
|
|
370584
|
+
install
|
|
370585
|
+
};
|
|
370586
|
+
const version$1 = "1.2.3";
|
|
370513
370587
|
function commonjsRequire(path2) {
|
|
370514
370588
|
throw new Error('Could not dynamically require "' + path2 + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
|
|
370515
370589
|
}
|
|
@@ -387466,7 +387540,7 @@ ${indentData}`);
|
|
|
387466
387540
|
exports2.createBasemapManager = createBasemapManager;
|
|
387467
387541
|
exports2.createDrawing = createDrawing;
|
|
387468
387542
|
exports2.createDrawingFromJSON = createDrawingFromJSON;
|
|
387469
|
-
exports2.default =
|
|
387543
|
+
exports2.default = VueOpenLayersPlugin;
|
|
387470
387544
|
exports2.formatMeasurementResult = formatMeasurementResult;
|
|
387471
387545
|
exports2.getAssetUrl = getAssetUrl;
|
|
387472
387546
|
exports2.getDrawingPreset = getDrawingPreset;
|
package/lib/style.css
CHANGED
|
@@ -888,7 +888,7 @@ to {
|
|
|
888
888
|
.position-bottom-right {
|
|
889
889
|
bottom: 5px;
|
|
890
890
|
}
|
|
891
|
-
}.control-bar[data-v-
|
|
891
|
+
}.control-bar[data-v-2ee216d4] {
|
|
892
892
|
display: flex;
|
|
893
893
|
align-items: center;
|
|
894
894
|
gap: 0;
|
|
@@ -901,77 +901,77 @@ to {
|
|
|
901
901
|
border: 1px solid var(--el-border-color-light);
|
|
902
902
|
transition: all 0.3s ease;
|
|
903
903
|
}
|
|
904
|
-
.control-bar[data-v-
|
|
904
|
+
.control-bar[data-v-2ee216d4]:hover {
|
|
905
905
|
box-shadow: var(--el-box-shadow);
|
|
906
906
|
border-color: var(--el-border-color-hover);
|
|
907
907
|
}
|
|
908
|
-
.control-bar.flex-col[data-v-
|
|
908
|
+
.control-bar.flex-col[data-v-2ee216d4] {
|
|
909
909
|
flex-direction: column;
|
|
910
910
|
width: fit-content;
|
|
911
911
|
}
|
|
912
|
-
.control-bar.flex-row[data-v-
|
|
912
|
+
.control-bar.flex-row[data-v-2ee216d4] {
|
|
913
913
|
flex-direction: row;
|
|
914
914
|
height: fit-content;
|
|
915
915
|
}
|
|
916
|
-
.control-section[data-v-
|
|
916
|
+
.control-section[data-v-2ee216d4] {
|
|
917
917
|
display: flex;
|
|
918
918
|
align-items: center;
|
|
919
919
|
justify-content: center;
|
|
920
920
|
gap: 4px;
|
|
921
921
|
/* Inherit direction from parent implicitly via flex layout */
|
|
922
922
|
}
|
|
923
|
-
.flex-col .control-section[data-v-
|
|
923
|
+
.flex-col .control-section[data-v-2ee216d4] {
|
|
924
924
|
flex-direction: column;
|
|
925
925
|
width: 100%;
|
|
926
926
|
}
|
|
927
|
-
.flex-row .control-section[data-v-
|
|
927
|
+
.flex-row .control-section[data-v-2ee216d4] {
|
|
928
928
|
flex-direction: row;
|
|
929
929
|
height: 100%;
|
|
930
930
|
}
|
|
931
|
-
.control-divider[data-v-
|
|
931
|
+
.control-divider[data-v-2ee216d4] {
|
|
932
932
|
background-color: var(--el-border-color-light);
|
|
933
933
|
}
|
|
934
|
-
.flex-col .control-divider[data-v-
|
|
934
|
+
.flex-col .control-divider[data-v-2ee216d4] {
|
|
935
935
|
width: 80%;
|
|
936
936
|
height: 1px;
|
|
937
937
|
margin: 4px 0;
|
|
938
938
|
}
|
|
939
|
-
.flex-row .control-divider[data-v-
|
|
939
|
+
.flex-row .control-divider[data-v-2ee216d4] {
|
|
940
940
|
width: 1px;
|
|
941
941
|
height: 16px; /* Explicit height for horizontal mode */
|
|
942
942
|
margin: 0 4px;
|
|
943
943
|
}
|
|
944
944
|
|
|
945
945
|
/* ensure buttons themselves are interactive */
|
|
946
|
-
.control-btn[data-v-
|
|
946
|
+
.control-btn[data-v-2ee216d4] {
|
|
947
947
|
pointer-events: auto;
|
|
948
948
|
margin: 0 !important; /* Ensure no margin interferes */
|
|
949
949
|
transition: transform 0.1s;
|
|
950
950
|
}
|
|
951
|
-
.control-btn[data-v-
|
|
951
|
+
.control-btn[data-v-2ee216d4]:active {
|
|
952
952
|
transform: scale(0.95);
|
|
953
953
|
}
|
|
954
954
|
|
|
955
955
|
/* reset Element Plus button default adjacent margin and use our gap instead */
|
|
956
|
-
[data-v-
|
|
956
|
+
[data-v-2ee216d4] .el-button + .el-button {
|
|
957
957
|
margin-left: 0 !important;
|
|
958
958
|
}
|
|
959
959
|
|
|
960
960
|
/* make sure all EP interactive widgets are clickable */
|
|
961
|
-
[data-v-
|
|
961
|
+
[data-v-2ee216d4] .el-button,[data-v-2ee216d4] .el-slider,[data-v-2ee216d4] .el-icon {
|
|
962
962
|
pointer-events: auto;
|
|
963
963
|
}
|
|
964
|
-
.drawing-menu-panel-content[data-v-
|
|
964
|
+
.drawing-menu-panel-content[data-v-2ee216d4] {
|
|
965
965
|
display: flex;
|
|
966
966
|
flex-direction: column;
|
|
967
967
|
}
|
|
968
|
-
.drawing-menu-title[data-v-
|
|
968
|
+
.drawing-menu-title[data-v-2ee216d4] {
|
|
969
969
|
margin-bottom: 8px;
|
|
970
970
|
font-size: 12px;
|
|
971
971
|
font-weight: 600;
|
|
972
972
|
color: var(--el-text-color-primary);
|
|
973
973
|
}
|
|
974
|
-
.drawing-tool-list[data-v-
|
|
974
|
+
.drawing-tool-list[data-v-2ee216d4] {
|
|
975
975
|
display: grid;
|
|
976
976
|
grid-template-columns: repeat(4, 1fr);
|
|
977
977
|
gap: 8px;
|
|
@@ -979,7 +979,7 @@ to {
|
|
|
979
979
|
overflow-y: auto;
|
|
980
980
|
padding: 4px;
|
|
981
981
|
}
|
|
982
|
-
.drawing-tool-btn[data-v-
|
|
982
|
+
.drawing-tool-btn[data-v-2ee216d4] {
|
|
983
983
|
width: 32px;
|
|
984
984
|
height: 32px;
|
|
985
985
|
margin: 0 !important;
|
|
@@ -988,17 +988,17 @@ to {
|
|
|
988
988
|
align-items: center;
|
|
989
989
|
font-size: 16px; /* Icon size */
|
|
990
990
|
}
|
|
991
|
-
.drawing-menu-divider[data-v-
|
|
991
|
+
.drawing-menu-divider[data-v-2ee216d4] {
|
|
992
992
|
height: 1px;
|
|
993
993
|
margin: 8px 0;
|
|
994
994
|
background: var(--el-border-color-light);
|
|
995
995
|
}
|
|
996
|
-
.drawing-toggle-row[data-v-
|
|
996
|
+
.drawing-toggle-row[data-v-2ee216d4] {
|
|
997
997
|
display: flex;
|
|
998
998
|
align-items: center;
|
|
999
999
|
justify-content: space-between;
|
|
1000
1000
|
}
|
|
1001
|
-
.drawing-stop-btn[data-v-
|
|
1001
|
+
.drawing-stop-btn[data-v-2ee216d4] {
|
|
1002
1002
|
justify-content: flex-start;
|
|
1003
1003
|
width: 100%;
|
|
1004
1004
|
margin-top: 6px !important;
|
|
@@ -1725,7 +1725,7 @@ label {
|
|
|
1725
1725
|
width: 100% !important;
|
|
1726
1726
|
height: 100% !important;
|
|
1727
1727
|
}
|
|
1728
|
-
.context-menu[data-v-
|
|
1728
|
+
.context-menu[data-v-88e42f18] {
|
|
1729
1729
|
background: var(--el-bg-color-overlay);
|
|
1730
1730
|
border: 1px solid var(--el-border-color-light);
|
|
1731
1731
|
border-radius: var(--el-border-radius-base);
|
|
@@ -1734,7 +1734,7 @@ label {
|
|
|
1734
1734
|
min-width: 140px;
|
|
1735
1735
|
overflow: hidden;
|
|
1736
1736
|
}
|
|
1737
|
-
.context-menu .context-menu-item[data-v-
|
|
1737
|
+
.context-menu .context-menu-item[data-v-88e42f18] {
|
|
1738
1738
|
display: flex;
|
|
1739
1739
|
align-items: center;
|
|
1740
1740
|
padding: 8px 16px;
|
|
@@ -1743,14 +1743,14 @@ label {
|
|
|
1743
1743
|
color: var(--el-text-color-primary);
|
|
1744
1744
|
transition: all 0.2s;
|
|
1745
1745
|
}
|
|
1746
|
-
.context-menu .context-menu-item[data-v-
|
|
1746
|
+
.context-menu .context-menu-item[data-v-88e42f18]:hover {
|
|
1747
1747
|
background-color: var(--el-fill-color-light);
|
|
1748
1748
|
color: var(--el-color-primary);
|
|
1749
1749
|
}
|
|
1750
|
-
.context-menu .context-menu-item:hover .el-icon[data-v-
|
|
1750
|
+
.context-menu .context-menu-item:hover .el-icon[data-v-88e42f18] {
|
|
1751
1751
|
color: var(--el-color-primary);
|
|
1752
1752
|
}
|
|
1753
|
-
.context-menu .context-menu-item .el-icon[data-v-
|
|
1753
|
+
.context-menu .context-menu-item .el-icon[data-v-88e42f18] {
|
|
1754
1754
|
margin-right: 8px;
|
|
1755
1755
|
font-size: 16px;
|
|
1756
1756
|
color: var(--el-text-color-secondary);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vue-openlayers-plugin",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.3",
|
|
4
4
|
"description": "A Vue 3 plugin for OpenLayers with custom components and utilities",
|
|
5
5
|
"main": "lib/index.umd.js",
|
|
6
6
|
"module": "lib/index.esm.js",
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
"build": "vue-tsc --noEmit && vite build --mode lib",
|
|
28
28
|
"build:lib": "vite build --mode lib",
|
|
29
29
|
"build:package": "vite build --config vite.config.package.ts && copy component.json dist-package\\component.json",
|
|
30
|
+
"prepack": "node scripts/prepare-publish.js",
|
|
30
31
|
"preview": "vite preview",
|
|
31
32
|
"type-check": "npm run build:lib",
|
|
32
33
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
@@ -87,14 +88,6 @@
|
|
|
87
88
|
"vue": "^3.3.4",
|
|
88
89
|
"vue-tsc": "^1.8.5"
|
|
89
90
|
},
|
|
90
|
-
"repository": {
|
|
91
|
-
"type": "git",
|
|
92
|
-
"url": "https://github.com/YOUR_USERNAME/vue-openlayers-plugin.git"
|
|
93
|
-
},
|
|
94
|
-
"bugs": {
|
|
95
|
-
"url": "https://github.com/YOUR_USERNAME/vue-openlayers-plugin/issues"
|
|
96
|
-
},
|
|
97
|
-
"homepage": "https://github.com/YOUR_USERNAME/vue-openlayers-plugin#readme",
|
|
98
91
|
"publishConfig": {
|
|
99
92
|
"access": "public",
|
|
100
93
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Ref } from 'vue';
|
|
2
2
|
import { Map } from 'ol';
|
|
3
|
-
import { MapControlsConfig, MapControlDrawingResult, ViewBookmark } from '../types';
|
|
3
|
+
import { MapControlsConfig, MapControlDrawingClearEvent, MapControlDrawingResult, ViewBookmark } from '../types';
|
|
4
4
|
|
|
5
5
|
interface Props {
|
|
6
6
|
config: MapControlsConfig;
|
|
@@ -38,11 +38,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
38
38
|
isMinZoom: import('vue').ComputedRef<boolean>;
|
|
39
39
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
40
40
|
"drawing-complete": (result: MapControlDrawingResult) => void;
|
|
41
|
+
"drawing-clear": (event: MapControlDrawingClearEvent) => void;
|
|
41
42
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
42
43
|
position: string;
|
|
43
44
|
direction: string;
|
|
44
45
|
}>>> & Readonly<{
|
|
45
46
|
"onDrawing-complete"?: (result: MapControlDrawingResult) => any;
|
|
47
|
+
"onDrawing-clear"?: (event: MapControlDrawingClearEvent) => any;
|
|
46
48
|
}>, {
|
|
47
49
|
position: "bottom-left" | "bottom-right" | "top-left" | "top-right";
|
|
48
50
|
direction: "horizontal" | "vertical";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OlControlPanel.vue.d.ts","sourceRoot":"","sources":["../../src/components/OlControlPanel.vue"],"names":[],"mappings":"AAmUA;AAsBA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC/B,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,IAAI,CAAC;AAkB9B,OAAO,KAAK,EACV,iBAAiB,EAEjB,uBAAuB,EAEvB,YAAY,EACb,MAAM,UAAU,CAAC;AAKlB,UAAU,KAAK;IACb,MAAM,EAAE,iBAAiB,CAAC;IAC1B,QAAQ,CAAC,EAAE,UAAU,GAAG,WAAW,GAAG,aAAa,GAAG,cAAc,CAAC;IACrE,SAAS,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;IACtC,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC7B,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC9B,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC5B,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC/B,aAAa,CAAC,EAAE,YAAY,EAAE,CAAC;CAChC
|
|
1
|
+
{"version":3,"file":"OlControlPanel.vue.d.ts","sourceRoot":"","sources":["../../src/components/OlControlPanel.vue"],"names":[],"mappings":"AAmUA;AAsBA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC/B,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,IAAI,CAAC;AAkB9B,OAAO,KAAK,EACV,iBAAiB,EAEjB,2BAA2B,EAC3B,uBAAuB,EAEvB,YAAY,EACb,MAAM,UAAU,CAAC;AAKlB,UAAU,KAAK;IACb,MAAM,EAAE,iBAAiB,CAAC;IAC1B,QAAQ,CAAC,EAAE,UAAU,GAAG,WAAW,GAAG,aAAa,GAAG,cAAc,CAAC;IACrE,SAAS,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;IACtC,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC7B,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC9B,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC5B,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC/B,aAAa,CAAC,EAAE,YAAY,EAAE,CAAC;CAChC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAo2DD,wBAQG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -64,6 +64,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
64
64
|
};
|
|
65
65
|
metadata?: Record<string, any>;
|
|
66
66
|
group?: string;
|
|
67
|
+
panel?: {
|
|
68
|
+
enabled?: boolean;
|
|
69
|
+
group?: "baseLayers" | "overlayLayers" | "vectorLayers";
|
|
70
|
+
classificationName?: string;
|
|
71
|
+
};
|
|
72
|
+
classificationName?: string;
|
|
67
73
|
children?: any[];
|
|
68
74
|
layers?: any[];
|
|
69
75
|
transparent?: boolean;
|
|
@@ -993,6 +999,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
993
999
|
};
|
|
994
1000
|
metadata?: Record<string, any>;
|
|
995
1001
|
group?: string;
|
|
1002
|
+
panel?: {
|
|
1003
|
+
enabled?: boolean;
|
|
1004
|
+
group?: "baseLayers" | "overlayLayers" | "vectorLayers";
|
|
1005
|
+
classificationName?: string;
|
|
1006
|
+
};
|
|
1007
|
+
classificationName?: string;
|
|
996
1008
|
children?: any[];
|
|
997
1009
|
layers?: any[];
|
|
998
1010
|
transparent?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LayerPanel.vue.d.ts","sourceRoot":"","sources":["../../../src/components/OlDialogs/LayerPanel.vue"],"names":[],"mappings":"AA6RA;AAcA,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AAGnE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE/C,OAAO,mCAAmC,CAAC
|
|
1
|
+
{"version":3,"file":"LayerPanel.vue.d.ts","sourceRoot":"","sources":["../../../src/components/OlDialogs/LayerPanel.vue"],"names":[],"mappings":"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"}
|