<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Jose,<br>
<br>
The MapGuide Viewers &#8220;View Options&#8221; command allows you to change the
client units. In addition you can change it programmatically by using
the following JavaScript API on the MapFrame object:<br>
<br>
<blockquote>SetEnglishUnits(usEnglish) <br>
  <br>
&nbsp;&nbsp;&nbsp; Sets the units in which distances on the current map are shown.
This setting persists across sessions. <br>
  <br>
&nbsp;&nbsp;&nbsp; Parameters:<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; usEnglish - set to true for U.S./English units, or false for
metric units. <br>
  <br>
&nbsp;&nbsp;&nbsp; See Also: IsEnglishUnits() <br>
</blockquote>
<br>
Bob<br>
<br>
Jose Manuel C G wrote:
<blockquote cite="mid6913230.post@talk.nabble.com" type="cite">
  <pre wrap="">I want to show the scale in meters from the beginning. Where can I modify
this parameter?

thk...
  </pre>
</blockquote>
<br>
</body>
</html>