This commit is contained in:
commit
68bd7cf02d
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue