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.2

22 Oct 18:11
Compare
Choose a tag to compare
OL3-Google-Maps v0.2 Pre-release
Pre-release

Summary

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

  • Vector label support
  • Limitations documentation
  • Upgrade to OL3 v3.10.1

Changelog

OL3-Google-Maps v0.1

02 Oct 16:13
Compare
Choose a tag to compare
OL3-Google-Maps v0.1 Pre-release
Pre-release

Summary

The v0.1 release includes enough to be able to start using it. The purpose of the ol3-google-maps library is to bind an ol3 map (which acts as the master map) to a Google Maps one (which acts as the slave). Elements created in the ol3 map have siblings created in the Google Maps map and are then bound together to keep them the same.

In v0.1, the following are bound together:

  • Google and Vector layers
  • Vector features
  • The geometry of the vector features
  • The style of the vector features, with the exception of text and StyleFunction

A single complex example shows every features of the library in it.