Skip to content

Version 0.7.0

Compare
Choose a tag to compare
@jbeezley jbeezley released this 28 Jan 21:51

New features

  • Maps can now be rotated either through the javascript API or by pressing Ctrl while dragging or using the mouse wheel.
  • The Tile Layer example allows turning on or off rotations or restricting rotations to specific orientations.
  • A new renderer fallback API supports querying support for a renderer and falling back to a different supported renderer. The default OSM layer now supports this mechanism falling back to a raw HTML interface when webGL is not available.

Bug fixes

  • The Deepzoom example was mistakenly using the HTML renderer.
  • Fixed several race conditions involved in loading and purging tiles
  • The tile cache will now automatically grow when it is not large enough to contain all of the tiles in use

Testing

  • Unit tested code coverage is now up to 62% from 42% at version 0.6.