xushiting 4 years ago
parent
commit
84d59dfc52
1 changed files with 3 additions and 0 deletions
  1. 3 0
      main.js

+ 3 - 0
main.js

@@ -123112,6 +123112,9 @@ and limitations under the License.
            return t.x = e.x,
            t.y = e.y,
            t
+        // t.x = 113.5955376;
+        // t.y = 22.36739889;
+        // var e = this.proj4Transformer.forward(t);
            /*
            var e = this.proj4Transformer.forward(t);
            console.log('t-x:'+t.x+',t-y'+t.y);