This commit is contained in:
duanxiaohai 2024-08-23 14:29:59 +08:00
commit 68bd7cf02d
1 changed files with 1 additions and 3 deletions

View File

@ -2676,7 +2676,7 @@ const addPolygonCounty = () => {
map.addOverlay(polygon);
polygon.addEventListener("click", async () => {
if (drawing.value) {
if (showEdit.value) {
return;
}
// townName.value = item.name;
@ -3206,8 +3206,6 @@ const createCs2 = (polygon, indexx) => {
};
//
const DGcreateCs = (polygon, indexx) => {
console.log(7777777777);
function createLabelDOM() {
var content = document.createElement("div");
content.style.display = "flex";