<div>Hello Everyone,</div>
<div>&nbsp;</div>
<div>I have started using OpenLayers since some time now.... </div>
<div>&nbsp;</div>
<div>I am using a &quot;.map&quot; file to generate a map.</div>
<div>Following is the code:</div>
<div>&nbsp;</div>
<div><em>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; map = new OpenLayers.Map( $(&#39;center&#39;) );<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var wmsurl =&nbsp; &quot;</em><a href="http://localhost/cgi-bin/mapserv.exe?map=C:/ms4w/Apache/htdocs/OpenExtMap/MyShapeFiles/MyMap.map"><em>http://localhost/cgi-bin/mapserv.exe?map=C:/ms4w/Apache/htdocs/OpenExtMap/MyShapeFiles/MyMap.map</em></a><em>&quot;;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var wmsmdi = new OpenLayers.Layer.MapServer( &quot;Wards&quot;, wmsurl, {layer:&#39;Wards&#39;});<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; map.addLayer(wmsmdi);<br></em></div>
<div>&nbsp;</div>
<div>Now the map that is being displayed shows the ward numbers on each ward (since ward number is used as the value for&nbsp;attribute field called name).</div>
<div>Well thats fine, thats not my problem.</div>
<div>&nbsp;</div>
<div>The real problem is that when we zoom in and as the area of each ward increases the ward numbers are repeated on each ward at some distances.</div>
<div>This&nbsp;did not happen when we used the same &quot;.map&quot; file to generate map using C# mapscript API.</div>
<div>&nbsp;</div>
<div>Is it the problem of Openlayers or I need to do any changes in the map file.</div>
<div>&nbsp;</div>
<div>Following is the code for my map file:</div>
<div><em>NAME &quot;iWork&quot;<br>UNITS Kilometers<br>SIZE 700 600<br>IMAGECOLOR 250 250 210<br>IMAGETYPE gif<br>SHAPEPATH &quot;C:\ms4w\Apache\htdocs\OpenExtMap\MyShapeFiles&quot;<br>EXTENT 73.752230 18.424904 73.962774 18.614458<br>
WEB<br>&nbsp;&nbsp; IMAGEPATH &quot;C:\ms4w\Apache\htdocs\OpenExtMap\MyShapeFiles\temp&quot;<br>&nbsp;&nbsp; IMAGEURL &quot;C:\ms4w\Apache\htdocs\OpenExtMap\MyShapeFiles\temp&quot;<br>END<br>QUERYMAP<br>&nbsp; COLOR 255 0 0<br>&nbsp; STYLE hilite<br>END<br>
LAYER<br>&nbsp;NAME &quot;Wards&quot;<br>&nbsp;DATA &quot;My_Shape&quot;<br>&nbsp;STATUS on<br>&nbsp;TYPE polygon<br>&nbsp;LABELCACHE on<br>&nbsp;LABELITEM &quot;NAME&quot;<br>&nbsp;&nbsp;CLASS<br>&nbsp;&nbsp;&nbsp;NAME &quot;My Wards&quot;<br>&nbsp;&nbsp;&nbsp;STYLE<br>&nbsp;&nbsp;&nbsp;&nbsp;COLOR 085 107 047<br>
&nbsp;&nbsp;&nbsp;&nbsp;OUTLINECOLOR 240 230 140<br>&nbsp;&nbsp;&nbsp;END<br>&nbsp;&nbsp;&nbsp;LABEL<br>&nbsp;&nbsp;&nbsp;&nbsp;COLOR 255 255 255<br>&nbsp;&nbsp;&nbsp;&nbsp;SIZE small<br>&nbsp;&nbsp;&nbsp;END #end LABEL<br>&nbsp;&nbsp;END #end CLASS Ward Number<br>END #end LAYER Wards<br>LAYER<br>:</em></div>
<div><em>:</em></div>
<div><em>:</em></div>
<div><em>END #end </em></div>
<div><em>END #end mapfile</em><br clear="all"><br>-- <br>Regards,<br>Jatin Ambasana<br>iWork Technologies Pvt. Ltd.<br>Mobile:+91-9765394718<br>Visit us: <a href="http://www.iworktech.com">www.iworktech.com</a> <br></div>