We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5896623 commit a2279baCopy full SHA for a2279ba
worldwind-gs-explorer/src/main/resources/explorer/js/model/Explorer.js
@@ -183,8 +183,10 @@ define(['jquery',
183
this.wwd.navigator.roll = roll;
184
this.wwd.redraw();
185
}
186
- this.globe.lookAt(lat, lon, alt);
187
- this.globe.updateEyePosition(); // update time widget
+ // FIX THIS: viewpoint is not updating!
+// this.globe.lookAt(lat, lon, alt);
188
+// this.globe.updateEyePosition(); // update time widget
189
+ this.lookAtLatLon(lat,lon,alt);
190
return;
191
192
0 commit comments