ThinkGeo.com    |     Documentation    |     Premium Support

Large jp2 image fails to load

Dear Support Team,



On the code below, I am attempting to load 400MB jp2 image file. There is no error fired but the image does not load instead the area on the page for displaying the image remains busy. Can you give me a solution accompanied with a sample code?


LayerOverlay images = Map1.CustomOverlays["Image"] as LayerOverlay;
           images.Layers.Clear();          
 
           String domain ="<a href="E://">E://</a>"+"Resources/Map/Image/new/";            
           try
           {           
               Jpeg2000RasterLayer reader= new Jpeg2000RasterLayer(domain + "958695101_201302140800046.jp2");
               reader.Open();
               images.IsVisible = true;
               images.ServerCache = new ServerCache(domain + "/Cache/");
               images.Layers.Clear();
               images.Layers.Add(reader);
               images.Redraw();
               Map1.CurrentExtent = reader.GetBoundingBox();                 
           }
           catch (Exception handler)
           {
               ReportError(handler);                 
           }


Hi Vincent,


I can’t reproduce your issue
with our .jp2 data, so I create a sample code project for you in the
attachment, I think it may be caused by your JP2 data, can you send your jp2
data to me, you can contact sales@thinkgeo.com
about how to sending the data.


Thanks,


Casper



12495.zip (261 KB)

I have already uploaded the image

Hi Vincent,



Seems we don’t find the image you uploaded. Would you please attach it again?



Thanks,

Kevin

I can see the file is still available in the file station. The  file is named 958689101_201302140800046.JP2

Hi Vincent,


Thanks for providing the test file, as you know, the Jpeg2000 provider in Map Suite is based on DLLs from Lizard . but the file provided is not supported, we are trying to talk with them to see if there is any progress there. As far as the research we did, seems like the assembly from ERDAS support it, but it may take a bit long time, if it's urgent for you, please contact sales@thinkgeo.com for a specified support.



Thanks,

Johnny