Skip to content
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

Upgrade to Cesium 1.15 #3

Merged
merged 392 commits into from
Nov 2, 2015
Merged

Upgrade to Cesium 1.15 #3

merged 392 commits into from
Nov 2, 2015

Conversation

kring
Copy link
Member

@kring kring commented Nov 2, 2015

No description provided.

ggetz and others added 30 commits October 14, 2015 12:28
As discussed in CesiumGS#3083, these primitives are no longer needed and add
confusion to the public API.

I also replaced usage of them in any tests with the equivalent G&A code.
…the-old

Deprecate EllipsoidPrimitive, RectanglePrimitive, and Polygon
BoxOutlineGeometry and BoxGeometry Cleanup
Run `ant sortRequires`
Update package.json to latest modules.
Previously, when the clock had a multiplier larger than the largest
shuttle ring tick mark, the dial marker would end up going offscreen making
it impossible to adjust the multiplier through the UI.  Ancient code
tried to account for this by expanding the list of valid ticks to include
the new multiplier.  Unfortunately, that approach isn't ideal because it
would change user settings out from under them.  Instead, this approach
simply sets the dial to it's max value when the muliplier is larger
and the first click to slow things down will snap to the largest
actual tick.

Fixes CesiumGS#1072
pjcozzi and others added 23 commits October 29, 2015 17:42
…eViewRectangle

Replace deprecated viewRectangle in Sandcastle examples
…-build

Don't build or include Cesium Viewer as part of release.
test fixes for TileMapServiceImageryProvider
Fix problems with joinUrls and absolute URLs.
It turns out that there are a bunch of places in our code where we
use `when.defer()` and return the deferred instance instead of its
`promise` property.  This works in most cases because when's deferred
promises are thenable, however they don't have all of when's API, like
`always`.  This change makes sure we correctly return `deferred.promise`
everywhere.

It's probably a quirk of the version of when we are using
that defers aren't always-able and always isn't part of the A+ spec,
so there's no reason to add additional tests for these.
…cated

Ignore the deprecated Scene version of HeadingPitchRange
1.15 release

Conflicts:
	Source/Workers/cesiumWorkerBootstrapper.js
	gulpfile.js
	package.json
kring added a commit that referenced this pull request Nov 2, 2015
@kring kring merged commit f818342 into terriajs Nov 2, 2015
@kring kring deleted the cesiumUpgrade-1.15 branch November 2, 2015 23:57
kring pushed a commit that referenced this pull request Jan 5, 2017
kring pushed a commit that referenced this pull request Jul 9, 2019
tephenavies pushed a commit that referenced this pull request Sep 19, 2019
kring pushed a commit that referenced this pull request Jun 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.