Hi
I am getting a file's format is incorrect when I try to load a jp2 file with the following code
var imageLayer = new Jpeg2000RasterLayer(path);
imageLayer.UpperThreshold = double.MaxValue;
imageLayer.LowerThreshold = 0;
_staticOverlay.Layers.Add(imageLayer);
The file that I am trying to load can be downloaded here:
geodownloads.dmp.wa.gov.au/d...ntreDb.asp
it is the 250K Topography series mosaic images -> Kalgoorlie Image
I was hoping someone could let me know if I am doing something wrong.
Thanks
Murray