xushiting пре 4 година
родитељ
комит
40cf9f1bd6
1 измењених фајлова са 6 додато и 6 уклоњено
  1. 6 6
      IndoorViewerAPI.js

+ 6 - 6
IndoorViewerAPI.js

@@ -123090,11 +123090,11 @@ and limitations under the License.
             this.proj4Transformer = t
         }
         return t.prototype.forward = function(t) {
-            // var e = this.proj4Transformer.forward(t);
-            // return t.x = e.x,
-            // t.y = e.y,
-            // t
-            
+            var e = this.proj4Transformer.forward(t);
+            return t.x = e.x,
+            t.y = e.y,
+            t
+            /*
             var e = this.proj4Transformer.forward(t);
             //console.log('t-x:'+t.x+',t-y'+t.y);
             if(t.x == 113.59500383333348 || t.y == 22.367328805555548 ){
@@ -123125,7 +123125,7 @@ and limitations under the License.
                 t.y = e.y;
             }
             return t;
-            
+            */
         }
         ,
         t.prototype.inverse = function(t) {