From a9594ccec27007dbfd856df09f16cc3253ff1b89 Mon Sep 17 00:00:00 2001 From: zh <972939975@qq.com> Date: Mon, 18 Aug 2025 13:42:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E6=92=A4-=E8=A7=A3=E5=86=B3=E9=9B=86?= =?UTF-8?q?=E7=BB=93=E5=9C=B0=E7=82=B9=E4=BD=8D=E7=BB=8F=E5=BA=A6=E8=B6=8A?= =?UTF-8?q?=E8=BF=87180=C2=B0=E6=97=B6=E8=AE=A1=E7=AE=97=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Tools/index.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Tools/index.js b/src/Tools/index.js index 1e75b1c..0674a47 100644 --- a/src/Tools/index.js +++ b/src/Tools/index.js @@ -503,9 +503,6 @@ class Tools { let points = positions.length; let pnts = new Array(); positions.forEach((item) => { - if(item.lng<-90) { - item.lng += 360 - } pnts.push([item.lng, item.lat]); }); //console.log("pnts6666",pnts);