|
@@ -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) {
|