@mapcatch/util 2.0.7 → 2.0.8
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.
|
@@ -6815,17 +6815,17 @@ const layerGroups = [
|
|
|
6815
6815
|
point: [
|
|
6816
6816
|
{
|
|
6817
6817
|
field: "lng",
|
|
6818
|
-
label: "\u7ECF\u5EA6
|
|
6818
|
+
label: "\u7ECF\u5EA6/X",
|
|
6819
6819
|
unit: ""
|
|
6820
6820
|
},
|
|
6821
6821
|
{
|
|
6822
6822
|
field: "lat",
|
|
6823
|
-
label: "\u7EAC\u5EA6
|
|
6823
|
+
label: "\u7EAC\u5EA6/Y",
|
|
6824
6824
|
unit: ""
|
|
6825
6825
|
},
|
|
6826
6826
|
{
|
|
6827
6827
|
field: "height",
|
|
6828
|
-
label: "\u9AD8\u7A0B
|
|
6828
|
+
label: "\u9AD8\u7A0B/Z",
|
|
6829
6829
|
unit: "m"
|
|
6830
6830
|
}
|
|
6831
6831
|
],
|
|
@@ -112515,7 +112515,7 @@ function getStyle(e, n) {
|
|
|
112515
112515
|
"background-color": "#000000"
|
|
112516
112516
|
}
|
|
112517
112517
|
});
|
|
112518
|
-
let { taskName: u, projectName: d, user_id: p, data_type: y } = n, o = y === "infrared" ? "tmp" : "dom", j = `http://127.0.0.1
|
|
112518
|
+
let { taskName: u, projectName: d, user_id: p, data_type: y } = n, o = y === "infrared" ? "tmp" : "dom", j = `http://127.0.0.1:${window.baseServerPort}/${p}/${encodeURIComponent(d)}/${encodeURIComponent(u)}/result/2D/${layerFolders[o]}/{z}/{x}/{y}.webp`;
|
|
112519
112519
|
return l.sources.dom_image = {
|
|
112520
112520
|
type: "raster",
|
|
112521
112521
|
tiles: [j],
|