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

OL3-Google-Maps v0.10.2

25 Aug 15:23
Compare
Choose a tag to compare
Pre-release

Summary

The v0.10.2 release includes a simple bug fix.

Changelog

OL3-Google-Maps v0.10.1

18 Aug 18:19
Compare
Choose a tag to compare
Pre-release

Summary

The v0.10.1 release removes the use of goog.base.

Changelog

OL3-Google-Maps v0.10.0

12 Aug 17:57
Compare
Choose a tag to compare
Pre-release

Summary

The v0.10.0 release only contains an upgrade to OpenLayers v3.17.1.

Changelog

  • #118 - Update Openlayers to version 3.17.1

OL3-Google-Maps v0.9.0

11 Aug 12:37
Compare
Choose a tag to compare
Pre-release

Summary

The v0.9.0 release includes features and fixes from 7 pull requests since the v0.8.0 release. New features and improvements include:

  • Tile and Image layers will now follow the same order in Google Maps than in OpenLayers 3
  • Various bugfixes and compatibility improvements

Upgrade Notes

The watchVector option has moved. Instead of:

var olGM = new olgm.OLGoogleMaps({
    map: map,
    watchVector: false
});

It is now located in an array:

var olGM = new olgm.OLGoogleMaps({
    map: map,
    watch: {
        'vector': false
    }
});

Changelog

  • #116 - Support layer order for tile and image layers
  • #115 - Add support for transparency change on tiled layers
  • #113 - Support centered origin on tile layers
  • #112 - Add an example using the map overview control
  • #111 - Add options to watch image and tile layers
  • #110 - Support minResolution and maxResolution
  • #109 - Add basic support for map rotation

OL3-Google-Maps v0.8.0

22 Jul 18:39
Compare
Choose a tag to compare
Pre-release

Summary

The v0.8.0 release includes features and fixes from 5 pull requests since the v0.7.0 release. New features and improvements include:

  • Automated unit tests
  • Markers with text labels now display with the proper z-index
  • Multiple improvements for ImageWMS layers

Changelog

  • #108 - Support ol.style.RegularShape
  • #102 - Render markers using canvas on Google Maps
  • #106 - Add support for writing and running tests
  • #99 - Switch from jshint to eslint
  • #98 - Ask for Google Maps API key when serving examples

OL3-Google-Maps v0.7

23 Jun 19:38
Compare
Choose a tag to compare
OL3-Google-Maps v0.7 Pre-release
Pre-release

Summary

The v0.7 release includes features and fixes from 8 pull requests since the v0.6 release. New features and improvements include:

Changelog

  • #97 - Update task scripts
  • #96 - Fix invalid requests being sent on tile layers
  • #95 - Added Windows build support (sindrma)
  • #92 - Update google maps api to v3.24
  • #90 - Remove API key from examples
  • #87 - Improve procedure for building examples
  • #86 - Add examples for different tile layer types
  • #82 - Add support for WMTS layers

OL3-Google-Maps v0.6

10 Jun 19:45
Compare
Choose a tag to compare
OL3-Google-Maps v0.6 Pre-release
Pre-release

Summary

The v0.6 release includes features and fixes from 6 pull requests since the v0.5 release. New features and improvements include:

  • Support for WMS layers
  • Upgrade to OpenLayers v3.16.0
  • Openlayers is now compiled with the library

Upgrade notes

  • OL3-Google-Maps is now compiled with OpenLayers. This means you won't have to include the OpenLayers build separately in your projects.

Changelog

  • #81 - Update ol3 to v3.16.0
  • #79 - Split LayersHerald into different heralds
  • #78 - Compile ol3-google-maps with ol3
  • #77 - Add support for WMS layers
  • #71 - Dispatch event after setVisible on Google layer
  • #66 - Run npm install before generating externs (@alexbrault)

OL3-Google-Maps v0.5

05 Apr 17:59
Compare
Choose a tag to compare
OL3-Google-Maps v0.5 Pre-release
Pre-release

Summary

The v0.5 release only features the upgrade to OpenLayers v3.15.0, i.e. it's identical to v0.4.

Changelog

OL3-Google-Maps v0.4

11 Mar 15:42
Compare
Choose a tag to compare
OL3-Google-Maps v0.4 Pre-release
Pre-release

Summary

The v0.4 release includes features and fixes from 13 pull requests since the v0.3 release. New features and improvements include:

  • Upgrade to OpenLayers v3.14.2.
  • OpenLayers is now included as a node module instead of git submodule

Upgrade notes

  • OL3-Google-Maps v0.4 requires OpenLayers v3.14.0 or higher to work properly.
  • You can delete the ol3 directory from the root, as OL3 is now included as a node module instead of a git submodule.

Changelog

OL3-Google-Maps v0.3

05 Nov 15:06
Compare
Choose a tag to compare
OL3-Google-Maps v0.3 Pre-release
Pre-release

Summary

The v0.3 release includes features and fixes from 7 pull requests since the v0.2 release. New features and improvements include:

  • UMD syntax support for build

Changelog