Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

OLGM v1.1.0

Compare
Choose a tag to compare
@adube adube released this 03 Jan 13:08
· 92 commits to master since this release

Summary

The v1.1.0 release includes a way to handle changes to OpenLayers object properties onto which OLGM was also listening. For example, changing the map's view for a new view used to break OLGM because it was only handling changes from the old view. Now it will unregister the old view and register the new one properly.

It also features the definition of gmapOptions option to allow easier Google Maps map initialization with user-defined options.

Changelog