<div dir="ltr"><div><br></div>Actually we required a map should be displayed at <span style="font-size:11pt;font-family:Calibri,sans-serif">scale of  1:4000 ration .</span><div><font face="Calibri, sans-serif"><span style="font-size:14.6667px"><br></span></font></div><div><font face="Calibri, sans-serif"><span style="font-size:14.6667px"><br></span></font></div><div><font face="Calibri, sans-serif"><span style="font-size:14.6667px"><br></span></font></div><div><font face="Calibri, sans-serif"><span style="font-size:14.6667px"><br></span></font></div><div><font face="Calibri, sans-serif"><span style="font-size:14.6667px">thanks in advanced</span></font></div><div><font face="Calibri, sans-serif"><span style="font-size:14.6667px"><br></span></font></div><div><font face="Calibri, sans-serif"><span style="font-size:14.6667px"><br></span></font><div class="gmail_extra"><br><div class="gmail_quote">On Thu, May 19, 2016 at 4:05 AM, Jeff McKenna <span dir="ltr"><<a href="mailto:jmckenna@gatewaygeomatics.com" target="_blank">jmckenna@gatewaygeomatics.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">Hi Ankur,<br>
<br>
To be honest I don't fully understand your question.  Are you referring to the "DEFRESOLUTION" parameter in the MAP object of the mapfile?<br>
<br>
If you are referring to how to set a user defined scale for a layer (the "MAXSCALEDENOM" parameter), I always use MapServer in CGI mode to get this value.  I've added a (old) CGI viewer to download for MS4W users (<a href="http://www.ms4w.com/release/apps/cgi-viewer-ms4w.zip" rel="noreferrer" target="_blank">http://www.ms4w.com/release/apps/cgi-viewer-ms4w.zip</a>) - extract that to your MS4W root and restart Apache.  For new MS4W users installing through the setup installer, the mapfile and all paths will be automatically updated.  This simple CGI viewer will display MapServer's scale value as you zoom in; here is what it looks like: <a href="http://pasteboard.co/11y5aJzt.png" rel="noreferrer" target="_blank">http://pasteboard.co/11y5aJzt.png</a>  It's not fancy but I actually still use it everyday!<br>
<br>
Here is how to set that in PHP mapscript:<br>
<br>
  $oMap = ms_newMapObj( "path/to/mapfile.map");<br>
  $oLayer = $oMap->getLayerByName("mylayer");<br>
  $oLayer->set("maxscaledenom", 1000000);<br>
  $oMap->save("path/to/mapfile.map");<br>
<br>
-jeff<br>
<br>
-- <br>
Jeff McKenna<br>
MapServer Consulting and Training Services<br>
<a href="http://www.gatewaygeomatics.com/" rel="noreferrer" target="_blank">http://www.gatewaygeomatics.com/</a><div><div class="h5"><br>
<br>
<br>
On 2016-05-18 8:10 AM, ankur chitranshi wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">
hello all,<br>
<br>
 can any body help me out in how touser-define map scale manually in<br>
mapserver(ms4w) map script mode<br>
<br>
--<br>
thanks & regards<br>
Ankur Chitranshi<br>
<br>
<br>
</blockquote>
<br></div></div>
_______________________________________________<br>
mapserver-users mailing list<br>
<a href="mailto:mapserver-users@lists.osgeo.org" target="_blank">mapserver-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">thanks & regards<br>Ankur Chitranshi<br></div>
</div></div></div>