geoDataClient V1.03

Martin D. Adamiker
Tanbruckgasse 23/50
A-1120 Vienna, AUSTRIA
Phone & Fax: +43-1-8109633
mailto:martin@truflite.com?subject=geoDataClient


Change Log

V 1.04
======

March 30, 2009: 	Settings dialog: Output file names from coordinates
			If you check this box, then the output file names
			contain the coordinates of the top left (northwest)
			quadrangle corner.

May 6, 2009:		SeamlessQueryThread.cpp: Added line 107 in SeamlessQuery():
			progressInformationText.AddHead(CString("Raster Extract has completed"));
			This prevents this state from being logged in geoDataClient.log.

May 6, 2009:		geoDataClientDialog.cpp: Added line 540 in SetStateError():
			proceedButton.EnableWindow(TRUE);
			After an error, the proceed button has to be enabled.

May 6, 2009:		geoDataClientDialog.cpp: Added line 430 in OnBnClickedProceed():
			SetStateOK();
			When clicking "Proceed", the state has to be OK in the first place.

May 6, 2009:		CombineTga(): Added message output in both branches of
			if(!legendFile.Open("legend.tga"))
			This shows if "legend.tga" was used and which colors are used
			for transparency and half-transparency.

V 1.05
======

August 27, 2009:	The BIL files are not plain binary file any more. The program has to
			look for the first occurrence of the "#WGS 84" string and read from there.
			The Seamless server's request key "pfm" now accepts "BIL_16INT", not "BIL".

August 28, 2009:	The unzip function was pulled out into a DLL, "unzip32.dll".

