This commit is contained in:
汪汇 2024-07-26 17:15:23 +08:00
parent eaf6e71483
commit 3909f12f07
1 changed files with 0 additions and 2 deletions

View File

@ -921,7 +921,6 @@ const createCustomOverlayJd2 = (polygon, indexx) => {
} else {
num = "number";
}
console.log(num);
jdm_number_arr.value[indexx] = new BMapGL.CustomOverlay(createLabelDOM, {
point: new BMapGL.Point(...polygon.center),
opacity: 0.5,
@ -1184,7 +1183,6 @@ const DGcreateCs2 = (polygon, indexx) => {
} else {
num = "number";
}
console.log("单个", num);
cs_dd_arr.value[indexx] = new BMapGL.CustomOverlay(createLabelDOM, {
point: new BMapGL.Point(...polygon.center),
opacity: 0.5,