[mapserver-users] Problem with MrSID aerial imagery

maddqc qc_mad at hotmail.com
Fri Feb 17 08:06:16 PST 2012


Hi all,

I'm facing a new problem...

I need to show few aerials imagery in my project that are in MrSID format.

I've compiled my GDAL 1.9.0 with the MrSID SDK and everything went well.

When I'm trying to show my imagery(MrSID format) with MapServer, I receive a
Pink Screen Of Death.

But, when I convert the MrSID file in a crappy GeoTIFF with GeoViewer, my
imagery show up.

Few more info:
- MapServer 6
- GeoMoose 2.4
- each MrSID file size ~1.5 gig
- gdal 1.9.0 + MrSID SDK 8.0 unified
- ubuntu 11.04 natty


gdalinfo --formats | grep MrSID
  MrSID (rov): Multi-resolution Seamless Image Database (MrSID)
  JP2MrSID (rov): MrSID JPEG2000

What can I do to make it work so I can use my MrSID imagery?

here is my mapfile:

MAP
  NAME "ortho"
  SIZE 800 650
  STATUS ON

CONFIG "MS_ERRORFILE" stderr
DEBUG 5
  
  UNITS meters
    
  INCLUDE "../../mapping_globals.map"

  
   WEB
    METADATA
      'ows_title'           'M.R.C. Val St-François'
      'ows_srs'             'EPSG:26915 EPSG:900913 EPSG:32188 EPSG:4326'
    END
  END

LAYER
    NAME '31H09-SE'
    #DATA '../420_MRC_Val_St_Francois/Orthophotos/MOS_07_31H09-SE_F08.sid'
    DATA '../420_MRC_Val_St_Francois/Orthophotos/MOS_07_31H09-SE_F08.tif'
    STATUS ON
    TYPE RASTER
    PROCESSING   "BANDS=1,2,3"
END #layer

END




Thank's in advance to all of you.


--
View this message in context: http://osgeo-org.1560.n6.nabble.com/Problem-with-MrSID-aerial-imagery-tp4480620p4480620.html
Sent from the Mapserver - User mailing list archive at Nabble.com.


More information about the mapserver-users mailing list