<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Arial, sans-serif" size="2">
<div>I have a map created within a map panel.. My map is defined like so - </div>
<div>&nbsp;</div>
<div><font face="Courier New" color="#008000">//Create Map</font></div>
<div><font face="Courier New">&nbsp;&nbsp;&nbsp; map = <font color="#0000FF">new</font> OpenLayers.Map(<font color="#A31515">'map'</font>,{controls: [],</font></div>
<div><font face="Courier New">&nbsp;&nbsp;&nbsp; maxExtent: <font color="#0000FF">new</font> OpenLayers.Bounds(-3508.86612616335,5778517.56154675,33162.5587151875,5808814.49155551),</font></div>
<div><font face="Courier New">&nbsp;&nbsp;&nbsp; maxResolution: <font color="#A31515">'auto'</font>,</font></div>
<div><font face="Courier New">&nbsp;&nbsp;&nbsp; numZoomLevels: 20,</font></div>
<div><font face="Courier New">&nbsp;&nbsp;&nbsp; units: <font color="#A31515">'m'</font>,</font></div>
<div><font face="Courier New">&nbsp;&nbsp;&nbsp; projection: <font color="#0000FF">new</font> OpenLayers.Projection(<font color="#A31515">&quot;EPSG:3776&quot;</font>),</font></div>
<div><font face="Courier New">&nbsp;&nbsp;&nbsp; displayProjection: <font color="#0000FF">new</font> OpenLayers.Projection(<font color="#A31515">&quot;EPSG:4326&quot;</font>)</font></div>
<div><font face="Courier New">&nbsp;&nbsp;&nbsp; });</font></div>
<div><font face="Courier New">&nbsp;</font></div>
<div><font face="Courier New">&nbsp;</font></div>
<div><font face="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <font color="#008000">//Define Map Longitude/Latitude and Start zoom levels</font></font></div>
<div><font face="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; startupLat = 52.27210;</font></div>
<div><font face="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; startupLon = -113.80288;</font></div>
<div><font face="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; startupLevel = 12;</font></div>
<div><font face="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lonLat = <font color="#0000FF">new</font> OpenLayers.LonLat(startupLon,startupLat).transform(<font color="#0000FF">new</font> OpenLayers.Projection(<font color="#A31515">&quot;EPSG:4326&quot;</font>), map.getProjectionObject());</font></div>
<div><font face="Courier New">&nbsp;</font></div>
<div><font face="Courier New">&nbsp;</font></div>
<div><font face="Courier New">&nbsp;</font></div>
<div><font face="Courier New">&nbsp; <font color="#008000">//Define MapPanel</font></font></div>
<div><font face="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mapPanel = <font color="#0000FF">new</font> GeoExt.MapPanel({</font></div>
<div><font face="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; collapsed: <font color="#0000FF">false</font>,</font></div>
<div><font face="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; height: 900,</font></div>
<div><font face="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; map: map,</font></div>
<div><font face="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; center: lonLat,</font></div>
<div><font face="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; zoom: startupLevel,</font></div>
<div><font face="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tbar: toolbarItems</font></div>
<div><font face="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; });</font></div>
<div><font face="Courier New">&nbsp;</font></div>
<div><font face="Courier New">Except no matter what I do the center of the map is not the coordinates I put in but just remains the same at every zoom level. Even if I put the statement</font></div>
<div><font face="Courier New">map.setCenter(<font color="#0000FF">new</font> OpenLayers.LonLat(17.99,59.3),11);</font></div>
<div><font face="Courier New">&nbsp;</font></div>
<div><font face="Courier New">At the very end of my code only the zoom level of the map is modified but the variables for lon/lat under my map are the same.. How can I actually change this so I can modify the center to be actually the center? (for some reason
it is to the left of the center). Appreciate any assistance.</font></div>
<div><font face="Courier New">&nbsp;</font></div>
<div><font face="Courier New">&nbsp;</font></div>
<div>&nbsp;</div>
</font>

<DIV><P><HR>
This e-mail is intended for the original recipient(s) only. If you have received it in error, please advise the sender and delete this message.
</P></DIV>
</body>
</html>