<P>Hello dir sir,<BR> I found some codes as the followed in the scale.js.<BR>But I donnot know the reason that it is choosen 9500 and 950000 to be the threshold value.What's the meanings of the "K" and "M" ? Are they represeting KiloMeter and Meter?<BR> And what's the meaning of ' 1 : getScale()'? <BR> For example ,referencing the mouse-position example,I make my demo page display pageX,pageY and map coordinates at the same time.When x=3,the map coordinate x=88.86156.And when x=4 ,the map coordinate x=88.86165.At this time the scale span diaplays "1:27K".Is "1:27K" representing that<BR> one pix in screen is 27 KiloMeters?I am puzzled.Any help will be ok. <BR>Thank you very much!<BR> Sincerely yours,<BR> Yang</P>
<P> var scale = this.map.getScale();<BR> if (!scale) return;<BR> if (scale >= 9500 && scale <= 950000) {<BR> scale = Math.round(scale / 1000) + "K";<BR> } else if (scale >= 950000) {<BR> scale = Math.round(scale / 1000000) + "M";<BR> } else {<BR> scale = Math.round(scale);<BR> } <BR> <BR> this.element.innerHTML = "Scale = 1 : " + scale;</P><br><!-- footer --><br>
<hr>
<table width="100%%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50" height="50"><img src="http://mimg.163.com/hd/163/163footer/163footer_50.jpg" alt="LOGO" width="50" height="50"></td>
<td style="padding:5px;"><a style="font-size:12px;color:black; line-height:20px;text-decoration:none;" href="http://popme.163.com/link/003515_0929_938.html">把爱心注入牛奶,共同凝聚这份力量</a><br /><a style="font-size:12px;line-height:20px; color:black; text-decoration:none;" href="http://popme163.com/link/003515_0929_938.html">快来参加蒙牛免费赠奶爱心行动 </a></td>
</tr>
</table>