<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hey there,<br><br>I have a serious problem with a simple coordinate transformation. The Problem is, that the source coordinates won't be transformed. The result is a coordinate-pair similar to the source coordinates. This is my code:<br><br>var target = new OpenLayers.LonLat(split_lon,split_lat) ; //split_lon = 8.6108243631697 , split_lat = 50.126971489974, this is also the result<br>var source_proj = new OpenLayers.Projection("EPSG:900913") ;<br>var target_proj = new OpenLayers.Projection("EPSG:31467") ;<br>var transformed_coords = target.transform(source_proj,target_proj);<br><br>I have also tried to use the maps projection-object as target-projection but with no success. Why is that?<br><br>Best,<br>Freddy<br><br><div><br><b><span class="ecxApple-style-span" style="font-family: arial; font-weight: normal; font-size: small;"><b>Frederick Löbig</b><br>Röderichstraße 59<br>60489 Frankfurt am Main<br>---<br>E:: <a href="mailto:Frederick.Loebig@grunsnid.de">Frederick.Loebig@grunsnid.de</a><br>P: +49 (0) 69 - 78 99 52 41<br>M: +49 (0) 174 - 70 89 296<br>---<br><b>Office:</b><br><b>euNetworks GmbH</b><br>Ludwig-Landmann-Straße 405<div>60486 Frankfurt am Main</div><div>P: +49 (0) 69 - 90 554 - 532<br>E: <a href="mailto:Frederick.Loebig@eunetworks.com">Frederick.Loebig@eunetworks.com</a><br>S: floebig<br><br>This email and any attachments may contain confidential and/or legally privileged information. If you are not the intended recipient, please delete the email without reading it and notify the sender.</div></span></b></div><div style="z-index: -1; top: 0px; left: 0px; width: 100%; height: 294px;"></div><br><br>                                            </body>
</html>