<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
<META content="MSHTML 6.00.2900.2802" name=GENERATOR></HEAD>
<BODY id=role_body style="FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Arial" 
bottomMargin=7 leftMargin=7 topMargin=7 rightMargin=7><FONT id=role_document 
face=Arial color=#000000 size=2>
<DIV>Hallo,</DIV>
<DIV>&nbsp;</DIV>
<DIV>als Neueinsteiger bin ich noch nicht vollkommen mit dem Mapserver vertraut 
und hoffe deswegen auf Hilfe.</DIV>
<DIV>Mein derzeitiges Problem ist die <STRONG>"Streckenmessung"</STRONG> mittels 
<STRONG>"jbox"</STRONG>.</DIV>
<DIV>Ich habe folgendes aus dem Howto bei mit in die HTML-Seite eingefügt:</DIV>
<DIV>&nbsp;</DIV>
<DIV>function measure_handler(name, s, t, n, a) 
{<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;// c = 1 / 72dpi / 12inches_per_foot * 
1.0003state_plane_scale_factor<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;var c = 
0.0011577546296296; // constant<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;var f = [scale] 
* c; // scale factor<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if ((s&gt;0) || (t&gt;0)) 
{<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;defaultStatus = "This segment = " + s*f 
+ ", Total = " + t*f + ", Number of vertices = "+n 
;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<BR>}</DIV>
<DIV>&nbsp;</DIV>
<DIV>Wenn ich nun über einen Button die&nbsp; Messung aufrufe funktioniert alles 
super. Ich möchte das Ergebnis allerdings in Meter bzw Kilometer haben. Wie habe 
ich den Quelltext&nbsp;dafür zu ändern?&nbsp;</DIV>
<DIV>Evtl kann mir ja auch jemand verraten, wie ich die passende Konstante 
c&nbsp;für die umrechnung ermittele?</DIV>
<DIV>Gruß</DIV>
<DIV>Mike&nbsp;<BR></DIV></FONT></BODY></HTML>