[OpenLayers-Trac] [OpenLayers] #3312: Google XYZ layer with with
tiles provided by the GMaps v3 JavaScript API
OpenLayers
trac-20090302 at openlayers.org
Sun May 22 16:26:43 EDT 2011
#3312: Google XYZ layer with with tiles provided by the GMaps v3 JavaScript API
----------------------+-----------------------------------------------------
Reporter: ahocevar | Owner: euzuro
Type: feature | Status: new
Priority: minor | Milestone: 2.12 Release
Component: Layer | Version: 2.10
Keywords: | State:
----------------------+-----------------------------------------------------
We all know the problems with commercial layers integrated through
Layer.EventPane. For Google layers, it is now possible to use the tiles
from the API, instead of interacting with a full blown google.maps.Map
instance. This works by using the google.maps.MapType's getTile method,
which is available even for unrendered google.maps.Map instances, and
returns markup for a tile with the same x, y and z tile addressing scheme
that we use for Layer.XYZ.
This ticket suggests a new layer type, Layer.GoogleNG, which inherits from
Layer.XYZ and uses a new tile class, Tile.Google, for its tiles.
--
Ticket URL: <http://trac.openlayers.org/ticket/3312>
OpenLayers <http://openlayers.org/>
A free AJAX map viewer
More information about the Trac
mailing list