v1.1.0
版本发布时间: 2019-01-03 21:08:57
mapgears/ol3-google-maps最新发布版本:v1.8.0(2023-08-01 03:34:19)
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
- #242 - Upgrade eslint (@mapgears)
- #241 - Add gmapOptions option (@JamiesWhiteShirt)
- #240 - Handle changing object properties (@JamiesWhiteShirt)