-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Earthengine pull request 2014 06: update earthengine-head to Time Machine head 2014-06-04, commit 694299ffbbfb2471fbc2ec55113314f017ede27e (plus changes TBD from review) #2
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- added support to fit viewer to browser window (full screen support coming soon) - merged hyperwall code - merged joystick code - file formatting changes - fixed UI race condition when stopping/replaying tours
…options when creating a time machine. - integrated-viewer.html is now a bare bones example, as it was in the past. Needed for TMCA. Further html examples/file cleanup forthcoming. - Tweaked fix from previous commit for instant warps between keframes in tours.
Fixed a bug that caused zoomGracefully to not zoom to the correct level. File formatting changes to crossdomain_api.js
… there exists 0.5 difference. Fixed a bug in controller.html for sorting keyframes due to the update from Android 4.3 to 4.4
… outside the browser window or outside an iframe.
…res) when the user's mouse leaves the viewport that is inside an iframe.
Added presentation mode. Added the ability to rearrange keyframes while creating a tour. Misc bug fixes. Added new example files.
…y if the speed is set to less than 100%.
Fixed a bug in timelapse.js that skipping frames at the end does not correctly remove the captured times.
Redesign the default UI.
- Minor cleanup.
…ajax loading and loading via javascript includes. - Updated the template javascript include file.
Added more html testing pages.
Refactored the viewer resizing logic.
…tocol; before it was a library that had many fallbacks/hacks for older browsers. This does mean we lost cross domain support for older browsers, but they could not have used the viewer anyway. The only scenario that all browsers could handle would be binding some handler based on the browser compatibility that the viewer reports. Now the page that embeds the viewer will have to do its own detection for older browsers if a fallback is wanted besides the default message the viewer would display in this case. The API stays the same, so this should be a drop in replacement.
#1 (comment) - Fixed issue with playing/pausing through the cross domain protocol when the time machine is looping.
…a user forces a video format in the viewer settings and the browser doesn't actually support it, a message will be displayed rather than a black viewport.
…ssary; Fixed syntax errors tripping up older browsers (IE < 8); Removed unused CSS
…nd annotator are enabled.
Playing a tour now hides the annotator UI.
…ks the custom UI. Tweaked the button for toggling the annotator.
…previously added mousedown events.
…k upon page load. For the case of initially loading a dataset, this has reduced the number of times a video is loaded or seeked by about half. - Bug fixes that came about as a result of the refactor above.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.