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.
_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to