Re: [OpenLayers-Users] Tiff file Calculation.

2009-05-03 Thread Kwong Hu Kiu
I need this urgently. No one has any idea ? Cheers. From: kwon...@hotmail.com To: users@openlayers.org Date: Sat, 2 May 2009 11:36:13 +0800 Subject: [OpenLayers-Users] Tiff file Calculation. Hi, If anyone knows if Openlayers has any function to calculate the Tiff file ? double

Re: [OpenLayers-Users] Tiff file Calculation.

2009-05-03 Thread Bart van den Eijnden (OSGIS)
. From: kwon...@hotmail.com To: users@openlayers.org Date: Sat, 2 May 2009 11:36:13 +0800 Subject: [OpenLayers-Users] Tiff file Calculation. Hi, If anyone knows if Openlayers has any function to calculate the Tiff file ? double pixelHeight = (topLeftPoint.Y - lowerRightPoint.Y

[OpenLayers-Users] Tiff file Calculation.

2009-05-01 Thread Kwong Hu Kiu
Hi, If anyone knows if Openlayers has any function to calculate the Tiff file ? double pixelHeight = (topLeftPoint.Y - lowerRightPoint.Y) / imageSize.Height; double pixelWidth = (lowerRightPoint.X - topLeftPoint.X) / imageSize.Width; I have done it before in c#. So openlayers has any utility