<div dir="ltr"><div><font color="#003333"><font size="2"><font face="arial,helvetica,sans-serif">I Solved it. </font></font></font></div>
<div><font color="#003333"></font> </div>
<div><font color="#003333"><font size="2"><font face="arial,helvetica,sans-serif">It&#39;s the problem with resolution. I changed the resolution from 1000 to 8000000 and that solved my problem. Is there a start/begin document for Open Layers ? other than that example developments ?? </font></font></font></div>


<div><font color="#003333"><font size="2"><font face="arial,helvetica,sans-serif"></font></font></font> </div>
<div><font color="#003333"><font size="2"><font face="arial,helvetica,sans-serif"> </font></font></font></div>
<div><br><br></div>
<div class="gmail_quote">On Tue, Jul 6, 2010 at 4:02 PM, Bart van den Eijnden (OSGIS) <span dir="ltr">&lt;<a href="mailto:bartvde@osgis.nl">bartvde@osgis.nl</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">Hi,<br><br>use singleTile: true and ratio: 1 in your layer options.<br><br>Best regards,<br>Bart<br>
<div>
<div></div>
<div class="h5"><br>&gt; Hi Group,<br>&gt;<br>&gt; I am trying to configure my WMS service with OpenLayers. My script looks<br>&gt; below<br>&gt;<br>&gt; &lt;script type=&quot;text/javascript&quot;&gt;<br>&gt;    //var map = new OpenLayers.Map(&#39;map&#39;,{maxResolution: 1000} );<br>

&gt;    var map = new OpenLayers.Map(&#39;map&#39;, {<br>&gt;       maxExtent: new OpenLayers.Bounds(<br>&gt; -638480920.244,-188017611.367,665489491.580,1019789790.73), maxResolution:<br>&gt; 500 } );<br>&gt;    var wmsURL = &quot;<br>

&gt; <a href="http://localhost:8080/gss/ogc?version=1.3.0&amp;crs=sw:nsw_trans_mercator_mm" target="_blank">http://localhost:8080/gss/ogc?version=1.3.0&amp;crs=sw:nsw_trans_mercator_mm</a>&quot;;<br>&gt;    var myLayer = new OpenLayers.Layer.WMS( &#39;CE SL&#39; , wmsURL , { layers:<br>

&gt; &#39;background&#39;, styles: &#39;Default&#39; } , { buffer: 1 , isBaseLayer: true } );<br>&gt;    map.addLayer( myLayer );<br>&gt;    map.zoomToMaxExtent();<br>&gt;   &lt;/script&gt;<br>&gt;<br>&gt;<br>&gt; It should actually send only one WMS request for the first time and then<br>

&gt; act<br>&gt; according to uses operations like Pan , Zoom. But, that is not how it&#39;s<br>&gt; working. Everytime when I open this html file, it&#39;s sending 48 WMS<br>&gt; requests<br>&gt; and creating 48 image files in the resources folder and none of these<br>

&gt; images<br>&gt; are turned up on the browser. Also, surprisingly all those 48 images are<br>&gt; empty with just white background.<br>&gt;<br>&gt; Does any one what the problem is ?<br>&gt;<br>&gt; Thanks,<br>&gt; Kalyan<br>

</div></div>&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" target="_blank">http://openlayers.org/mailman/listinfo/users</a><br>

&gt;<br><br><br></blockquote></div><br></div>