command-center-v3-common 0.0.82 → 0.0.83
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.
|
@@ -18921,12 +18921,12 @@ function L5(e) {
|
|
|
18921
18921
|
dashArray: [5, 5]
|
|
18922
18922
|
}
|
|
18923
18923
|
};
|
|
18924
|
-
i.pm(h.value, x.value, G, N);
|
|
18924
|
+
console.log(h.value, x.value, G, N), i.pm(h.value, x.value, G, N);
|
|
18925
18925
|
let K = "";
|
|
18926
18926
|
x.value === "circle" ? K = T("mouseClicksOnTheMapAndClicksHoldsDownDragsAndDrawsAndReleasesToEnd") : x.value === "polygon" && (K = T("mouseClicksOnTheMapAndRightClicksToEnd")), K && qe.success(K);
|
|
18927
18927
|
}
|
|
18928
18928
|
function N(G) {
|
|
18929
|
-
I.value = i.polygon(h.value, G, { weight: 2, color: "#2DF2FF", opacity: 1, fillColor: "#2DF2FF", fillOpacity: 0.3 }), i.fitBounds(h.value, G.map((K) => [K.lat, K.lng])), E();
|
|
18929
|
+
console.log(G), I.value = i.polygon(h.value, G, { weight: 2, color: "#2DF2FF", opacity: 1, fillColor: "#2DF2FF", fillOpacity: 0.3 }), i.fitBounds(h.value, G.map((K) => [K.lat, K.lng])), E();
|
|
18930
18930
|
}
|
|
18931
18931
|
function E() {
|
|
18932
18932
|
h.value && i.removePM(h.value);
|