v-openlayers 2.10.2 → 2.10.4
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/package/v-map/components-v3/Draggable/index.vue.d.ts +50 -0
- package/package/v-map/components-v3/Popup/Popup.vue.d.ts +10 -0
- package/package/v-map/components-v3/SvgIcon/SvgIconInner.vue.d.ts +40 -0
- package/package/v-map/components-v3/SvgIcon/svgs.d.ts +2 -0
- package/package/v-map/components-v3/Table/index.vue.d.ts +18 -0
- package/package/v-map/components-v3/Upload/index.vue.d.ts +29 -0
- package/package/v-map/components-v3/Upload/js/wkid.d.ts +5 -0
- package/package/v-map/global.d.ts +1 -1
- package/package/v-map/ol/init.d.ts +7 -0
- package/package/v-map/ol/lib/business/OlHandler.d.ts +4 -3
- package/package/v-map/ol/lib/config/default.config.d.ts +40 -0
- package/package/v-map/ol/lib/core/VMap.d.ts +22 -23
- package/package/v-map/ol/lib/core/plugins/DrawHandler.d.ts +2 -3
- package/package/v-map/ol/lib/core/plugins/FeatureHandler.d.ts +2 -3
- package/package/v-map/ol/lib/core/plugins/GeojsonHandler.d.ts +3 -3
- package/package/v-map/ol/lib/core/plugins/GeometryHandler.d.ts +3 -3
- package/package/v-map/ol/lib/core/plugins/InteractionHandler.d.ts +5 -5
- package/package/v-map/ol/lib/core/plugins/LayerHandler.d.ts +23 -17
- package/package/v-map/ol/lib/core/plugins/MeasureHandler.d.ts +1 -1
- package/package/v-map/ol/lib/core/plugins/ProjectionHandler.d.ts +3 -0
- package/package/v-map/ol/lib/core/plugins/StyleHandler.d.ts +1 -1
- package/package/v-map/ol/lib/core/plugins/TransformHandler.d.ts +1 -1
- package/package/v-map/ol/lib/core/plugins/WMTSExplorer.d.ts +6 -6
- package/package/v-map/ol/lib/core/plugins/WfsHandler.d.ts +1 -1
- package/package/v-map/ol/lib/core/plugins/WktHandler.d.ts +3 -3
- package/package/v-map/ol/lib/core/plugins/WmsHandler.d.ts +3 -3
- package/package/v-map/ol/lib/core/plugins/baidu/BaiduMap.d.ts +2 -2
- package/package/v-map/ol/v3/assets/js/data.d.ts +18 -0
- package/package/v-map/ol/v3/components/OlMap.vue.d.ts +131 -0
- package/package/v-map/ol/v3/components/eagle/index.vue.d.ts +96 -0
- package/package/v-map/ol/v3/components/index.d.ts +26 -0
- package/package/v-map/ol/v3/components/layer/arcgis/index.vue.d.ts +7 -0
- package/package/v-map/ol/v3/components/layer/display/Display.vue.d.ts +27 -0
- package/package/v-map/ol/v3/components/layer/layer/index.vue.d.ts +205 -0
- package/package/v-map/ol/v3/components/layer/overlay/index.vue.d.ts +78 -0
- package/package/v-map/ol/v3/components/layer/popup/identify/index.vue.d.ts +27 -0
- package/package/v-map/ol/v3/components/layer/popup/index.vue.d.ts +97 -0
- package/package/v-map/ol/v3/components/layer/popup/usePopup.d.ts +40 -0
- package/package/v-map/ol/v3/components/layer/supermap/index.vue.d.ts +7 -0
- package/package/v-map/ol/v3/components/layer/tdt/index.vue.d.ts +7 -0
- package/package/v-map/ol/v3/components/layer/tile/index.vue.d.ts +9 -0
- package/package/v-map/ol/v3/components/layer/useLayer.d.ts +72 -0
- package/package/v-map/ol/v3/components/layer/vector/index.vue.d.ts +182 -0
- package/package/v-map/ol/v3/components/layer/vectorTile/index.vue.d.ts +7 -0
- package/package/v-map/ol/v3/components/layer/web/baidu.vue.d.ts +2 -0
- package/package/v-map/ol/v3/components/layer/web/gaode.vue.d.ts +2 -0
- package/package/v-map/ol/v3/components/layer/wms/index.vue.d.ts +7 -0
- package/package/v-map/ol/v3/components/popup/index.vue.d.ts +30 -0
- package/package/v-map/ol/v3/components/toolbar/bar/index.vue.d.ts +41 -0
- package/package/v-map/ol/v3/components/toolbar/baseBar.d.ts +20 -0
- package/package/v-map/ol/v3/components/toolbar/baseLayer/index.vue.d.ts +10 -0
- package/package/v-map/ol/v3/components/toolbar/drawer/index.vue.d.ts +18 -0
- package/package/v-map/ol/v3/components/toolbar/layerManager/index.vue.d.ts +27 -0
- package/package/v-map/ol/v3/components/toolbar/mapBar.d.ts +6 -0
- package/package/v-map/ol/v3/components/widgets/MapStatus.vue.d.ts +32 -0
- package/package/v-map/public/use/theme.d.ts +1 -0
- package/package/v-map/public/use/useEvent.d.ts +1 -0
- package/package/v-map/public/use/usePosition.d.ts +21 -0
- package/package/v-map/public/utils/advanced/canvas2image.d.ts +30 -0
- package/package/v-map/public/utils/advanced/export-excel.d.ts +30 -0
- package/package/v-map/public/utils/advanced/layout.d.ts +10 -0
- package/package/v-map/public/utils/base/prototype.d.ts +0 -0
- package/package/v-map/public/utils/date-formatter.d.ts +56 -0
- package/package/v-map/public/utils/extend.d.ts +1 -0
- package/package/v-map/public/utils/map/arcgis.d.ts +1 -0
- package/package/v-map/public/utils/map/cesium.d.ts +13 -0
- package/package/v-map/public/utils/map/index.d.ts +12 -0
- package/package/v-map/public/utils/map/kriging.d.ts +2 -0
- package/package/v-map/public/utils/map/ogc.d.ts +12 -0
- package/package/v-map/public/utils/map/tif.d.ts +12 -0
- package/package/v-map/public/utils/mix.d.ts +3 -0
- package/package/v-map/public/utils/open-window.d.ts +8 -0
- package/package/v-map/public/utils/scroll-to.d.ts +6 -0
- package/package/v-map/public/utils/web-layout-controller.d.ts +11 -0
- package/package/v-map/shims.d.ts +29 -0
- package/package/v-openlayers.css +1 -1
- package/package/v-openlayers.d.ts +23 -22
- package/package/v-openlayers.mjs +195 -260
- package/package.json +1 -1
package/package/v-openlayers.mjs
CHANGED
|
@@ -69,7 +69,7 @@ import { always } from "ol/events/condition";
|
|
|
69
69
|
import { getLength, getDistance, getArea } from "ol/sphere";
|
|
70
70
|
import { defaults as defaults$1 } from "ol/interaction/defaults";
|
|
71
71
|
import * as olProj from "ol/proj";
|
|
72
|
-
import { get as get$1, transform as transform$1, fromLonLat,
|
|
72
|
+
import { get as get$1, transformExtent, transform as transform$1, fromLonLat, toLonLat } from "ol/proj";
|
|
73
73
|
import { register } from "ol/proj/proj4";
|
|
74
74
|
import { getWidth, getTopLeft, boundingExtent, createEmpty, extend as extend$1 } from "ol/extent";
|
|
75
75
|
import { Polygon, Point as Point$1, LineString } from "ol/geom";
|
|
@@ -10199,9 +10199,9 @@ const proj4 = Object.assign(proj4$1, {
|
|
|
10199
10199
|
});
|
|
10200
10200
|
includedProjections(proj4);
|
|
10201
10201
|
/* @preserve
|
|
10202
|
-
* @terraformer/wkt - v2.2.
|
|
10203
|
-
* Copyright (c) 2012-
|
|
10204
|
-
*
|
|
10202
|
+
* @terraformer/wkt - v2.2.2 - MIT
|
|
10203
|
+
* Copyright (c) 2012-2026 Environmental Systems Research Institute, Inc.
|
|
10204
|
+
* Mon Jun 29 2026 15:12:11 GMT-0700 (Pacific Daylight Time)
|
|
10205
10205
|
*/
|
|
10206
10206
|
var o = function o2(k, v, _o, l) {
|
|
10207
10207
|
for (_o = _o || {}, l = k.length; l--; _o[k[l]] = v) ;
|
|
@@ -12505,6 +12505,7 @@ class LayerHandler {
|
|
|
12505
12505
|
* 根据投影坐标系创建WMTS图层
|
|
12506
12506
|
* @param {string} prj - 投影坐标系
|
|
12507
12507
|
* @param {Object} options.url - WMTS服务URL
|
|
12508
|
+
* @param {Object} options.extent - WMTS服务范围 经纬度
|
|
12508
12509
|
* @param {Object} options.params - WMTS参数对象
|
|
12509
12510
|
* @param {Object} options.params.layer - WMTS图层ID
|
|
12510
12511
|
* @param {Object} options.params.matrixSet - WMTS矩阵集ID
|
|
@@ -12527,6 +12528,7 @@ class LayerHandler {
|
|
|
12527
12528
|
if (!params2.hasOwnProperty("matrixSet")) {
|
|
12528
12529
|
params2["matrixSet"] = params2.tilematrixset;
|
|
12529
12530
|
}
|
|
12531
|
+
const extent = options.extent ? prj === "EPSG:3857" ? this.convertExtentTo3857(options.extent) : options.extent : void 0;
|
|
12530
12532
|
return new TileLayer({
|
|
12531
12533
|
source: new WMTS(__spreadProps(__spreadValues({
|
|
12532
12534
|
url: this.getWmtsUrl({ url, customParams }),
|
|
@@ -12539,12 +12541,30 @@ class LayerHandler {
|
|
|
12539
12541
|
origin: options.origin || getTopLeft(projectionExtent2),
|
|
12540
12542
|
resolutions: options.resolutions || resolutions2,
|
|
12541
12543
|
matrixIds: matrixIdsWMTS,
|
|
12542
|
-
extent: this.getWmtsExtent(
|
|
12544
|
+
extent: this.getWmtsExtent(extent)
|
|
12543
12545
|
// projectionExtent,
|
|
12544
12546
|
})
|
|
12545
12547
|
}))
|
|
12546
12548
|
});
|
|
12547
12549
|
}
|
|
12550
|
+
convertExtentTo3857(extentObj, sourceCrs) {
|
|
12551
|
+
const srcCrs = sourceCrs || extentObj.crs;
|
|
12552
|
+
const destCrs = "EPSG:3857";
|
|
12553
|
+
const srcExtent = [
|
|
12554
|
+
extentObj.minx,
|
|
12555
|
+
extentObj.miny,
|
|
12556
|
+
extentObj.maxx,
|
|
12557
|
+
extentObj.maxy
|
|
12558
|
+
];
|
|
12559
|
+
const transformed = transformExtent(srcExtent, srcCrs, destCrs);
|
|
12560
|
+
return {
|
|
12561
|
+
minx: transformed[0],
|
|
12562
|
+
miny: transformed[1],
|
|
12563
|
+
maxx: transformed[2],
|
|
12564
|
+
maxy: transformed[3],
|
|
12565
|
+
crs: destCrs
|
|
12566
|
+
};
|
|
12567
|
+
}
|
|
12548
12568
|
getWmtsExtent(extent) {
|
|
12549
12569
|
if (extent === void 0) {
|
|
12550
12570
|
return void 0;
|
|
@@ -12655,22 +12675,28 @@ class LayerHandler {
|
|
|
12655
12675
|
getWmsImage(options) {
|
|
12656
12676
|
return new Image({
|
|
12657
12677
|
source: new ImageWMS({
|
|
12678
|
+
projection: options.prj,
|
|
12679
|
+
// 'EPSG:4326', // 声明 WMS 源的坐标系是 4326
|
|
12658
12680
|
url: options.url,
|
|
12659
12681
|
params: __spreadValues(__spreadValues({}, options.requestParams), options.params)
|
|
12682
|
+
// serverType: 'geoserver',
|
|
12683
|
+
// ratio: 1,
|
|
12660
12684
|
})
|
|
12661
|
-
// source:new ImageWMS({
|
|
12662
|
-
// url: 'https://ahocevar.com/geoserver/wms',
|
|
12663
|
-
// params: {'LAYERS': 'topp:states'},
|
|
12664
|
-
// ratio: 1,
|
|
12665
|
-
// serverType: 'geoserver',
|
|
12666
|
-
// })
|
|
12667
12685
|
});
|
|
12668
12686
|
}
|
|
12669
12687
|
getWmsImageTile(options) {
|
|
12670
12688
|
return new TileLayer({
|
|
12671
12689
|
source: new TileWMS({
|
|
12690
|
+
projection: options.prj,
|
|
12691
|
+
//'EPSG:4326', // 声明 WMS 源的坐标系是 4326
|
|
12672
12692
|
url: options.url,
|
|
12673
|
-
params: __spreadValues(__spreadValues({
|
|
12693
|
+
params: __spreadValues(__spreadValues({
|
|
12694
|
+
TILED: true,
|
|
12695
|
+
// 启用瓦片缓存,GeoServer 必填
|
|
12696
|
+
FORMAT: "image/png",
|
|
12697
|
+
TRANSPARENT: true
|
|
12698
|
+
}, options.requestParams), options.params)
|
|
12699
|
+
// serverType: 'geoserver', // 服务端类型,影响 SRS/CRS 参数拼接
|
|
12674
12700
|
})
|
|
12675
12701
|
});
|
|
12676
12702
|
}
|
|
@@ -14617,6 +14643,26 @@ const turfJs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProper
|
|
|
14617
14643
|
__proto__: null,
|
|
14618
14644
|
spliceLine
|
|
14619
14645
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
14646
|
+
function WGS84_to_Cartesian3(point) {
|
|
14647
|
+
let car33 = Cesium.Cartesian3.fromDegrees(point.lon, point.lat, point.alt);
|
|
14648
|
+
let x = car33.x;
|
|
14649
|
+
let y = car33.y;
|
|
14650
|
+
let z = car33.z;
|
|
14651
|
+
return { x, y, z };
|
|
14652
|
+
}
|
|
14653
|
+
function Cartesian3_to_WGS84(point) {
|
|
14654
|
+
let cartesian33 = new Cesium.Cartesian3(point.x, point.y, point.z);
|
|
14655
|
+
let cartographic = Cesium.Cartographic.fromCartesian(cartesian33);
|
|
14656
|
+
let lat2 = Cesium.Math.toDegrees(cartographic.latitude);
|
|
14657
|
+
let lon = Cesium.Math.toDegrees(cartographic.longitude);
|
|
14658
|
+
let alt = cartographic.height;
|
|
14659
|
+
return { lon, lat: lat2, alt };
|
|
14660
|
+
}
|
|
14661
|
+
const cesium = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
14662
|
+
__proto__: null,
|
|
14663
|
+
Cartesian3_to_WGS84,
|
|
14664
|
+
WGS84_to_Cartesian3
|
|
14665
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
14620
14666
|
function testIntersect(line, point) {
|
|
14621
14667
|
const lineString = new LineString(line);
|
|
14622
14668
|
return lineString.intersectsCoordinate(point);
|
|
@@ -14652,7 +14698,8 @@ const trans = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
|
|
|
14652
14698
|
const VcMapUtils = {
|
|
14653
14699
|
Turf: __spreadValues({}, turfJs),
|
|
14654
14700
|
Ol: __spreadValues({}, ol$1),
|
|
14655
|
-
Transform: __spreadValues({}, trans)
|
|
14701
|
+
Transform: __spreadValues({}, trans),
|
|
14702
|
+
Cesium: __spreadValues({}, cesium)
|
|
14656
14703
|
};
|
|
14657
14704
|
var DrawType = /* @__PURE__ */ ((DrawType2) => {
|
|
14658
14705
|
DrawType2["Point"] = "Point";
|
|
@@ -14668,7 +14715,7 @@ class DrawHandler {
|
|
|
14668
14715
|
* 构造函数
|
|
14669
14716
|
* @param map 地图实例
|
|
14670
14717
|
*/
|
|
14671
|
-
constructor(map = null) {
|
|
14718
|
+
constructor(map = null, prj = "EPSG:4326") {
|
|
14672
14719
|
this.map = null;
|
|
14673
14720
|
this.curFeature = null;
|
|
14674
14721
|
this.flag = false;
|
|
@@ -14993,7 +15040,11 @@ class DrawHandler {
|
|
|
14993
15040
|
};
|
|
14994
15041
|
if (type === "Ring" && style.ring) {
|
|
14995
15042
|
const { innerR = 0, outerR = 0 } = style.ring;
|
|
14996
|
-
this.createRing(
|
|
15043
|
+
this.createRing(
|
|
15044
|
+
feature.getGeometry().getCoordinates(),
|
|
15045
|
+
innerR,
|
|
15046
|
+
outerR
|
|
15047
|
+
);
|
|
14997
15048
|
} else if (type === "Ring") {
|
|
14998
15049
|
console.warn("<v-openlayers>Style lacks ring attribute", style);
|
|
14999
15050
|
}
|
|
@@ -15099,7 +15150,9 @@ class DrawHandler {
|
|
|
15099
15150
|
"on-change",
|
|
15100
15151
|
(feature, geom) => {
|
|
15101
15152
|
this.curFeature = feature;
|
|
15102
|
-
this.remenberDrawCoordinates = deepClone(
|
|
15153
|
+
this.remenberDrawCoordinates = deepClone(
|
|
15154
|
+
geom.getCoordinates()
|
|
15155
|
+
);
|
|
15103
15156
|
this.step = this.remenberDrawCoordinates.length;
|
|
15104
15157
|
}
|
|
15105
15158
|
);
|
|
@@ -15299,7 +15352,10 @@ class DrawHandler {
|
|
|
15299
15352
|
const type = geometry.getType();
|
|
15300
15353
|
if (type === "LineString") {
|
|
15301
15354
|
const lineString = geometry;
|
|
15302
|
-
return VcMapUtils.Ol.testIntersect(
|
|
15355
|
+
return VcMapUtils.Ol.testIntersect(
|
|
15356
|
+
lineString.getCoordinates(),
|
|
15357
|
+
coordinate
|
|
15358
|
+
) ? lineString : null;
|
|
15303
15359
|
}
|
|
15304
15360
|
if (type === "MultiLineString") {
|
|
15305
15361
|
const lineStrings = geometry.getLineStrings();
|
|
@@ -16985,7 +17041,10 @@ class VMap {
|
|
|
16985
17041
|
* @param prj 坐标系
|
|
16986
17042
|
* @returns 图层
|
|
16987
17043
|
*/
|
|
16988
|
-
getLayerByType(
|
|
17044
|
+
getLayerByType(_options, prj = this.mapConfig.prj) {
|
|
17045
|
+
const options = __spreadProps(__spreadValues({}, _options), {
|
|
17046
|
+
prj
|
|
17047
|
+
});
|
|
16989
17048
|
this.parseLayerOptions(options);
|
|
16990
17049
|
let layer = null;
|
|
16991
17050
|
switch (options.type) {
|
|
@@ -17299,7 +17358,7 @@ class VMap {
|
|
|
17299
17358
|
*/
|
|
17300
17359
|
getDrawHandler(map = this.map) {
|
|
17301
17360
|
if (this.drawHandler == null) {
|
|
17302
|
-
this.drawHandler = new DrawHandler(map);
|
|
17361
|
+
this.drawHandler = new DrawHandler(map, this.prj);
|
|
17303
17362
|
}
|
|
17304
17363
|
return this.drawHandler;
|
|
17305
17364
|
}
|
|
@@ -17762,6 +17821,9 @@ class VMap {
|
|
|
17762
17821
|
geometry = new WKT$3().readGeometry(polygon);
|
|
17763
17822
|
} else if (isGeoJSON(polygon)) {
|
|
17764
17823
|
geometry = new GeoJSON$3().readGeometry(polygon);
|
|
17824
|
+
} else if (isMultiPolygon(polygon)) {
|
|
17825
|
+
const mPolygon = polygon;
|
|
17826
|
+
geometry = mPolygon.getPolygons()[0];
|
|
17765
17827
|
}
|
|
17766
17828
|
if (!geometry) {
|
|
17767
17829
|
console.error("参数不合法");
|
|
@@ -17907,6 +17969,9 @@ class OlHandler extends VMap {
|
|
|
17907
17969
|
setMap(map) {
|
|
17908
17970
|
this.map = map;
|
|
17909
17971
|
}
|
|
17972
|
+
getPrj() {
|
|
17973
|
+
return this.prj;
|
|
17974
|
+
}
|
|
17910
17975
|
/**
|
|
17911
17976
|
* 底图切换切换
|
|
17912
17977
|
* @param {*} layerIds 图层ids
|
|
@@ -18508,16 +18573,16 @@ const _export_sfc = (sfc, props) => {
|
|
|
18508
18573
|
return target;
|
|
18509
18574
|
};
|
|
18510
18575
|
const _hoisted_1$c = ["id"];
|
|
18511
|
-
const _hoisted_2$
|
|
18576
|
+
const _hoisted_2$5 = {
|
|
18512
18577
|
key: 0,
|
|
18513
18578
|
class: "vmap-title"
|
|
18514
18579
|
};
|
|
18515
18580
|
const _hoisted_3$4 = { class: "popup-title" };
|
|
18516
18581
|
const _hoisted_4$3 = ["id"];
|
|
18517
|
-
const __default__$
|
|
18582
|
+
const __default__$n = defineComponent({
|
|
18518
18583
|
name: "OlPopup"
|
|
18519
18584
|
});
|
|
18520
|
-
const _sfc_main$
|
|
18585
|
+
const _sfc_main$q = /* @__PURE__ */ Object.assign(__default__$n, {
|
|
18521
18586
|
props: {
|
|
18522
18587
|
theme: {
|
|
18523
18588
|
type: String,
|
|
@@ -18568,7 +18633,7 @@ const _sfc_main$r = /* @__PURE__ */ Object.assign(__default__$o, {
|
|
|
18568
18633
|
id: unref(popupId),
|
|
18569
18634
|
class: normalizeClass(getClass.value)
|
|
18570
18635
|
}, [
|
|
18571
|
-
__props.showTitle ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
18636
|
+
__props.showTitle ? (openBlock(), createElementBlock("div", _hoisted_2$5, [
|
|
18572
18637
|
createElementVNode("span", _hoisted_3$4, toDisplayString(__props.title), 1),
|
|
18573
18638
|
createElementVNode("button", {
|
|
18574
18639
|
class: "popup-title-close",
|
|
@@ -18587,7 +18652,7 @@ const _sfc_main$r = /* @__PURE__ */ Object.assign(__default__$o, {
|
|
|
18587
18652
|
};
|
|
18588
18653
|
}
|
|
18589
18654
|
});
|
|
18590
|
-
const MapPopup = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
18655
|
+
const MapPopup = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__scopeId", "data-v-f05b50ce"]]);
|
|
18591
18656
|
var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
|
|
18592
18657
|
function getDefaultExportFromCjs(x) {
|
|
18593
18658
|
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x;
|
|
@@ -19832,10 +19897,10 @@ function layoutUpdate({
|
|
|
19832
19897
|
tableHeight.value = document.querySelector(className).clientHeight + offset;
|
|
19833
19898
|
});
|
|
19834
19899
|
}
|
|
19835
|
-
const __default__$
|
|
19900
|
+
const __default__$m = defineComponent({
|
|
19836
19901
|
name: "VueTable"
|
|
19837
19902
|
});
|
|
19838
|
-
const _sfc_main$
|
|
19903
|
+
const _sfc_main$p = /* @__PURE__ */ Object.assign(__default__$m, {
|
|
19839
19904
|
props: {
|
|
19840
19905
|
showIndex: {
|
|
19841
19906
|
type: Boolean,
|
|
@@ -19963,7 +20028,7 @@ const _sfc_main$q = /* @__PURE__ */ Object.assign(__default__$n, {
|
|
|
19963
20028
|
};
|
|
19964
20029
|
}
|
|
19965
20030
|
});
|
|
19966
|
-
const
|
|
20031
|
+
const VueTable = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-51928c2c"]]);
|
|
19967
20032
|
const useProps$3 = {
|
|
19968
20033
|
theme: {
|
|
19969
20034
|
type: String,
|
|
@@ -20001,7 +20066,7 @@ const useProps$3 = {
|
|
|
20001
20066
|
}
|
|
20002
20067
|
}
|
|
20003
20068
|
};
|
|
20004
|
-
const _sfc_main$
|
|
20069
|
+
const _sfc_main$o = {
|
|
20005
20070
|
__name: "index",
|
|
20006
20071
|
props: __spreadProps(__spreadValues({}, useProps$3), {
|
|
20007
20072
|
features: {
|
|
@@ -20124,7 +20189,7 @@ const _sfc_main$p = {
|
|
|
20124
20189
|
key: index
|
|
20125
20190
|
}, {
|
|
20126
20191
|
default: withCtx(() => [
|
|
20127
|
-
createVNode(
|
|
20192
|
+
createVNode(VueTable, {
|
|
20128
20193
|
style: normalizeStyle({ height: __props.identifyConfig.height + "px", padding: "0" }),
|
|
20129
20194
|
"table-header": __props.identifyConfig.header,
|
|
20130
20195
|
"show-header": __props.identifyConfig.showHeader,
|
|
@@ -20146,8 +20211,7 @@ const _sfc_main$p = {
|
|
|
20146
20211
|
}
|
|
20147
20212
|
};
|
|
20148
20213
|
const _hoisted_1$b = { class: "vmap-status-bar" };
|
|
20149
|
-
const
|
|
20150
|
-
const _sfc_main$o = {
|
|
20214
|
+
const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
20151
20215
|
__name: "MapStatus",
|
|
20152
20216
|
props: {
|
|
20153
20217
|
theme: {
|
|
@@ -20166,21 +20230,18 @@ const _sfc_main$o = {
|
|
|
20166
20230
|
}
|
|
20167
20231
|
},
|
|
20168
20232
|
setup(__props) {
|
|
20169
|
-
inject("olHandler");
|
|
20233
|
+
const olHandler = inject("olHandler");
|
|
20170
20234
|
const props = __props;
|
|
20171
|
-
const scaleTarget = ref("scale_" + parseInt(Math.random() * 1e7));
|
|
20172
20235
|
const parseLonLat = computed(() => {
|
|
20236
|
+
const prj = olHandler.getPrj();
|
|
20173
20237
|
let labelX = "经度:";
|
|
20174
20238
|
let labelY = "纬度:";
|
|
20175
20239
|
let unit = "°";
|
|
20176
20240
|
let [lon, lat2] = props.position;
|
|
20177
|
-
|
|
20178
|
-
else {
|
|
20179
|
-
[lon, lat2] = toLonLat(props.position, getConfig().prj);
|
|
20180
|
-
}
|
|
20241
|
+
const [_lon, _lat] = toLonLat([lon, lat2], prj);
|
|
20181
20242
|
return [
|
|
20182
|
-
labelX + parseFloat(
|
|
20183
|
-
labelY + parseFloat(
|
|
20243
|
+
labelX + parseFloat(_lon.toString()).toFixed(4) + unit,
|
|
20244
|
+
labelY + parseFloat(_lat.toString()).toFixed(4) + unit
|
|
20184
20245
|
];
|
|
20185
20246
|
});
|
|
20186
20247
|
const { theme } = toRefs(props);
|
|
@@ -20189,24 +20250,23 @@ const _sfc_main$o = {
|
|
|
20189
20250
|
});
|
|
20190
20251
|
return (_ctx, _cache) => {
|
|
20191
20252
|
return openBlock(), createElementBlock("div", _hoisted_1$b, [
|
|
20192
|
-
createElementVNode("div", { id: scaleTarget.value }, null, 8, _hoisted_2$5),
|
|
20193
20253
|
createElementVNode("div", {
|
|
20194
20254
|
class: normalizeClass(["item", getClass.value]),
|
|
20195
|
-
style: { "display": "flex", "justify-content": "space-around", "width": "
|
|
20255
|
+
style: { "display": "flex", "justify-content": "space-around", "width": "auto", "gap": "20px" }
|
|
20196
20256
|
}, [
|
|
20197
20257
|
createElementVNode("span", null, toDisplayString(parseLonLat.value[0]), 1),
|
|
20198
20258
|
createElementVNode("span", null, toDisplayString(parseLonLat.value[1]), 1),
|
|
20199
|
-
createTextVNode(" 层级: " + toDisplayString(parseInt(__props.zoom)), 1)
|
|
20259
|
+
createTextVNode(" 层级: " + toDisplayString(parseInt(__props.zoom.toString())), 1)
|
|
20200
20260
|
], 2)
|
|
20201
20261
|
]);
|
|
20202
20262
|
};
|
|
20203
20263
|
}
|
|
20204
|
-
};
|
|
20264
|
+
});
|
|
20205
20265
|
const _hoisted_1$a = ["id"];
|
|
20206
|
-
const __default__$
|
|
20266
|
+
const __default__$l = defineComponent({
|
|
20207
20267
|
name: "OlMap"
|
|
20208
20268
|
});
|
|
20209
|
-
const _sfc_main$
|
|
20269
|
+
const _sfc_main$m = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$l), {
|
|
20210
20270
|
props: {
|
|
20211
20271
|
mapConfig: {
|
|
20212
20272
|
type: Object,
|
|
@@ -20451,14 +20511,14 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
20451
20511
|
class: "vmap-view"
|
|
20452
20512
|
}, null, 8, _hoisted_1$a),
|
|
20453
20513
|
renderSlot(_ctx.$slots, "popup", {}, void 0, true),
|
|
20454
|
-
unref(mapReady) ? renderSlot(_ctx.$slots, "default", {
|
|
20455
|
-
__props.showStatusbar ? (openBlock(), createBlock(_sfc_main$
|
|
20514
|
+
unref(mapReady) ? renderSlot(_ctx.$slots, "default", {}, void 0, true, 0) : createCommentVNode("", true),
|
|
20515
|
+
__props.showStatusbar ? (openBlock(), createBlock(_sfc_main$n, {
|
|
20456
20516
|
key: 1,
|
|
20457
20517
|
theme: __props.theme,
|
|
20458
20518
|
position: curPosition.value,
|
|
20459
20519
|
zoom: curZoom.value
|
|
20460
20520
|
}, null, 8, ["theme", "position", "zoom"])) : createCommentVNode("", true),
|
|
20461
|
-
unref(useElementPlus) ? (openBlock(), createBlock(_sfc_main$
|
|
20521
|
+
unref(useElementPlus) ? (openBlock(), createBlock(_sfc_main$o, {
|
|
20462
20522
|
key: 2,
|
|
20463
20523
|
title: __props.identifyConfig.title || "属性",
|
|
20464
20524
|
theme: __props.theme,
|
|
@@ -20470,7 +20530,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
20470
20530
|
};
|
|
20471
20531
|
}
|
|
20472
20532
|
}));
|
|
20473
|
-
const OlMap = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
20533
|
+
const OlMap = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-a5d98694"]]);
|
|
20474
20534
|
const basemapSrc = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAWVJREFUWEftls9Kw0AQxr9JQTx4FxTP3hoPepUQ0ZvRiz5Ai0L6DuJT+KdI+wCetBexxRS8i43voOgbBA8Z2ZKWIG52mxjNYXPd2Znffpnd+QganzeIfDCOAaxphOuEjAC0ezvzl6SK9gafPjg+V8XlXPfVAP1I0No5C6i2jXQAWJWlwHr83wAwANVRYKv7csPMGwCW0k21sLJaoMfUW8cKuJ1Q2umlA7jd8BqMAwB3HNPJ8Kj+lOb2+lGZ1xDkdsJ3AIsc0/r34gLkLwDGJwya9o8NaQCMAkYBo0AVFCjXkk0Gkewl3L2PWkQ4U8+1HBGElpgFmU+xSJtACFv+W+Y0BFnt3vbchRZAjrNNR7xM2UlOA1AJBV6FD5QZkjz/37l6dizLGgJ4C5r2clYOSszonsySzQogilOtdkrMDhHdPjTq+5kAKlM6K0A6XnUDROzUhiXmdFP4wyJFAXyA8Bg07EOdPF/o6uB9Vuth3wAAAABJRU5ErkJggg==";
|
|
20475
20535
|
const useProps$2 = {
|
|
20476
20536
|
position: {
|
|
@@ -20500,10 +20560,10 @@ const _hoisted_2$4 = { for: "" };
|
|
|
20500
20560
|
const _hoisted_3$3 = { class: "image" };
|
|
20501
20561
|
const _hoisted_4$2 = { class: "image-2" };
|
|
20502
20562
|
const _hoisted_5$1 = ["src", "onClick"];
|
|
20503
|
-
const __default__$
|
|
20563
|
+
const __default__$k = {
|
|
20504
20564
|
name: "OlBasemap"
|
|
20505
20565
|
};
|
|
20506
|
-
const _sfc_main$
|
|
20566
|
+
const _sfc_main$l = /* @__PURE__ */ Object.assign(__default__$k, {
|
|
20507
20567
|
props: __spreadValues({}, useProps$2),
|
|
20508
20568
|
emits: ["change"],
|
|
20509
20569
|
setup(__props, { emit: __emit }) {
|
|
@@ -20580,7 +20640,7 @@ const _sfc_main$m = /* @__PURE__ */ Object.assign(__default__$l, {
|
|
|
20580
20640
|
};
|
|
20581
20641
|
}
|
|
20582
20642
|
});
|
|
20583
|
-
const OlBasemap = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
20643
|
+
const OlBasemap = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-e6e303fe"]]);
|
|
20584
20644
|
const useProps$1 = {
|
|
20585
20645
|
theme: {
|
|
20586
20646
|
type: String,
|
|
@@ -20677,10 +20737,10 @@ const toolbar = [
|
|
|
20677
20737
|
}
|
|
20678
20738
|
];
|
|
20679
20739
|
const _hoisted_1$8 = { key: 0 };
|
|
20680
|
-
const __default__$
|
|
20740
|
+
const __default__$j = defineComponent({
|
|
20681
20741
|
name: "OlToolbar"
|
|
20682
20742
|
});
|
|
20683
|
-
const _sfc_main$
|
|
20743
|
+
const _sfc_main$k = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$j), {
|
|
20684
20744
|
props: __spreadProps(__spreadValues({}, useProps$1), {
|
|
20685
20745
|
offset: {
|
|
20686
20746
|
type: Array,
|
|
@@ -20827,17 +20887,17 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
20827
20887
|
};
|
|
20828
20888
|
}
|
|
20829
20889
|
}));
|
|
20830
|
-
const OlToolbar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
20890
|
+
const OlToolbar = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__scopeId", "data-v-22a138d0"]]);
|
|
20831
20891
|
const _hoisted_1$7 = { class: "vicon-drawbar" };
|
|
20832
|
-
const __default__$
|
|
20892
|
+
const __default__$i = defineComponent({
|
|
20833
20893
|
name: "OlDrawer"
|
|
20834
20894
|
});
|
|
20835
|
-
const _sfc_main$
|
|
20895
|
+
const _sfc_main$j = /* @__PURE__ */ Object.assign(__default__$i, {
|
|
20836
20896
|
props: {
|
|
20837
20897
|
shapes: {
|
|
20838
20898
|
type: Array,
|
|
20839
20899
|
default() {
|
|
20840
|
-
return ["Point", "LineString", "Polygon", "Circle"];
|
|
20900
|
+
return ["Point", "LineString", "Polygon", "Circle", "Box"];
|
|
20841
20901
|
}
|
|
20842
20902
|
},
|
|
20843
20903
|
freehand: {
|
|
@@ -20891,6 +20951,12 @@ const _sfc_main$k = /* @__PURE__ */ Object.assign(__default__$j, {
|
|
|
20891
20951
|
type: "Circle",
|
|
20892
20952
|
btnType: "primary"
|
|
20893
20953
|
},
|
|
20954
|
+
{
|
|
20955
|
+
icon: "vicon-rectangle",
|
|
20956
|
+
tip: "绘制矩形",
|
|
20957
|
+
type: "Box",
|
|
20958
|
+
btnType: "primary"
|
|
20959
|
+
},
|
|
20894
20960
|
{
|
|
20895
20961
|
icon: "geometry-freehand",
|
|
20896
20962
|
tip: "freehand",
|
|
@@ -20981,10 +21047,10 @@ const _sfc_main$k = /* @__PURE__ */ Object.assign(__default__$j, {
|
|
|
20981
21047
|
}
|
|
20982
21048
|
});
|
|
20983
21049
|
const _hoisted_1$6 = ["id"];
|
|
20984
|
-
const __default__$
|
|
21050
|
+
const __default__$h = defineComponent({
|
|
20985
21051
|
name: "OlEagle"
|
|
20986
21052
|
});
|
|
20987
|
-
const _sfc_main$
|
|
21053
|
+
const _sfc_main$i = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$h), {
|
|
20988
21054
|
props: __spreadProps(__spreadValues({}, useProps$1), {
|
|
20989
21055
|
position: {
|
|
20990
21056
|
type: String,
|
|
@@ -21185,7 +21251,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
21185
21251
|
};
|
|
21186
21252
|
}
|
|
21187
21253
|
}));
|
|
21188
|
-
const OlEagle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
21254
|
+
const OlEagle = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-v-78d39783"]]);
|
|
21189
21255
|
const _hoisted_1$5 = {
|
|
21190
21256
|
key: 0,
|
|
21191
21257
|
style: { "display": "flex", "align-items": "center", "justify-content": "space-between", "width": "calc(100% - 50px)" }
|
|
@@ -21197,10 +21263,10 @@ const _hoisted_3$2 = {
|
|
|
21197
21263
|
};
|
|
21198
21264
|
const _hoisted_4$1 = ["onClick"];
|
|
21199
21265
|
const _hoisted_5 = ["onClick"];
|
|
21200
|
-
const __default__$
|
|
21266
|
+
const __default__$g = defineComponent({
|
|
21201
21267
|
name: "OlLayerManager"
|
|
21202
21268
|
});
|
|
21203
|
-
const _sfc_main$
|
|
21269
|
+
const _sfc_main$h = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$g), {
|
|
21204
21270
|
props: {
|
|
21205
21271
|
treeCheckedKeys: {
|
|
21206
21272
|
type: Array,
|
|
@@ -21438,11 +21504,11 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
21438
21504
|
};
|
|
21439
21505
|
}
|
|
21440
21506
|
}));
|
|
21441
|
-
const OlLayerManager = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
21442
|
-
const __default__$
|
|
21507
|
+
const OlLayerManager = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-0e8ef54e"]]);
|
|
21508
|
+
const __default__$f = defineComponent({
|
|
21443
21509
|
name: "OlPopup"
|
|
21444
21510
|
});
|
|
21445
|
-
const _sfc_main$
|
|
21511
|
+
const _sfc_main$g = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$f), {
|
|
21446
21512
|
props: __spreadProps(__spreadValues({}, useProps$3), {
|
|
21447
21513
|
showTitle: {
|
|
21448
21514
|
type: Boolean,
|
|
@@ -21538,10 +21604,10 @@ const _hoisted_2$2 = {
|
|
|
21538
21604
|
};
|
|
21539
21605
|
const _hoisted_3$1 = { class: "popup-title" };
|
|
21540
21606
|
const _hoisted_4 = ["id"];
|
|
21541
|
-
const __default__$
|
|
21607
|
+
const __default__$e = defineComponent({
|
|
21542
21608
|
name: "OlOverlay"
|
|
21543
21609
|
});
|
|
21544
|
-
const _sfc_main$
|
|
21610
|
+
const _sfc_main$f = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$e), {
|
|
21545
21611
|
props: {
|
|
21546
21612
|
theme: {
|
|
21547
21613
|
type: String,
|
|
@@ -21657,7 +21723,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
21657
21723
|
};
|
|
21658
21724
|
}
|
|
21659
21725
|
}));
|
|
21660
|
-
const OlOverlay = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
21726
|
+
const OlOverlay = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-291010ba"]]);
|
|
21661
21727
|
const useProps = {
|
|
21662
21728
|
name: {
|
|
21663
21729
|
type: String,
|
|
@@ -21753,10 +21819,10 @@ const useWatch = ({ visible, zIndex, opacity, minZoom, maxZoom, layerStyle, requ
|
|
|
21753
21819
|
}
|
|
21754
21820
|
);
|
|
21755
21821
|
};
|
|
21756
|
-
const __default__$
|
|
21822
|
+
const __default__$d = defineComponent({
|
|
21757
21823
|
name: "OlVector"
|
|
21758
21824
|
});
|
|
21759
|
-
const _sfc_main$
|
|
21825
|
+
const _sfc_main$e = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$d), {
|
|
21760
21826
|
props: __spreadProps(__spreadValues({}, useProps), {
|
|
21761
21827
|
features: {
|
|
21762
21828
|
type: [Array, Object],
|
|
@@ -21961,7 +22027,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
21961
22027
|
};
|
|
21962
22028
|
}
|
|
21963
22029
|
}));
|
|
21964
|
-
const _sfc_main$
|
|
22030
|
+
const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
21965
22031
|
__name: "index",
|
|
21966
22032
|
props: __spreadProps(__spreadValues({}, useProps), {
|
|
21967
22033
|
url: {
|
|
@@ -22179,10 +22245,10 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
22179
22245
|
};
|
|
22180
22246
|
}
|
|
22181
22247
|
});
|
|
22182
|
-
const __default__$
|
|
22248
|
+
const __default__$c = defineComponent({
|
|
22183
22249
|
name: "OlTile"
|
|
22184
22250
|
});
|
|
22185
|
-
const _sfc_main$
|
|
22251
|
+
const _sfc_main$c = /* @__PURE__ */ Object.assign(__default__$c, {
|
|
22186
22252
|
props: {
|
|
22187
22253
|
mapProvider: {
|
|
22188
22254
|
type: String,
|
|
@@ -22201,14 +22267,14 @@ const _sfc_main$d = /* @__PURE__ */ Object.assign(__default__$d, {
|
|
|
22201
22267
|
},
|
|
22202
22268
|
setup(__props) {
|
|
22203
22269
|
return (_ctx, _cache) => {
|
|
22204
|
-
return openBlock(), createBlock(_sfc_main$
|
|
22270
|
+
return openBlock(), createBlock(_sfc_main$d, { "map-provider": __props.mapProvider }, null, 8, ["map-provider"]);
|
|
22205
22271
|
};
|
|
22206
22272
|
}
|
|
22207
22273
|
});
|
|
22208
|
-
const __default__$
|
|
22274
|
+
const __default__$b = defineComponent({
|
|
22209
22275
|
name: "OlTdt"
|
|
22210
22276
|
});
|
|
22211
|
-
const _sfc_main$
|
|
22277
|
+
const _sfc_main$b = /* @__PURE__ */ Object.assign(__default__$b, {
|
|
22212
22278
|
props: {
|
|
22213
22279
|
mapStyle: {
|
|
22214
22280
|
type: [String, Array],
|
|
@@ -22222,17 +22288,17 @@ const _sfc_main$c = /* @__PURE__ */ Object.assign(__default__$c, {
|
|
|
22222
22288
|
},
|
|
22223
22289
|
setup(__props) {
|
|
22224
22290
|
return (_ctx, _cache) => {
|
|
22225
|
-
return openBlock(), createBlock(_sfc_main$
|
|
22291
|
+
return openBlock(), createBlock(_sfc_main$d, {
|
|
22226
22292
|
"map-provider": "tdt",
|
|
22227
22293
|
"map-style": __props.mapStyle
|
|
22228
22294
|
}, null, 8, ["map-style"]);
|
|
22229
22295
|
};
|
|
22230
22296
|
}
|
|
22231
22297
|
});
|
|
22232
|
-
const __default__$
|
|
22298
|
+
const __default__$a = defineComponent({
|
|
22233
22299
|
name: "OlSupermap"
|
|
22234
22300
|
});
|
|
22235
|
-
const _sfc_main$
|
|
22301
|
+
const _sfc_main$a = /* @__PURE__ */ Object.assign(__default__$a, {
|
|
22236
22302
|
props: {
|
|
22237
22303
|
mapProvider: {
|
|
22238
22304
|
type: String,
|
|
@@ -22249,14 +22315,14 @@ const _sfc_main$b = /* @__PURE__ */ Object.assign(__default__$b, {
|
|
|
22249
22315
|
return "supermap" + mapProvider.value.toLowerCase();
|
|
22250
22316
|
});
|
|
22251
22317
|
return (_ctx, _cache) => {
|
|
22252
|
-
return openBlock(), createBlock(_sfc_main$
|
|
22318
|
+
return openBlock(), createBlock(_sfc_main$d, { "map-provider": getMapProvider.value }, null, 8, ["map-provider"]);
|
|
22253
22319
|
};
|
|
22254
22320
|
}
|
|
22255
22321
|
});
|
|
22256
|
-
const __default__$
|
|
22322
|
+
const __default__$9 = defineComponent({
|
|
22257
22323
|
name: "OlArcgis"
|
|
22258
22324
|
});
|
|
22259
|
-
const _sfc_main$
|
|
22325
|
+
const _sfc_main$9 = /* @__PURE__ */ Object.assign(__default__$9, {
|
|
22260
22326
|
props: {
|
|
22261
22327
|
mapProvider: {
|
|
22262
22328
|
type: String,
|
|
@@ -22273,14 +22339,14 @@ const _sfc_main$a = /* @__PURE__ */ Object.assign(__default__$a, {
|
|
|
22273
22339
|
return "arcgis" + mapProvider.value.toLowerCase();
|
|
22274
22340
|
});
|
|
22275
22341
|
return (_ctx, _cache) => {
|
|
22276
|
-
return openBlock(), createBlock(_sfc_main$
|
|
22342
|
+
return openBlock(), createBlock(_sfc_main$d, { "map-provider": getMapProvider.value }, null, 8, ["map-provider"]);
|
|
22277
22343
|
};
|
|
22278
22344
|
}
|
|
22279
22345
|
});
|
|
22280
|
-
const __default__$
|
|
22346
|
+
const __default__$8 = defineComponent({
|
|
22281
22347
|
name: "OlWms"
|
|
22282
22348
|
});
|
|
22283
|
-
const _sfc_main$
|
|
22349
|
+
const _sfc_main$8 = /* @__PURE__ */ Object.assign(__default__$8, {
|
|
22284
22350
|
props: {
|
|
22285
22351
|
mapProvider: {
|
|
22286
22352
|
type: String,
|
|
@@ -22297,14 +22363,14 @@ const _sfc_main$9 = /* @__PURE__ */ Object.assign(__default__$9, {
|
|
|
22297
22363
|
return "wms" + mapProvider.value.toLowerCase();
|
|
22298
22364
|
});
|
|
22299
22365
|
return (_ctx, _cache) => {
|
|
22300
|
-
return openBlock(), createBlock(_sfc_main$
|
|
22366
|
+
return openBlock(), createBlock(_sfc_main$d, { "map-provider": getMapProvider.value }, null, 8, ["map-provider"]);
|
|
22301
22367
|
};
|
|
22302
22368
|
}
|
|
22303
22369
|
});
|
|
22304
|
-
const __default__$
|
|
22370
|
+
const __default__$7 = defineComponent({
|
|
22305
22371
|
name: "OlVectortile"
|
|
22306
22372
|
});
|
|
22307
|
-
const _sfc_main$
|
|
22373
|
+
const _sfc_main$7 = /* @__PURE__ */ Object.assign(__default__$7, {
|
|
22308
22374
|
props: {
|
|
22309
22375
|
mapProvider: {
|
|
22310
22376
|
type: String,
|
|
@@ -22318,30 +22384,30 @@ const _sfc_main$8 = /* @__PURE__ */ Object.assign(__default__$8, {
|
|
|
22318
22384
|
return "geoservermvt";
|
|
22319
22385
|
});
|
|
22320
22386
|
return (_ctx, _cache) => {
|
|
22321
|
-
return openBlock(), createBlock(_sfc_main$
|
|
22387
|
+
return openBlock(), createBlock(_sfc_main$d, { "map-provider": getMapProvider.value }, null, 8, ["map-provider"]);
|
|
22322
22388
|
};
|
|
22323
22389
|
}
|
|
22324
22390
|
});
|
|
22325
|
-
const __default__$
|
|
22391
|
+
const __default__$6 = defineComponent({
|
|
22326
22392
|
name: "OlGdmap"
|
|
22327
22393
|
});
|
|
22328
|
-
const _sfc_main$
|
|
22394
|
+
const _sfc_main$6 = /* @__PURE__ */ Object.assign(__default__$6, {
|
|
22329
22395
|
setup(__props) {
|
|
22330
22396
|
return (_ctx, _cache) => {
|
|
22331
|
-
return openBlock(), createBlock(_sfc_main$
|
|
22397
|
+
return openBlock(), createBlock(_sfc_main$d, {
|
|
22332
22398
|
"map-provider": unref(V_MAP_PROVIDER).gdmap,
|
|
22333
22399
|
url: "gaode"
|
|
22334
22400
|
}, null, 8, ["map-provider"]);
|
|
22335
22401
|
};
|
|
22336
22402
|
}
|
|
22337
22403
|
});
|
|
22338
|
-
const __default__$
|
|
22404
|
+
const __default__$5 = defineComponent({
|
|
22339
22405
|
name: "OlBdmap"
|
|
22340
22406
|
});
|
|
22341
|
-
const _sfc_main$
|
|
22407
|
+
const _sfc_main$5 = /* @__PURE__ */ Object.assign(__default__$5, {
|
|
22342
22408
|
setup(__props) {
|
|
22343
22409
|
return (_ctx, _cache) => {
|
|
22344
|
-
return openBlock(), createBlock(_sfc_main$
|
|
22410
|
+
return openBlock(), createBlock(_sfc_main$d, {
|
|
22345
22411
|
"map-provider": unref(V_MAP_PROVIDER).bdmap,
|
|
22346
22412
|
url: "baidu"
|
|
22347
22413
|
}, null, 8, ["map-provider"]);
|
|
@@ -22379,10 +22445,10 @@ function detectTiffMinMax(tifUrl) {
|
|
|
22379
22445
|
}
|
|
22380
22446
|
});
|
|
22381
22447
|
}
|
|
22382
|
-
const __default__$
|
|
22448
|
+
const __default__$4 = defineComponent({
|
|
22383
22449
|
name: "OlDisplay"
|
|
22384
22450
|
});
|
|
22385
|
-
const _sfc_main$
|
|
22451
|
+
const _sfc_main$4 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$4), {
|
|
22386
22452
|
props: {
|
|
22387
22453
|
data: { default: "" },
|
|
22388
22454
|
dataFormat: { default: "geojson" },
|
|
@@ -22525,10 +22591,10 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
22525
22591
|
const _hoisted_1$3 = { class: "content" };
|
|
22526
22592
|
const _hoisted_2$1 = { class: "content-item" };
|
|
22527
22593
|
const _hoisted_3 = { class: "content-item" };
|
|
22528
|
-
const __default__$
|
|
22594
|
+
const __default__$3 = defineComponent({
|
|
22529
22595
|
name: "VueCard"
|
|
22530
22596
|
});
|
|
22531
|
-
const _sfc_main$
|
|
22597
|
+
const _sfc_main$3 = /* @__PURE__ */ Object.assign(__default__$3, {
|
|
22532
22598
|
props: {
|
|
22533
22599
|
title: {
|
|
22534
22600
|
type: String,
|
|
@@ -22604,7 +22670,7 @@ const _sfc_main$4 = /* @__PURE__ */ Object.assign(__default__$4, {
|
|
|
22604
22670
|
};
|
|
22605
22671
|
}
|
|
22606
22672
|
});
|
|
22607
|
-
const VueCard = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
22673
|
+
const VueCard = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-04c9f839"]]);
|
|
22608
22674
|
function tryOnScopeDispose(fn) {
|
|
22609
22675
|
if (getCurrentScope()) {
|
|
22610
22676
|
onScopeDispose(fn);
|
|
@@ -22679,10 +22745,10 @@ function useResizeObserver(target, callback, options = {}) {
|
|
|
22679
22745
|
}
|
|
22680
22746
|
const _hoisted_1$2 = { style: { "width": "100%", "margin": "0px", "font-size": "16px" } };
|
|
22681
22747
|
const _hoisted_2 = { class: "slotClass" };
|
|
22682
|
-
const __default__$
|
|
22748
|
+
const __default__$2 = defineComponent({
|
|
22683
22749
|
name: "VueDraggablePanel"
|
|
22684
22750
|
});
|
|
22685
|
-
const _sfc_main$
|
|
22751
|
+
const _sfc_main$2 = /* @__PURE__ */ Object.assign(__default__$2, {
|
|
22686
22752
|
props: {
|
|
22687
22753
|
title: {
|
|
22688
22754
|
type: String,
|
|
@@ -23013,7 +23079,7 @@ const _sfc_main$3 = /* @__PURE__ */ Object.assign(__default__$3, {
|
|
|
23013
23079
|
};
|
|
23014
23080
|
}
|
|
23015
23081
|
});
|
|
23016
|
-
const VueDraggablePanel = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
23082
|
+
const VueDraggablePanel = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-bdc0a455"]]);
|
|
23017
23083
|
const WKT2WKID = [
|
|
23018
23084
|
{
|
|
23019
23085
|
wkt: 'PROJCS["CGCS2000_3_Degree_GK_Zone_35",GEOGCS["GCS_China_Geodetic_Coordinate_System_2000",DATUM["D_China_2000",SPHEROID["CGCS2000",6378137.0,298.257222101]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Gauss_Kruger"],PARAMETER["False_Easting",35500000.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",105.0],PARAMETER["Scale_Factor",1.0],PARAMETER["Latitude_Of_Origin",0.0],UNIT["Meter",1.0]]',
|
|
@@ -52382,10 +52448,10 @@ const _hoisted_1$1 = {
|
|
|
52382
52448
|
key: 1,
|
|
52383
52449
|
class: "el-upload__text"
|
|
52384
52450
|
};
|
|
52385
|
-
const __default__$
|
|
52451
|
+
const __default__$1 = defineComponent({
|
|
52386
52452
|
name: "VueUpload"
|
|
52387
52453
|
});
|
|
52388
|
-
const _sfc_main$
|
|
52454
|
+
const _sfc_main$1 = /* @__PURE__ */ Object.assign(__default__$1, {
|
|
52389
52455
|
props: {
|
|
52390
52456
|
accept: {
|
|
52391
52457
|
type: String,
|
|
@@ -52714,139 +52780,7 @@ const _sfc_main$2 = /* @__PURE__ */ Object.assign(__default__$2, {
|
|
|
52714
52780
|
};
|
|
52715
52781
|
}
|
|
52716
52782
|
});
|
|
52717
|
-
const VueUpload = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
52718
|
-
const __default__$1 = defineComponent({
|
|
52719
|
-
name: "VueTable"
|
|
52720
|
-
});
|
|
52721
|
-
const _sfc_main$1 = /* @__PURE__ */ Object.assign(__default__$1, {
|
|
52722
|
-
props: {
|
|
52723
|
-
showIndex: {
|
|
52724
|
-
type: Boolean,
|
|
52725
|
-
default: false
|
|
52726
|
-
},
|
|
52727
|
-
showPagination: {
|
|
52728
|
-
type: Boolean,
|
|
52729
|
-
default: false
|
|
52730
|
-
},
|
|
52731
|
-
showHeader: {
|
|
52732
|
-
type: Boolean,
|
|
52733
|
-
default: false
|
|
52734
|
-
},
|
|
52735
|
-
tableData: {
|
|
52736
|
-
type: Array,
|
|
52737
|
-
default() {
|
|
52738
|
-
return [];
|
|
52739
|
-
}
|
|
52740
|
-
},
|
|
52741
|
-
tableHeader: {
|
|
52742
|
-
type: Array,
|
|
52743
|
-
default() {
|
|
52744
|
-
return [];
|
|
52745
|
-
}
|
|
52746
|
-
},
|
|
52747
|
-
tableHandler: {
|
|
52748
|
-
type: Array,
|
|
52749
|
-
default() {
|
|
52750
|
-
return [];
|
|
52751
|
-
}
|
|
52752
|
-
}
|
|
52753
|
-
},
|
|
52754
|
-
emits: ["on-handler"],
|
|
52755
|
-
setup(__props, { emit: __emit }) {
|
|
52756
|
-
const props = __props;
|
|
52757
|
-
const emits = __emit;
|
|
52758
|
-
const { tableData, tableHeader, tableHandler, showPagination } = toRefs(props);
|
|
52759
|
-
let tableClass = ref("table-" + parseInt(Math.random() * 1e9));
|
|
52760
|
-
let tableHeight = ref(100);
|
|
52761
|
-
const handleHeaderStyle = () => {
|
|
52762
|
-
return {
|
|
52763
|
-
"background-color": "#e4f0fd",
|
|
52764
|
-
color: "#547d9b"
|
|
52765
|
-
};
|
|
52766
|
-
};
|
|
52767
|
-
onMounted(() => {
|
|
52768
|
-
layoutUpdate({ tableHeight, container: tableClass.value, offset: -30 });
|
|
52769
|
-
});
|
|
52770
|
-
const handleClick = (item, row) => {
|
|
52771
|
-
emits("on-handler", item.method, row);
|
|
52772
|
-
};
|
|
52773
|
-
return (_ctx, _cache) => {
|
|
52774
|
-
const _component_el_table_column = resolveComponent("el-table-column");
|
|
52775
|
-
const _component_el_icon = resolveComponent("el-icon");
|
|
52776
|
-
const _component_el_button = resolveComponent("el-button");
|
|
52777
|
-
const _component_el_table = resolveComponent("el-table");
|
|
52778
|
-
return openBlock(), createElementBlock("div", {
|
|
52779
|
-
class: normalizeClass(unref(tableClass)),
|
|
52780
|
-
style: { "width": "100%", "height": "100%" }
|
|
52781
|
-
}, [
|
|
52782
|
-
createVNode(_component_el_table, {
|
|
52783
|
-
data: unref(tableData),
|
|
52784
|
-
height: unref(tableHeight),
|
|
52785
|
-
style: { "width": "100%" },
|
|
52786
|
-
"show-header": __props.showHeader,
|
|
52787
|
-
border: "",
|
|
52788
|
-
"header-cell-style": handleHeaderStyle
|
|
52789
|
-
}, {
|
|
52790
|
-
default: withCtx(() => [
|
|
52791
|
-
__props.showIndex ? (openBlock(), createBlock(_component_el_table_column, {
|
|
52792
|
-
key: 0,
|
|
52793
|
-
type: "index",
|
|
52794
|
-
label: "序号",
|
|
52795
|
-
width: "80",
|
|
52796
|
-
align: "center"
|
|
52797
|
-
})) : createCommentVNode("", true),
|
|
52798
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(tableHeader), (item, index) => {
|
|
52799
|
-
return openBlock(), createBlock(_component_el_table_column, {
|
|
52800
|
-
type: item.type || "",
|
|
52801
|
-
key: index,
|
|
52802
|
-
prop: item.value,
|
|
52803
|
-
label: item.label,
|
|
52804
|
-
width: item.width || "auto",
|
|
52805
|
-
align: item.align || "center",
|
|
52806
|
-
"show-overflow-tooltip": ""
|
|
52807
|
-
}, null, 8, ["type", "prop", "label", "width", "align"]);
|
|
52808
|
-
}), 128)),
|
|
52809
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(tableHandler), (column, index) => {
|
|
52810
|
-
return openBlock(), createBlock(_component_el_table_column, {
|
|
52811
|
-
key: index,
|
|
52812
|
-
label: column.label,
|
|
52813
|
-
align: "center"
|
|
52814
|
-
}, {
|
|
52815
|
-
default: withCtx(({ row }) => [
|
|
52816
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(column.children, (item, index2) => {
|
|
52817
|
-
return openBlock(), createElementBlock(Fragment, null, [
|
|
52818
|
-
item.type === "icon" ? (openBlock(), createBlock(_component_el_icon, {
|
|
52819
|
-
key: 0,
|
|
52820
|
-
onClick: ($event) => handleClick(item, row)
|
|
52821
|
-
}, {
|
|
52822
|
-
default: withCtx(() => [
|
|
52823
|
-
(openBlock(), createBlock(resolveDynamicComponent(item.value)))
|
|
52824
|
-
]),
|
|
52825
|
-
_: 2
|
|
52826
|
-
}, 1032, ["onClick"])) : (openBlock(), createBlock(_component_el_button, {
|
|
52827
|
-
key: 1,
|
|
52828
|
-
link: "",
|
|
52829
|
-
onClick: ($event) => handleClick(item, row)
|
|
52830
|
-
}, {
|
|
52831
|
-
default: withCtx(() => [
|
|
52832
|
-
createTextVNode(toDisplayString(item.label), 1)
|
|
52833
|
-
]),
|
|
52834
|
-
_: 2
|
|
52835
|
-
}, 1032, ["onClick"]))
|
|
52836
|
-
], 64);
|
|
52837
|
-
}), 256))
|
|
52838
|
-
]),
|
|
52839
|
-
_: 2
|
|
52840
|
-
}, 1032, ["label"]);
|
|
52841
|
-
}), 128))
|
|
52842
|
-
]),
|
|
52843
|
-
_: 1
|
|
52844
|
-
}, 8, ["data", "height", "show-header"])
|
|
52845
|
-
], 2);
|
|
52846
|
-
};
|
|
52847
|
-
}
|
|
52848
|
-
});
|
|
52849
|
-
const VueTable = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-51928c2c"]]);
|
|
52783
|
+
const VueUpload = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-9be9bfaa"]]);
|
|
52850
52784
|
const __vite_glob_0_0 = '<svg t="1752739427279" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10550" width="32" height="32"><path d="M511.99 960.22C264.84 960.22 63.77 759.15 63.77 512S264.84 63.78 511.99 63.78 960.23 264.85 960.23 512 759.14 960.22 511.99 960.22z m0-823.81C304.88 136.41 136.4 304.89 136.4 512s168.48 375.59 375.59 375.59c207.13 0 375.61-168.48 375.61-375.59S719.12 136.41 511.99 136.41z" p-id="10551"></path></svg>';
|
|
52851
52785
|
const __vite_glob_0_1 = '<svg t="1745981539011" class="icon" viewBox="0 0 1066 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5041"\r\n width="200" height="200">\r\n <path\r\n d="M535.893333 47.018667L129.450667 245.888a42.666667 42.666667 0 0 0-23.893334 38.314667v447.872a42.666667 42.666667 0 0 0 23.594667 38.144L533.333333 972.373333a42.666667 42.666667 0 0 0 38.186667 0l404.181333-202.112a42.666667 42.666667 0 0 0 23.594667-38.144V287.445333a42.666667 42.666667 0 0 0-23.466667-38.144l-402.005333-202.069333a42.666667 42.666667 0 0 0-37.930667-0.213333z m18.517334 85.930666l359.552 180.778667v391.978667l-361.514667 180.778666-361.557333-180.778666V310.826667l363.52-177.877334z"\r\n p-id="5042"></path>\r\n <path\r\n d="M167.253333 249.216a42.666667 42.666667 0 1 0-38.016 76.416l388.352 193.109333a83.072 83.072 0 0 0 74.282667-0.170666L975.786667 325.546667a42.666667 42.666667 0 1 0-38.314667-76.245334l-382.890667 192.554667L167.210667 249.173333z"\r\n p-id="5043"></path>\r\n <path d="M597.333333 934.186667V489.557333h-85.333333v444.586667z" p-id="5044"></path>\r\n</svg>';
|
|
52852
52786
|
const __vite_glob_0_2 = '<svg t="1752739678266" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="14033" width="32" height="32"><path d="M882.3 137.5c2.4 0 4.3 1.9 4.3 4.3v740c0 2.4-1.9 4.3-4.3 4.3h-740c-2.4 0-4.3-1.9-4.3-4.3v-740c0-2.4 1.9-4.3 4.3-4.3h740m0-5.7h-740c-5.5 0-10 4.5-10 10v740c0 5.5 4.5 10 10 10h740c5.5 0 10-4.5 10-10v-740c0-5.5-4.5-10-10-10z" fill="#1296db" p-id="14034"></path><path d="M654.9 817.2c-4 0-8.1-1-11.8-3-7.7-4.3-12.9-12.4-12.9-21.7 0-4.3 1.1-8.4 3.1-12 45-82.7 154.5-316.5 120.5-402.4-5-12.7-12.9-20.4-24.9-24.4-38.5-12.7-94.6 53.9-144.1 112.8-51.2 60.9-99.7 118.3-151.1 122.5-19.9 1.6-38.3-4.8-54.5-18.9-50.9-44.1-16.9-128.2 13.1-202.4 15.7-38.9 37.2-92.2 29.5-108.5-0.3-0.7-1-2.1-4.9-3.2-30.4-9.5-106.2 83.6-155.2 173-6.6 11.9-21.6 16.4-33.5 9.8-11.9-6.6-16.4-21.6-9.8-33.5 28.8-52.6 129.5-222.2 213.1-196.3 16.1 5 28.1 15.1 34.8 29.2 17 35.8-4 87.9-28.3 148.2-22.5 55.9-50.6 125.6-26.4 146.6 7.9 6.8 13.9 7.3 18.3 6.9 30.9-2.5 76.8-56.9 117.2-105 62.5-74.3 127.2-151 197.4-127.9 25.9 8.5 45 26.8 55.3 53.1C848.4 483 694.4 771.9 676.7 804.4c-4.5 8.1-13 12.8-21.8 12.8z m0 0" p-id="14035"></path></svg>';
|
|
@@ -52872,10 +52806,11 @@ const __vite_glob_0_21 = '<svg t="1688700146309" class="icon" viewBox="0 0 1024
|
|
|
52872
52806
|
const __vite_glob_0_22 = '<svg t="1748229069348" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="12036" width="32" height="32"><path d="M603.136 509.44l120.832 208.896-182.784 111.104-125.952-218.112-148.48 143.872-39.424-660.48 551.936 364.544-176.128 50.176z" p-id="12037"></path></svg>';
|
|
52873
52807
|
const __vite_glob_0_23 = '<svg t="1688700699595" class="icon" viewBox="0 0 1024 1024" version="1.1"\r\n xmlns="http://www.w3.org/2000/svg" p-id="14042" width="16" height="16">\r\n <path\r\n d="M664.7 265.6l-519.4 96.7-7.8 7.8v332.7l10.2 10.4 712.3 55 1.2-1.8 4.5-5.4-194.1-488.5-6.9-6.9z m59.4-147.2c45.1 0 83.4 38.8 83.4 84.4 0 33.7-14.8 61-39.3 75.1l-8.5 4.2-3.4 1.1 191.5 452.5 1.2 0.1c23.8 2.6 45.9 15.3 56.7 32.4l3.5 6.6 2.4 7c13.1 33.1 11.4 64.7-7 89.5-19.4 26.2-51.6 38.9-81.2 32.7-29.8 0-55.6-15.6-69-40.1l-4-8.5-2.7-8.1-685.1-49.1-2.2 6.8c-9.5 23.8-29.7 40.9-54.6 46.6l-9.5 1.6-8.9 0.5C42.3 853.7 4 814.9 4 769.3c0-33.7 14.8-61 39.3-75.1l8.5-4.2 7.5-2.7V385.6l-7.5-2.6C28 373.1 11.5 351.9 6 324.3l-1.5-10.6-0.4-10c0-44.8 37.5-78.8 83.4-78.8 29.8 0 55.6 15.6 69 40.1l4 8.5 1.8 5.3L648 176.3l0.2-0.9c7.8-28.1 29.7-48.6 57.5-54.9l9.5-1.6 8.9-0.5z"\r\n p-id="14043"></path>\r\n</svg>';
|
|
52874
52808
|
const __vite_glob_0_24 = '<svg t="1688700548539" class="icon" viewBox="0 0 1024 1024" version="1.1"\r\n xmlns="http://www.w3.org/2000/svg" p-id="5996" width="16" height="16">\r\n <path\r\n d="M419.2 102.4c51.2 0 92.8 41.6 92.8 96 0 25.6-9.6 51.2-28.8 70.4l166.4 416c19.2-12.8 44.8-16 67.2-9.6l172.8-272c-19.2-32-12.8-76.8 19.2-99.2 32-22.4 73.6-12.8 96 22.4 19.2 32 12.8 76.8-19.2 99.2-9.6 6.4-25.6 12.8-38.4 12.8l-176 275.2c28.8 41.6 19.2 102.4-19.2 131.2-41.6 32-99.2 22.4-128-22.4-16-22.4-19.2-48-16-73.6L422.4 291.2h-3.2c-12.8 0-22.4-3.2-32-6.4l-208 243.2c25.6 44.8 6.4 102.4-38.4 128s-99.2 6.4-124.8-38.4-6.4-102.4 38.4-128c22.4-12.8 51.2-16 76.8-6.4l208-243.2c-25.6-44.8-6.4-102.4 38.4-128 12.8-6.4 28.8-9.6 41.6-9.6z"\r\n p-id="5997"></path>\r\n</svg>';
|
|
52875
|
-
const __vite_glob_0_25 = '<svg t="
|
|
52876
|
-
const __vite_glob_0_26 = '<svg t="
|
|
52877
|
-
const __vite_glob_0_27 = '<svg t="
|
|
52878
|
-
const
|
|
52809
|
+
const __vite_glob_0_25 = '<svg t="1787896314987" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"\r\n p-id="11382" width="32" height="32">\r\n <path\r\n d="M128 168v688a40 40 0 0 0 40 40h688a40 40 0 0 0 40-40V168a40 40 0 0 0-40-40H168a40 40 0 0 0-40 40z m72 32h624v624H200z"\r\n p-id="11383"></path>\r\n</svg>';
|
|
52810
|
+
const __vite_glob_0_26 = '<svg t="1748514391543" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="22724" width="32" height="32"><path d="M836.224 106.666667h-490.666667a85.589333 85.589333 0 0 0-85.333333 85.333333V256h-64a85.589333 85.589333 0 0 0-85.333333 85.333333v490.666667a85.589333 85.589333 0 0 0 85.333333 85.333333h490.666667a85.589333 85.589333 0 0 0 85.333333-85.333333V768h64a85.589333 85.589333 0 0 0 85.333333-85.333333V192a85.589333 85.589333 0 0 0-85.333333-85.333333z m-132.266667 725.333333a20.138667 20.138667 0 0 1-21.333333 21.333333h-490.666667a20.138667 20.138667 0 0 1-21.333333-21.333333V341.333333a20.138667 20.138667 0 0 1 21.333333-21.333333h494.933334a20.138667 20.138667 0 0 1 21.333333 21.333333v490.666667z m153.6-149.333333a20.138667 20.138667 0 0 1-21.333333 21.333333h-64V341.333333a85.589333 85.589333 0 0 0-85.333333-85.333333h-362.666667V192a20.138667 20.138667 0 0 1 21.333333-21.333333h490.666667a20.138667 20.138667 0 0 1 21.333333 21.333333z" p-id="22725" fill="#1296db"></path></svg>';
|
|
52811
|
+
const __vite_glob_0_27 = '<svg t="1748229201402" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2017" width="32" height="32"><path d="M672.495448 771.063111C536.288206 861.520472 350.802077 846.716896 230.724063 726.652386 93.758646 589.702371 93.758646 367.662526 230.724063 230.712511 367.68948 93.762496 589.754297 93.762496 726.719714 230.712511 846.795912 350.775203 861.60252 536.236675 771.139544 672.42803 773.082599 674.008086 774.96705 675.706322 776.783972 677.52304L875.05372 775.781733C902.70344 803.428352 903.102472 847.853384 875.518408 875.434352 848.125328 902.824352 803.92872 903.040688 775.854586 874.969704L677.584842 776.711015C675.771042 774.897418 674.074508 773.01162 672.495448 771.063111L672.495448 771.063111ZM677.120149 677.058399C786.692482 567.498387 786.692482 389.86651 677.120149 280.306498 567.547815 170.746486 389.895962 170.746486 280.323628 280.306498 170.751294 389.86651 170.751294 567.498387 280.323628 677.058399 389.895962 786.61841 567.547815 786.61841 677.120149 677.058399ZM320 448 320 512 640 512 640 448 320 448Z" p-id="2018"></path></svg>';
|
|
52812
|
+
const __vite_glob_0_28 = '<svg t="1748229160179" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1831" width="32" height="32"><path d="M672.495448 771.063111C536.288206 861.520472 350.802077 846.716896 230.724063 726.652386 93.758646 589.702371 93.758646 367.662526 230.724063 230.712511 367.68948 93.762496 589.754297 93.762496 726.719714 230.712511 846.795912 350.775203 861.60252 536.236675 771.139544 672.42803 773.082599 674.008086 774.96705 675.706322 776.783972 677.52304L875.05372 775.781733C902.70344 803.428352 903.102472 847.853384 875.518408 875.434352 848.125328 902.824352 803.92872 903.040688 775.854586 874.969704L677.584842 776.711015C675.771042 774.897418 674.074508 773.01162 672.495448 771.063111L672.495448 771.063111ZM677.120149 677.058399C786.692482 567.498387 786.692482 389.86651 677.120149 280.306498 567.547815 170.746486 389.895962 170.746486 280.323628 280.306498 170.751294 389.86651 170.751294 567.498387 280.323628 677.058399 389.895962 786.61841 567.547815 786.61841 677.120149 677.058399ZM448 448 320 448 320 512 448 512 448 640 512 640 512 512 640 512 640 448 512 448 512 320 448 320 448 448Z" p-id="1832"></path></svg>';
|
|
52813
|
+
const svgs = /* @__PURE__ */ Object.assign({ "/src/assets/icons/geometry/circle.svg": __vite_glob_0_0, "/src/assets/icons/geometry/cube.svg": __vite_glob_0_1, "/src/assets/icons/geometry/freehand.svg": __vite_glob_0_2, "/src/assets/icons/vicon/404.svg": __vite_glob_0_3, "/src/assets/icons/vicon/basin.svg": __vite_glob_0_4, "/src/assets/icons/vicon/box.svg": __vite_glob_0_5, "/src/assets/icons/vicon/bug.svg": __vite_glob_0_6, "/src/assets/icons/vicon/chart.svg": __vite_glob_0_7, "/src/assets/icons/vicon/clear.svg": __vite_glob_0_8, "/src/assets/icons/vicon/clipboard.svg": __vite_glob_0_9, "/src/assets/icons/vicon/close.svg": __vite_glob_0_10, "/src/assets/icons/vicon/collapse.svg": __vite_glob_0_11, "/src/assets/icons/vicon/cross.svg": __vite_glob_0_12, "/src/assets/icons/vicon/expand.svg": __vite_glob_0_13, "/src/assets/icons/vicon/fullmap.svg": __vite_glob_0_14, "/src/assets/icons/vicon/layer.svg": __vite_glob_0_15, "/src/assets/icons/vicon/layers.svg": __vite_glob_0_16, "/src/assets/icons/vicon/max.svg": __vite_glob_0_17, "/src/assets/icons/vicon/measurearea.svg": __vite_glob_0_18, "/src/assets/icons/vicon/measureline.svg": __vite_glob_0_19, "/src/assets/icons/vicon/min.svg": __vite_glob_0_20, "/src/assets/icons/vicon/point.svg": __vite_glob_0_21, "/src/assets/icons/vicon/pointer.svg": __vite_glob_0_22, "/src/assets/icons/vicon/polygon.svg": __vite_glob_0_23, "/src/assets/icons/vicon/polyline.svg": __vite_glob_0_24, "/src/assets/icons/vicon/rectangle.svg": __vite_glob_0_25, "/src/assets/icons/vicon/restore.svg": __vite_glob_0_26, "/src/assets/icons/vicon/zoomin.svg": __vite_glob_0_27, "/src/assets/icons/vicon/zoomout.svg": __vite_glob_0_28 });
|
|
52879
52814
|
const svgMap = {};
|
|
52880
52815
|
for (const path2 in svgs) {
|
|
52881
52816
|
const folder = path2.split("/").at(-2);
|
|
@@ -52923,18 +52858,17 @@ const _sfc_main = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({
|
|
|
52923
52858
|
};
|
|
52924
52859
|
}
|
|
52925
52860
|
}));
|
|
52926
|
-
const SvgIconInner = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
52861
|
+
const SvgIconInner = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-e764b581"]]);
|
|
52927
52862
|
const components = [
|
|
52928
52863
|
OlMap,
|
|
52929
52864
|
OlBasemap,
|
|
52930
52865
|
OlToolbar,
|
|
52931
|
-
_sfc_main$
|
|
52866
|
+
_sfc_main$j,
|
|
52932
52867
|
OlEagle,
|
|
52933
52868
|
OlLayerManager,
|
|
52934
|
-
_sfc_main$
|
|
52869
|
+
_sfc_main$g,
|
|
52935
52870
|
OlOverlay,
|
|
52936
|
-
_sfc_main$
|
|
52937
|
-
_sfc_main$d,
|
|
52871
|
+
_sfc_main$e,
|
|
52938
52872
|
_sfc_main$c,
|
|
52939
52873
|
_sfc_main$b,
|
|
52940
52874
|
_sfc_main$a,
|
|
@@ -52943,6 +52877,7 @@ const components = [
|
|
|
52943
52877
|
_sfc_main$7,
|
|
52944
52878
|
_sfc_main$6,
|
|
52945
52879
|
_sfc_main$5,
|
|
52880
|
+
_sfc_main$4,
|
|
52946
52881
|
VueDraggablePanel,
|
|
52947
52882
|
VueUpload,
|
|
52948
52883
|
VueCard,
|
|
@@ -63792,25 +63727,25 @@ const webimage = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProp
|
|
|
63792
63727
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
63793
63728
|
export {
|
|
63794
63729
|
GradientColor,
|
|
63795
|
-
_sfc_main$
|
|
63730
|
+
_sfc_main$9 as OlArcgis,
|
|
63796
63731
|
OlBasemap,
|
|
63797
|
-
_sfc_main$
|
|
63798
|
-
_sfc_main$
|
|
63799
|
-
_sfc_main$
|
|
63732
|
+
_sfc_main$5 as OlBdmap,
|
|
63733
|
+
_sfc_main$4 as OlDisplay,
|
|
63734
|
+
_sfc_main$j as OlDrawer,
|
|
63800
63735
|
OlEagle,
|
|
63801
|
-
_sfc_main$
|
|
63736
|
+
_sfc_main$6 as OlGdmap,
|
|
63802
63737
|
OlHandler,
|
|
63803
63738
|
InteractionHandler as OlInteractionHandler,
|
|
63804
63739
|
OlMap,
|
|
63805
63740
|
OlOverlay,
|
|
63806
|
-
_sfc_main$
|
|
63807
|
-
_sfc_main$
|
|
63808
|
-
_sfc_main$
|
|
63809
|
-
_sfc_main$
|
|
63741
|
+
_sfc_main$g as OlPopup,
|
|
63742
|
+
_sfc_main$a as OlSupermap,
|
|
63743
|
+
_sfc_main$b as OlTdt,
|
|
63744
|
+
_sfc_main$c as OlTile,
|
|
63810
63745
|
OlToolbar,
|
|
63811
|
-
_sfc_main$
|
|
63812
|
-
_sfc_main$
|
|
63813
|
-
_sfc_main$
|
|
63746
|
+
_sfc_main$e as OlVector,
|
|
63747
|
+
_sfc_main$7 as OlVectortile,
|
|
63748
|
+
_sfc_main$8 as OlWms,
|
|
63814
63749
|
SvgIconInner,
|
|
63815
63750
|
VcMapUtils as VMapUtils,
|
|
63816
63751
|
VUtils,
|