ThinkGeo.com    |     Documentation    |     Premium Support

JPG support for map files

 


Hi,


I am using the JPG map files for our application. I am unable to get the map on the map control without giving the world extent for the map in the  GdiPlusRasterLayer, constructor even though the jgw files is available for the same.I also tried getting the bounding box for the map files and adding the same to the current extent for the map control. It did not work.

Can i get some sample code which supports the JPG map files with jgw files with it?


Regards,


Bhavya




Bhavya, 
  
 Thanks for your post. 
  
 Sorry I haven’t find an exsiting sample just for render a JPG file, only this sample should related with how to render JPG file but it’s also not focus on that topic, I think maybe you can have a look at it. wiki.thinkgeo.com/wiki/File:ServicesEditionSample_MultiGeoRasterLayer_CS_090728.zip 
  
 And I suggest you review your extent and choose this constructor “public GdiPlusRasterLayer(string pathFilename, string worldfilePathFilename);” 
  
 Regards, 
  
 Don