Commit Graph

20 Commits

Author SHA1 Message Date
jiangheng 3f3c63fa68 supoort cross-origin isolated 2022-07-12 10:48:20 +08:00
ebogo1 d20fda3603 don't use spy for CI ktx2 specs 2021-06-24 19:17:20 -04:00
ebogo1 21daf50fed first pass PR feedback 2021-06-16 18:18:08 -04:00
ebogo1 da30ff79a3 UASTC support 2021-05-06 14:46:09 -04:00
ebogo1 8e708d13de fix parseKTX2 logic and add mip level support to Material.js 2021-05-04 11:32:07 -04:00
ebogo1 681f952ebe remove unused .ktx2 files 2021-04-30 14:56:14 -04:00
ebogo1 0ba051843f fix Sandcastles 2021-04-30 14:55:28 -04:00
ebogo1 e5ecf33369 update sandcastles 2021-04-27 16:57:20 -04:00
Dan Bagnell 64dd9b45cc Add ktx loading support to materials. Update Sandcastle and tests. 2016-12-21 14:18:42 -05:00
Ed Mackey 258e3e4642 Tweak size & position of large logo overlay. 2016-11-03 16:05:52 -04:00
Ed Mackey 0f2764a524 Update three more images. 2016-11-02 16:26:18 -04:00
Thomas Pedbereznak fa60886ff6 Moved icons 2016-04-06 11:57:06 -04:00
Matthew Amato c5061fa575 Make Cesium work with current release of gdal2tiles.py
gdal2tiles.py previously had 2 bugs compared to the TMS specification.

1. Origin and BoundingBox flipped X and Y values.
2. Origin and Bounding box were always in geodetic degrees,
regardless of the file.

They fixed 1, but 2 is still an issue. Our workarounds were kind of smashed
together in the code so I detangled it to remove doing 1 by default, but
added a `flipXY` property for manually enabled backwards compatibility.
Unfortunately, the buggy and non buggy versions of gdal generated identical
files except for the flipped values, so it's impossible for us to detect
this ourselves.

I also fixed bad promise resolution in tilemapresource.xml, which would
silently fail (in the original code) when `flipXY` was performed but no
longer needed. Fixing this makes some buggy TMS sets load properly anyway,
so that's a win for us.

For TMS layers we have in the repository, I fixed them to not contain the
bug.  Only tests that specifically check for `flipXY` behavior include
the buggy XML.

I did NOT change the black marble data and instead added `flipXY` to the
Sandcastle example and defaultLayers code.  We can certainly regenerate it
if we want, but it will break old versions of Cesium that use it.
2016-01-28 18:20:13 -05:00
Ed Mackey b2f9739f92 Update Imagery Layers Manipulation demo to HTML5 sliders. 2014-07-28 16:21:20 -04:00
hpinkos e6eb4ac881 Resized and reformatted cesium logo image 2013-04-12 11:32:12 -04:00
Chris Cooper 282587c781 remove maptiler generated htmls, remove default credit, use getNumberOfYTilesAtLevel, allow user defined tiling scheme 2012-12-07 12:01:22 +11:00
Chris Cooper 4cc97abbd9 Merge remote-tracking branch 'upstream/master' into tms_imagery 2012-11-30 12:27:08 +11:00
Kevin Ring edd5dbd465 Example and asset cleanup.
Move several assets to the Sandcastle area.  Also change the examples to
not set CentralBody properties that no longer exist.
2012-11-21 09:59:52 -05:00
Chris Cooper 6756dcee3f seems to be basically working 2012-11-16 11:31:09 +11:00
Scott Hunter 00bcc4a02a Eliminate Images folder.
Earth imagery is now in a new package Resources.  Images used by Sandcastle examples are now in the Sandcastle folder.  Images used by the Widgets are now self-contained in the Widgets package.

Also clean up the build file a bit, and create Eclipse launches for all of the build.xml targets.
2012-11-07 15:31:54 -05:00