You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be a lot of duplicated code in js/ui/camera.js. Simplifying the module would help prevent bugs like #1744#1429 and make the module easier to test.
For example, rotateTo could just be a call to easeTo. More ambitiously, easeTo could probably be a parameterized call to flyTo.
There seems to be a lot of duplicated code in
js/ui/camera.js
. Simplifying the module would help prevent bugs like #1744 #1429 and make the module easier to test.For example,
rotateTo
could just be a call toeaseTo
. More ambitiously,easeTo
could probably be a parameterized call toflyTo
.ref #1771
The text was updated successfully, but these errors were encountered: