Skip to content

v0.4.13

Choose a tag to compare

@gkjohnson gkjohnson released this 27 Jul 14:15
· 334 commits to master since this release

Added

  • XYZTilesPlugin, XYZImageOverlay: Add support for inverted Y tile order, ability to specify bounds.

Fixed

  • ImageFormatPlugin: Fixed case where an error could throw if a texture was loaded twice in minor corner cases.
  • GoogleCloudAuthPlugin: Use the default load queue parameters.
  • GoogleCloudAuthPlugin: Fix issue relating to assigned auth url.
  • TileCompressionPlugin: Fix transform not working correctly when model is rotated, scaled.
  • GlobeControls: Fix case where the pivot point visualization was being inconsistently shown when zoomed out.
  • TilesRenderer: Prioritize tile downloads by tile error relative to error target.
  • GoogleCloudAuthPlugin, CesiumIonAuthPlugin: Ensure the new authentication and session token are used when an initial request fails when "autoRefreshToken" is enabled.
  • GlobeControls, EnvironmentControls: Improve the controls behavior when dragging off of the canvas or over other dom elements.
  • TilesRenderer: Improved some traversal logic, corrected behavior when encountering empty tiles.

Changed

  • GlobeControls: Dragging operations now end when dragging off the globe.
  • PriorityQueue: No longer requires a sort callback. If set to "null" then items are processed in the order added.