<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix"><br>
</div>
<blockquote cite="mid:50AB93A1.8080209@virgilio.it" type="cite">
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
Hi, I'm tryng to display the coordinates on mouse over the map, on
a WGS84 map and on a Gauss-Boaga map but coordinate seems strange
to me, is there some error? I'm using the example bellow:<br>
</blockquote>
<br>
Set the displayProjection property when you create the map to the
projection (not the projection code) that you want the coordinates
to be in. (looks like it should be a projection created from
EPSG:4326) The lat/lon being passed into the mousecontrol event will
be in this projection. It look to me like you are getting in
projected coordinates but trying to use them as lat/long.<br>
<p><span style="font-family:'Arial';font-size:8pt; color:#000000;">Notice: This email and any attachments are confidential. If received in error please destroy and immediately notify us. Do not copy or disclose the contents.</span></p>
<p><span style="font-family:'Arial';font-size:8pt; color:#000000;"> </span></p></body>
</html>