Hello all,<br><br>I&#39;m developing an aplicattion based on mapserver in
which I have a text box to set a numerical scale. This numerical scale
($_scale = 20000) is used to render the image via the following mapscript:<br>
<br>
<br>
$_scale = 20000;<br>
$center_point=ms_newPointObj();<br>
$center_point-&gt;setXY($map-&gt;width/2, $map-&gt;height/2);<br>
$map-&gt;zoomscale($_scale,$center_point, $map-&gt;width, $map-&gt;height, $map-&gt;extent);<br>
<br>
However the image retrieved doesn&#39;t have the correct dimensions. The
graphical scale is correct, but 1 cm on the image doesn&#39;t corresponde
to 20000 (in this case) on the ground. <br>
<br>
I know that the RESOLUTION parameter is used to perform scale computations, so what RESOLUTION should I use on the mapfile?<br>
RESOLUTION depends on monitor size and monitor resolution, right?<br>
How can the server/browser know the monitor size/resolution?<br><br><br>Best regards,<br>André Silva<br>