Just had a bit of a play and got it working.&nbsp; Here&#39;s what I did:<br><br>map = new OpenLayers.Map( &#39;map&#39; , { controls: [new OpenLayers.Control.MouseDefaults()] , &#39;numZoomLevels&#39;:3});<br>var satellite = new 
OpenLayers.Layer.Google( &quot;Google Satellite&quot; , {type: G_SATELLITE_MAP, MIN_ZOOM_LEVEL: 10, MAX_ZOOM_LEVEL: 13 } );<br>map.addLayers([satellite]);<br><br>You&#39;ll probably want to choose different MIN and MAX values but this seems to work for me.
<br><br><div><span class="gmail_quote">On 05/07/07, <b class="gmail_sendername">kaka</b> &lt;<a href="mailto:drspencer@hotmail.com">drspencer@hotmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>I have tried using maxZoomLevel etc. but to my understanding, this only<br>decides if the layer should be drawn or not, and it does not actually define<br>the resolutions used. Is this correct? Also, I found some google maps
<br>resolutions over at<br><a href="http://dev.openlayers.org/docs/overview-summary-Google.js.html">http://dev.openlayers.org/docs/overview-summary-Google.js.html</a> , but I am<br>not sure of how to insert them (3, to be exact) in my example. Any
<br>suggestions? Many thanks for your rapid reply.<br><br>Magnus<br><br><br><br>Glen Stampoultzis-2 wrote:<br>&gt;<br>&gt; Well the resolutions are defined in an array called RESOLUTIONS in<br>&gt; google.js.<br>&gt; I&#39;m guessing you could start by looking at altering that and/or
<br>&gt; MIN_ZOOM_LEVEL, MAX_ZOOM_LEVEL.<br>&gt;<br>&gt; On 05/07/07, kaka &lt;<a href="mailto:drspencer@hotmail.com">drspencer@hotmail.com</a>&gt; wrote:<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; Hi<br>&gt;&gt; I am trying to create a map with only three zoom levels, using google
<br>&gt;&gt; maps<br>&gt;&gt; as background. I have put up an example at<br>&gt;&gt; <a href="http://www.villageografica.com/test50/zoomLevels.html">http://www.villageografica.com/test50/zoomLevels.html</a> . I would like to
<br>&gt;&gt; keep<br>&gt;&gt; the top three zoom levels and cut the lower six ones, but if I change the<br>&gt;&gt; number of zoom levels from 9 to 3, the map will be far too zoomed out on<br>&gt;&gt; first load, much more than intended,
<br>&gt;&gt; <a href="http://www.villageografica.com/test50/zoomLevels2.html">http://www.villageografica.com/test50/zoomLevels2.html</a> . Is there a way<br>&gt;&gt; to<br>&gt;&gt; define exactly which ones to use?<br>&gt;&gt;
<br>&gt;&gt; Magnus<br>&gt;&gt; --<br>&gt;&gt; View this message in context:<br>&gt;&gt; <a href="http://www.nabble.com/Defining-zoom-levels-with-Google-Maps-tf4027046.html#a11439053">http://www.nabble.com/Defining-zoom-levels-with-Google-Maps-tf4027046.html#a11439053
</a><br>&gt;&gt; Sent from the OpenLayers Users mailing list archive at <a href="http://Nabble.com">Nabble.com</a>.<br>&gt;&gt;<br>&gt;&gt; _______________________________________________<br>&gt;&gt; Users mailing list<br>
&gt;&gt; <a href="mailto:Users@openlayers.org">Users@openlayers.org</a><br>&gt;&gt; <a href="http://openlayers.org/mailman/listinfo/users">http://openlayers.org/mailman/listinfo/users</a><br>&gt;&gt;<br>&gt;<br>&gt; _______________________________________________
<br>&gt; Users mailing list<br>&gt; <a href="mailto:Users@openlayers.org">Users@openlayers.org</a><br>&gt; <a href="http://openlayers.org/mailman/listinfo/users">http://openlayers.org/mailman/listinfo/users</a><br>&gt;<br>
&gt;<br><br>--<br>View this message in context: <a href="http://www.nabble.com/Defining-zoom-levels-with-Google-Maps-tf4027046.html#a11439171">http://www.nabble.com/Defining-zoom-levels-with-Google-Maps-tf4027046.html#a11439171
</a><br>Sent from the OpenLayers Users mailing list archive at <a href="http://Nabble.com">Nabble.com</a>.<br><br>_______________________________________________<br>Users mailing list<br><a href="mailto:Users@openlayers.org">
Users@openlayers.org</a><br><a href="http://openlayers.org/mailman/listinfo/users">http://openlayers.org/mailman/listinfo/users</a><br></blockquote></div><br>