<div dir="ltr">Ok, faster to create a pull request that brings Google animation in sync with OpenLayers animation than to explain that the zoomMethod option belongs to the map and not to the Navigation control. See <a href="https://github.com/openlayers/openlayers/pull/1074">https://github.com/openlayers/openlayers/pull/1074</a>.<div>
<br></div><div>Andreas.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Aug 7, 2013 at 2:30 PM, eflow <span dir="ltr"><<a href="mailto:Jonathan.Wolfe@noaa.gov" target="_blank">Jonathan.Wolfe@noaa.gov</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I use those like this:<br>
<br>
var map = new OpenLayers.Map('map', {<br>
      controls : [new OpenLayers.Control.Navigation( {<br>
             zoomMethod : null<br>
      }), graticuleCtl1],<br>
      projection : new OpenLayers.Projection("EPSG:900913"),<br>
      displayProjection : new OpenLayers.Projection("EPSG:4326"),<br>
      numZoomLevels : 20<br>
});<br>
<br>
var googleTerrain = new OpenLayers.Layer.Google("Terrain Map",<br>
      {<br>
        type : google.maps.MapTypeId.TERRAIN,<br>
        'sphericalMercator' : true,<br>
        animationEnabled: false<br>
      });<br>
<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://osgeo-org.1560.x6.nabble.com/HELP-OL-2-13-Google-v3-and-other-layers-not-zooming-together-tp5060658p5071290.html" target="_blank">http://osgeo-org.1560.x6.nabble.com/HELP-OL-2-13-Google-v3-and-other-layers-not-zooming-together-tp5060658p5071290.html</a><br>

<div class="HOEnZb"><div class="h5">Sent from the OpenLayers Users mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.osgeo.org">Users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/openlayers-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/openlayers-users</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>Andreas Hocevar<br>OpenGeo - <a href="http://opengeo.org/">http://opengeo.org/</a><br>Expert service straight from the developers.<br>
</div>