This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
Releases: mapgears/ol3-google-maps
Releases · mapgears/ol3-google-maps
OL3-Google-Maps v0.2
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
- #14 - Fix #13 - Manage vector layer visibility (@mapgears)
- #11 - Upgrade OpenLayers to v3.10.1 (@mapgears)
- #10 - Fix vector source herald activation (@mapgears)
- #9 - Fix CSS while Google Maps is active (@mapgears)
- #8 - Fix label font color (@mapgears)
- #7 - Fix label geometry update (@mapgears)
- #6 - Support vector labels (text styling) (@mapgears)
- #5 - Add example - Latest Google Maps API version (@mapgears)
- #3 - Add getter to know if Google Maps is active (@mapgears)
- #2 - Fix empty style (@mapgears)
- #1 - Fix zoom binding (@mapgears)
OL3-Google-Maps v0.1
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
andStyleFunction
A single complex example shows every features of the library in it.