<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
<br><br>Thanks. <br><br>Looks like what I need for the calculation. <br><br>But i would also like to include this tiff world file and the map (bitmap) that's currently displaying on the browser inside a zip archive so the user can download and view them later.<br><br>This might requires some interaction with the server. <br><br>Anyone knows how I can achieve that ?<br><br>Cheers.<br><br>&gt; Date: Sun, 3 May 2009 11:03:12 +0200<br>&gt; From: bartvde@osgis.nl<br>&gt; To: kwonghu@hotmail.com<br>&gt; CC: users@openlayers.org<br>&gt; Subject: Re: [OpenLayers-Users] Tiff file Calculation.<br>&gt; <br>&gt; Not sure if this is what you mean, but:<br>&gt; <br>&gt; topleft point -&gt; map.getExtent().top and map.getExtent().left<br>&gt; width -&gt; map.getSize().w<br>&gt; <br>&gt; Best regards,<br>&gt; Bart<br>&gt; <br>&gt; Kwong Hu Kiu wrote:<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; I need this urgently.<br>&gt; &gt;<br>&gt; &gt; No one has any idea ?<br>&gt; &gt;<br>&gt; &gt; Cheers.<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; ------------------------------------------------------------------------<br>&gt; &gt; From: kwonghu@hotmail.com<br>&gt; &gt; To: users@openlayers.org<br>&gt; &gt; Date: Sat, 2 May 2009 11:36:13 +0800<br>&gt; &gt; Subject: [OpenLayers-Users] Tiff file Calculation.<br>&gt; &gt;<br>&gt; &gt; Hi,<br>&gt; &gt;<br>&gt; &gt; If anyone knows if Openlayers has any function to calculate the Tiff <br>&gt; &gt; file ?<br>&gt; &gt;<br>&gt; &gt; double pixelHeight = (topLeftPoint.Y - lowerRightPoint.Y) / <br>&gt; &gt; imageSize.Height;<br>&gt; &gt; double pixelWidth = (lowerRightPoint.X - topLeftPoint.X) / <br>&gt; &gt; imageSize.Width;<br>&gt; &gt;<br>&gt; &gt; I have done it before in c#. So openlayers has any utility that allow <br>&gt; &gt; me to get the topleft point and image's width ?<br>&gt; &gt;<br>&gt; &gt; (Or)<br>&gt; &gt;<br>&gt; &gt; Someone must have already written a control for it and i just need to <br>&gt; &gt; download from the trunk area.<br>&gt; &gt;<br>&gt; &gt; Cheers.<br>&gt; &gt;<br>&gt; &gt; ------------------------------------------------------------------------<br>&gt; &gt;<br>&gt; &gt; _______________________________________________<br>&gt; &gt; Users mailing list<br>&gt; &gt; Users@openlayers.org<br>&gt; &gt; http://openlayers.org/mailman/listinfo/users<br>&gt; &gt;   <br>&gt; <br>&gt; <br>&gt; -- <br>&gt; Bart van den Eijnden<br>&gt; OSGIS, Open Source GIS<br>&gt; bartvde@osgis.nl<br>&gt; http://www.osgis.nl<br>&gt; <br></body>
</html>