Skip to content
Compare
Choose a tag to compare
@nitrousdigital nitrousdigital released this 14 Apr 17:03
· 16 commits to master since this release

This release contains a fix for the critical issue where it's not possible to display 2 or more GoogleEarthWidget instances without chaining their onInitSuccess() methods. The unique ID assigned to the DIV that contains the Google Earth plugin is now correctly incremented when a new GoogleEarthWidget instance is constructed instead of waiting for GEPlugin initialization.

  • The ID of DIV that contains the GE plugin is now exposed via the new method: GoogleEarthWidget::getContainerId();
  • GoogleEarthWidget::onInitSuccess and GoogleEarthWidget::onInitFailure are now exposed as protected methods.
  • GoogleEarthWidget::pluginReadyListeners is now exposed as a protected member variable.