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

Releases: mapgears/ol3-google-maps

OLGM v1.8.0

31 Jul 19:34
Compare
Choose a tag to compare

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

OLGM v1.7.1

02 Jul 14:22
Compare
Choose a tag to compare

Summary

The v1.7.1 release fixes an issue with long labels to allowing line-breaks.

Changelog

  • #324 - Handle lengthy and newline character text (rajsync)

OLGM v1.7.0

17 Sep 11:38
Compare
Choose a tag to compare

Summary

The v1.7.0 release fixes some bugs and issues with latest versions of OpenLayers.

Changelog

  • #314 - latest ol version have breaking changes in TileWMS.js (rajsync)
  • #305 - WMS layers + Zoom fixes (@vlt1)
  • #291 - cacheItem.forEach is undefined (@wussup)

OLGM v1.6.0

18 Jan 12:40
Compare
Choose a tag to compare

Summary

The v1.6.0 release supports OpenLayers v6+, restores the example feature the ol-layerswitcher, and some bug fixes.

Changelog

OLGM v1.5.0

15 Sep 12:39
Compare
Choose a tag to compare

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

01 Sep 12:31
Compare
Choose a tag to compare

Summary

The v1.4.0 release introduces the tracking of changes within a style object inside a feature.

Changelog

OLGM v1.3.0

24 Aug 12:23
Compare
Choose a tag to compare

Summary

The v1.3.0 release introduces some bug fixes, which includes one to support Google Maps JS API v3.37+.

Changelog

  • #259 - Extend olgm.layer.GoogleLayer from ol.layer.Layer instead of ol.layer.layerGroup. (@mstenta)
  • #258 - Fix PropertyListener (@JamiesWhiteShirt)
  • #252 - Fix fractionnal zoom levels calculation to match with OpenLayers (@agpixdev)

OLGM v1.2.0

04 Apr 14:31
Compare
Choose a tag to compare

Summary

The v1.2.0 release introduces a way to individually select which layer should be watched by the layers herald.

Changelog

OLGM v1.1.1

20 Feb 13:41
Compare
Choose a tag to compare

Summary

The v1.1.1 release includes a bug fix when switching from a Google layer to something else.

Changelog

OLGM v1.1.0

03 Jan 13:08
Compare
Choose a tag to compare

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