ThinkGeo.com    |     Documentation    |     Premium Support

Geotiff Rendering Windows 7

I am using the eval version of your product under windows 7. when I load a Geotiff and zoom inot it the image appears as banded lines. the more you zoom in the more banded it is.


What would be the cause of ths?


The method I use to load it is here.  private void addGeotiffs_Click(object sender, RoutedEventArgs e)

 {

 GeoTiffRasterLayer geoTiffRasterLayer = new GeoTiffRasterLayer(@"..\..\data\A00117.tif");

 LayerOverlay geotiffOverlay = new LayerOverlay();

 geotiffOverlay.Layers.Add(geoTiffRasterLayer);

 wpfMap.Overlays.Add(geotiffOverlay);

 wpfMap.Refresh();

 }

 



Hi James, 
  
 Thanks for your reporting, we’ve just found out that’s a bug. 
 Instead of dealing all types of tiff images with the same standard method, we deal with different types of tiff images differently. But obviously, we made some mistakes when dealing with different types of tiff images. 
 This bug will be fixed in the next week. Please contact support@thinkgeo.com if you need it to be fixed urgently. 
 We are sorry for the inconvenience; please let us know if there are any other questions. 
  
 Regards, 
 Tsui

James,  
  
 We got your email and will work on this from next week, Thanks for reporting! 
  
 Thanks, 
  
 Ben

Hi James, 
  
 We are working on this issue, i think it can be avaliable On Friday or next Monday, please wait for sometime.  
  
 Sorry for the inconvenience.  
  
 Johnny

Hi James, 
  
 We have fixed the issue, could you get the updated version 4.5.19.0 or higher from helpdesk.thinkgeo.com and have a try? Any questions please let us know. 
  
 Note: The new package is in processing, if it’s unavaliable, please wait several hours. 
  
 Thanks, 
 Johnny

I have tested the latest dev build of the DLL’s and the banding issue has been resolved.  
  
 There is still and issue with the readability of the rendered Geotiff. None of the embeded text is readable. including soundings. 
  
 I would attach a screen shot here but am unable to. 


Hi James, 



We don’t have tiff data that contains embedded text. Would you please send us the tiff file that was rendered improperly? So we can test it. 

If the file is too large, please let us know where we can download it or please contact support@thinkgeo.com and ask them to forward the data to Tsui. 



Regards, 

Tsui



Please refer to the following website for sample Seafarer GeoTiff data to render 
 hydro.gov.au/seafarer/geotiff/geotiff-sample/geotiff-sample.htm 
  
 I also found to be able to display the files I needed to use the GeoTiff Tools GUI from ftp://ftp.remotesensing.org/geotiff/libgeotiff/ to produce the .tfw files from the geotiffs themselves. 
  
 It would be advantageous if I did not need to do this step to display the image.

Please see the image that James referred to on12-01-2010 06:59 PM below:



 


 



Hi James, 
  
 We have changed the code and made it much clearer now. Can you get the updated version 4.5.33.0 or higher and have a try. Please make sure you set the LibraryType to “UnmanagedLibTiff” and DrawingQuality to “HighQuality”. It also can work  without “.tfw” file after these settings. 
  
 Thanks, 
 Johnny 


I currently do the following 
 
            GeoTiffRasterLayer geoTiffRasterLayer = new GeoTiffRasterLayer();
            geoTiffRasterLayer.LibraryType = GeoTiffLibraryType.UnmanagedLibTiff;
            geoTiffRasterLayer.???
            geoTiffRasterLayer.Open(@"…\data\A00605.tif");
            LayerOverlay geotiffOverlay = new LayerOverlay();
            geotiffOverlay.Layers.Add(geoTiffRasterLayer);
            wpfMap1.Overlays.Add(geotiffOverlay);
            wpfMap1.Refresh();
 
  
 I worked out how to set the library type but how do I set the DrawingQuality? or is that part of the new buiild? Version 33 is not on the server yet.

Hi James, 
  
 The DrawingQuality is a new property we just added to our code. It’ll be available in version 4.5.33.0 and any version later. 
 The package will be available in about half a day. Please download it then and let us know how it goes. 
  
 Regards, 
 Tsui

The download is not working from your revamped portal for daily evaluation builds

 


Hi James,
Is it possible to give us a bit details about what it looks like now? Font is still same to the old ones, dim, or still there isn’t the DrawingQuality property in the latest DLL package. If it’s in the first case, can you give us an updated screenshot?  
Thanks,
Johnny

No it is not because using firefox I cannot download the evaluation build from your new evaluation builds portal!

I have tried IE and the download also fails.

Same issue here with Chrome, the download does not start when clicking on the daily builds. Full purchased version downloads properly, but not it’s daily builds neither. 
  
 Carlos.

Download now works.

Version 4.5.40 now renders geotiffs sufficiently

Hi James, 
  
 Glad to know the website is functioning properly now. 
 Please let us know if you have any other questions. 
  
 Regards, 
 Tsui