Hi,
I downloaded the eval version, and run into problems right away when trying to open a geotiff image. I get a messagebox saying: 'Sorry can not handle images with 32-bit samples'. Is this the case, is the tiff just not compatible with mapsuite? I use:
Dim geotiff As New GeoTiffRasterLayer("geotiff-4919-6-1247526000-dmc_195_S_lai_map.tif")
geoTiff.open()
Dim staticOverlay As New LayerOverlay()
staticOverlay.Layers.Add("GeoTiffRasterLayer", geotiff)
winformsMap1.Overlays.Add(staticOverlay)
winformsMap1.Overlays.Add(50,New Feature(geotiff.GetBoundingBox))
Unfortunately I am not a geoTiff expert, nor do we generate the tiff ourselves. I would appreciatie it if someone could have a look at the file!
Thanks,
Peter
1648-geotiff-4919-6-1247526000-dmc_195_S_lai_map.zip (6.58 KB)