360 Video#821
Closed
kyle-fitzp wants to merge 469 commits into
Closed
Conversation
* Generalize image draping and frustum to allow other orientation modes. * Fix bug introduced when trying to support both "yaw" and "heading" for gimbal orientation. * Switch to RectangleGeometry instead of EllipsoidGeometry to get better behavior at low altitudes and oblique angles. * Initialize frustum near and far clip distance from FrustumLayer constructor properties, if provided. * Initialize frustum fov from FrustumLayer contructor property, if provided
…or_Layers_with_multiple_dataSources_#714' into piaware
* Fix image draping primitive position into CesiumView * Use raise lowerToBottom function instead of setting the primitive at index 0 * Restore using index of lowerToBottom (more efficient)
…IME stream & incrementing correctly the version of new datablocks received (opensensorhub#720)
…t to destroy the view after removing the div from the DOM
… allow all datasources to attemtp reconnect after disconnect
Update CesiumView, LeafletView, & MapView to align w viewer PR 148 (and1 later commit in dev including color prop) - include lob handling, icon color properties in Cesium, copyright info to LeafletView
H264 merge - remove commented out code; revamp WebCodecView to be more robust & handle edge cases
Single commit reverting scaleByDistance back to (1000, 1.0, 10e6, 0.0). Change was originally made to adjust size of .svg icons, but currently moving back to .png and the original scale was correct
…lude OAuthClient implementations
Revert CesiumView.js scaling
… refresh as needed to getValidToken
… it - race fix, always attach
…s uses an http request, it gets the latest available datapoint when the connection status is updated to 'CONNECTED' and can access the data in an H2 database and the State DB
Update map with latest PM after datasources are connected using phenomenonTime='now' http request
Add bundler agnostic OAuth client & update usages
…splay in FFMPEGView
Add support for H265/HEVC video in WebCodecView
Added osh-viewer updates from 3.0.0
updated import to osh-js/source/core
uncommented scale, width and height. fixes super large cesium icons
Removed icon from lob layer
This file contains hidden or 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
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.
This adds 360 video. OSH-JS code changes copied from OSH-Viewer: Botts-Innovative-Research/osh-viewer#284