Releases: mapgears/ol3-google-maps
OLGM v1.8.0
Summary
The v1.8.0 release upgrades OL to 7 and cleans up the way the code is built.
Special thanks Tom Baginski, who did all the efforts. 🎉
Changelog
- #347 - Clean up old build scripts, Fix for #346 ([Tom Baginski](https://github.com/search?q=Tom Baginski&type=Users))
- #345 - Fix for #334, Modify build-package to not transpile code ([Tom Baginski](https://github.com/search?q=Tom Baginski&type=Users))
OLGM v1.7.1
OLGM v1.7.0
OLGM v1.6.0
Summary
The v1.6.0 release supports OpenLayers v6+, restores the example feature the ol-layerswitcher, and some bug fixes.
Changelog
- #283 - Support OpenLayers 6+ (@mstenta)
- #288 - Restore ol-layerswitcher example (@mstenta)
- #284 - Use feature geometry name instead of hardcoded 'geometry' property (@wussup)
- #281 - Fix event unlistening when dealing with a list of event keys (@wussup)
- #279 - Add link to olgm+webpack example (@geopamplona)
OLGM v1.5.0
Summary
The v1.5.0 release introduces the ability to define in what Google Maps "pane" a icon/label can be rendered. It also features some bug fixes.
Changelog
- #276 - Fix lag issue with Google Maps when zooming (@agpixdev)
- #273 - Bump handlebars from 4.0.11 to 4.1.2 (@mapgears)
- #275 - Properly size the canvas based on image size and rotation angle (@agpixdev)
- #277 - Fix for infrequent crashes at initialization time (@agpixdev)
- #274 - Create map icon/label on specific Google Maps pane (@agpixdev)
Change to default interactions
OLGM comes with a utility method that can be used set the recommended default interactions for the OpenLayers map. A change has been made in this version: the "zoomDuration" is now set to 0
in order to let Google Maps handle the animation more smoothly.
OLGM v1.4.0
Summary
The v1.4.0 release introduces the tracking of changes within a style object inside a feature.
Changelog
OLGM v1.3.0
Summary
The v1.3.0 release introduces some bug fixes, which includes one to support Google Maps JS API v3.37+.
Changelog
OLGM v1.2.0
Summary
The v1.2.0 release introduces a way to individually select which layer should be watched by the layers herald.
Changelog
- #248 - Allow individual layer to be excluded from layer herald (@spazzarama)
- #249 - Update README.md (@geopamplona)
OLGM v1.1.1
Summary
The v1.1.1 release includes a bug fix when switching from a Google layer to something else.
Changelog
- #246 - Fix resize when switching to Google layer from OSM (@spazzarama)
OLGM v1.1.0
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)