[OpenLayers-Users] HELP! OL 2.13: Google v3 and other layers not zooming "together"

eflow Jonathan.Wolfe at noaa.gov
Wed Aug 7 05:30:29 PDT 2013


I use those like this:

var map = new OpenLayers.Map('map', {
      controls : [new OpenLayers.Control.Navigation( {
             zoomMethod : null
      }), graticuleCtl1],
      projection : new OpenLayers.Projection("EPSG:900913"),
      displayProjection : new OpenLayers.Projection("EPSG:4326"),
      numZoomLevels : 20
});

var googleTerrain = new OpenLayers.Layer.Google("Terrain Map",
      {
        type : google.maps.MapTypeId.TERRAIN,
        'sphericalMercator' : true,
        animationEnabled: false
      });





--
View this message in context: http://osgeo-org.1560.x6.nabble.com/HELP-OL-2-13-Google-v3-and-other-layers-not-zooming-together-tp5060658p5071290.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.


More information about the Users mailing list