|
@@ -52898,7 +52898,7 @@ and limitations under the License.
|
|
'api/groups',
|
|
'api/groups',
|
|
'api/license',
|
|
'api/license',
|
|
'api/user',
|
|
'api/user',
|
|
- 'api/users',
|
|
|
|
|
|
+ //'api/users',
|
|
'api/route',
|
|
'api/route',
|
|
'status/health',
|
|
'status/health',
|
|
'api/configs',
|
|
'api/configs',
|
|
@@ -74664,6 +74664,7 @@ and limitations under the License.
|
|
value: !0
|
|
value: !0
|
|
});
|
|
});
|
|
var i = n(2)
|
|
var i = n(2)
|
|
|
|
+ , three = n(4)
|
|
, r = n(380)
|
|
, r = n(380)
|
|
, o = n(4)
|
|
, o = n(4)
|
|
, a = n(531)
|
|
, a = n(531)
|
|
@@ -74797,6 +74798,10 @@ and limitations under the License.
|
|
, i = new r.ReferenceSystem(!1,this.NAVVIS_LOCAL,"Local working coordinate system")
|
|
, i = new r.ReferenceSystem(!1,this.NAVVIS_LOCAL,"Local working coordinate system")
|
|
, l = new r.ReferenceSystem(!0,this.NAVVIS_TMERC,"Transverse Mercator around local origin",n)
|
|
, l = new r.ReferenceSystem(!0,this.NAVVIS_TMERC,"Transverse Mercator around local origin",n)
|
|
, u = new o.Matrix4;
|
|
, u = new o.Matrix4;
|
|
|
|
+ //e = 3.8628554620809177
|
|
|
|
+ //e = new r.quaternion();
|
|
|
|
+ //e.setFromAxisAngle(new THREE.Vector3(0,1,0),3.8628554620809177);
|
|
|
|
+ //e = new three.Quaternion().setFromAxisAngle(new three.Vector3(0,0,1), 3.8628554620809177 );
|
|
e && u.makeRotationFromQuaternion(e),
|
|
e && u.makeRotationFromQuaternion(e),
|
|
u.setPosition(new o.Vector3(0,0,t.z));
|
|
u.setPosition(new o.Vector3(0,0,t.z));
|
|
var d = new s.TransformChain([new c.AffineTransform(i,l,u), new a.GeodeticTransform(l,this.crsGlobal)])
|
|
var d = new s.TransformChain([new c.AffineTransform(i,l,u), new a.GeodeticTransform(l,this.crsGlobal)])
|
|
@@ -123111,6 +123116,11 @@ and limitations under the License.
|
|
this.proj4Transformer = t
|
|
this.proj4Transformer = t
|
|
}
|
|
}
|
|
return t.prototype.forward = function(t) {
|
|
return t.prototype.forward = function(t) {
|
|
|
|
+
|
|
|
|
+ if(t.x == 113.594635361111||t.x == 113.594615305556||t.x == 113.594646722222||t.x ==113.594664777778){
|
|
|
|
+ console.log('okokokokokokokok1');
|
|
|
|
+ }
|
|
|
|
+
|
|
var e = this.proj4Transformer.forward(t);
|
|
var e = this.proj4Transformer.forward(t);
|
|
return t.x = e.x,
|
|
return t.x = e.x,
|
|
t.y = e.y,
|
|
t.y = e.y,
|