Skip to content

v2.4 - Nov 26, 2014

Compare
Choose a tag to compare
@andygup andygup released this 26 Nov 21:26
· 594 commits to master since this release
  • Closes #274 phantom symbols not working correctly
    • Updated offlineFeaturesManager.js
    • Updated API docs to reflect new functionality.
  • Updated appcache-features.html sample to incorporate new functionality.
  • Updated modular-popup CSS media queries

New functionality:

  • Added setPhantomLayerGraphics() - for use with offline browser restarts. Allows you to restore the phantom graphics layer. This layer is used to highlight any points that have been modified while offline.
  • Added getPhantomLayerGraphics() - for use with offline browser restarts. Allows you to get a JSON copy of the current phantom graphics layers so that you can save it to a local database such as localStorage.

Breaking changes: none