|
@@ -1305,7 +1305,7 @@ export default {
|
|
|
let that = this
|
|
|
setTimeout(function() {
|
|
|
that.viewer.camera.setView({
|
|
|
- destination: new SuperMap3D.Cartesian3.fromDegrees(Number(longitude), Number(latitude), Number(height)),
|
|
|
+ destination: new SuperMap3D.Cartesian3.fromDegrees(Number(longitude)+Number(0.2), Number(latitude)-Number(1.3), Number(140000)),
|
|
|
orientation: {
|
|
|
heading: SuperMap3D.Math.toRadians(0),
|
|
|
pitch: SuperMap3D.Math.toRadians(-45),
|