|
@@ -123088,10 +123088,11 @@ and limitations under the License.
|
|
this.proj4Transformer = t
|
|
this.proj4Transformer = t
|
|
}
|
|
}
|
|
return t.prototype.forward = function(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);
|
|
var e = this.proj4Transformer.forward(t);
|
|
console.log('t-x:'+t.x+',t-y'+t.y);
|
|
console.log('t-x:'+t.x+',t-y'+t.y);
|
|
if(t.x == 113.59571152939596 || t.y == 22.366594630499026 ){
|
|
if(t.x == 113.59571152939596 || t.y == 22.366594630499026 ){
|
|
@@ -123122,6 +123123,7 @@ and limitations under the License.
|
|
t.y = e.y;
|
|
t.y = e.y;
|
|
}
|
|
}
|
|
return t;
|
|
return t;
|
|
|
|
+ */
|
|
}
|
|
}
|
|
,
|
|
,
|
|
t.prototype.inverse = function(t) {
|
|
t.prototype.inverse = function(t) {
|