<!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 “View Options” 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>
Sets the units in which distances on the current map are shown.
This setting persists across sessions. <br>
<br>
Parameters:<br>
usEnglish - set to true for U.S./English units, or false for
metric units. <br>
<br>
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>