Skip to content

Commit

Permalink
Notes about Google.v3 layers (see #484)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahocevar committed Dec 8, 2012
1 parent 1b1e90c commit 6724098
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions notes/2.13.md
Expand Up @@ -16,6 +16,16 @@ Corresponding issues/pull requests:

* https://github.com/openlayers/openlayers/pull/483

## Google v3 Layer

This release changes the way Google layers are integrated with OpenLayers. With this change, OpenLayers should be less fragile to changes of the GMaps API version, because no DOM elements inside the Google container need to be modified by OpenLayers any more.

Application developers should be aware that the Google Map of an `OpenLayers.Layer.Google.v3` instance is no longer added to the map's `viewPortDiv`. Instead, the `viewPortDiv` is added as Google Maps control to the Google map. This means that when switching base layers, the whole DOM structure below the map's `div` changes.

Corresponding issues/pull requests:

* https://github.com/openlayers/openlayers/pull/484

# Behavior Changes from Past Releases

## window.$ is no longer an alias for OpenLayers.Util.getElement
Expand Down

0 comments on commit 6724098

Please sign in to comment.