chbim-plugins 0.0.36 → 0.0.37
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/chbim-plugins.js +3 -3
- package/chbim-plugins.umd.cjs +26 -26
- package/package.json +1 -1
package/chbim-plugins.js
CHANGED
|
@@ -24522,7 +24522,7 @@ class f1 {
|
|
|
24522
24522
|
console.error("测试shp矢量加载失败", Bt), p({
|
|
24523
24523
|
tite: "【矢量】" + D + "加载失败",
|
|
24524
24524
|
type: "error",
|
|
24525
|
-
id:
|
|
24525
|
+
id: N,
|
|
24526
24526
|
url: _
|
|
24527
24527
|
});
|
|
24528
24528
|
});
|
|
@@ -24530,14 +24530,14 @@ class f1 {
|
|
|
24530
24530
|
p({
|
|
24531
24531
|
tite: "【矢量】" + D + "加载失败",
|
|
24532
24532
|
type: "error",
|
|
24533
|
-
id:
|
|
24533
|
+
id: N,
|
|
24534
24534
|
url: _
|
|
24535
24535
|
});
|
|
24536
24536
|
}).catch((I) => {
|
|
24537
24537
|
console.error("数据有误", I), p({
|
|
24538
24538
|
tite: "【矢量】" + S + "数据有误",
|
|
24539
24539
|
type: "error",
|
|
24540
|
-
id:
|
|
24540
|
+
id: T,
|
|
24541
24541
|
url: _
|
|
24542
24542
|
});
|
|
24543
24543
|
});
|