[mapserver-users] Problems getting a JP2 or TIFF raster layer drawen
Rahkonen Jukka
Jukka.Rahkonen at mmmtike.fi
Wed May 27 01:18:46 PDT 2009
Hi,
Add "DEBUG 5" to your image layer definition and see the log file if it gives some more information. My check list would start from these:
1) Is your image within the EXTENT? Check it with gdalinfo.
2) Is the path to image correct? I would give the full path beginning with drive letter to the image file instead of logical path.
3) Does it work with GeoTIFF? Corvert with
gdal_translate -of Gtiff 2627D.jp2 2627d.tif)?
-Jukka Rahkonen-
> -----Alkuperäinen viesti-----
> Lähettäjä: mapserver-users-bounces at lists.osgeo.org
> [mailto:mapserver-users-bounces at lists.osgeo.org] Puolesta
> Michael Da Silva Pereira
> Lähetetty: 27. toukokuuta 2009 10:15
> Vastaanottaja: David Martinez Morata
> Kopio: mapserver-users at lists.osgeo.org
> Aihe: Re: [mapserver-users] Problems getting a JP2 or TIFF
> raster layer drawen
>
> Hi,
>
> I've tried by even disabling my shapefile all together and
> only trying to display the raster and still no luck.
>
> Thanks
>
> 2009/5/27 David Martinez Morata <damarmo at gmail.com>:
> > Hello.
> > Try to change the palcement of your layers and configure
> your shape
> > with TRANSPARENT TRUE varible..
> > Something like
> >
> > LAYER
> > NAME '2627D'
> > TYPE RASTER
> > STATUS ON
> > DATA "/var/www/ms-tmp/2627D.JP2"
> > END
> > LAYER
> > NAME vereenigingroads
> > STATUS ON
> > DATA vereenigingroads/
> > vereenigingroads.shp
> > TYPE LINE
> > TRANSPARENT TRUE
> > CLASS
> > NAME 'the world'
> > COLOR 0 0 0
> > END
> > END
> >
> > 2009/5/27 Michael Da Silva Pereira
> > <michael.dasilvapereira at iburstafrica.com>
> >>
> >> Hi,
> >>
> >> I am having a problem displaying a JP2 / TIFF image in
> mapserver, it
> >> draws my shape files. However I can not get it to draw my RASTER
> >> layer :(
> >>
> >> Any Suggestions?
> >>
> >>
> >>
> >>
> >> MAP
> >> SIZE 1300 600
> >> DEBUG 5
> >>
> >> EXTENT 23.5 -34 23.6 -25
> >> IMAGECOLOR 180 180 250
> >> UNITS DD
> >> SCALEBAR
> >> STATUS EMBED
> >> UNITS KILOMETERS
> >> INTERVALS 3
> >> TRANSPARENT TRUE
> >> OUTLINECOLOR 0 0 0
> >> END
> >> LEGEND
> >> STATUS EMBED
> >> POSITION LR
> >> TRANSPARENT TRUE
> >> END
> >> WEB
> >> TEMPLATE global.html
> >> IMAGEPATH "/var/www/ms-tmp/"
> >> IMAGEURL "/ms-tmp/"
> >> END
> >> LAYER
> >> NAME vereenigingroads
> >> STATUS ON
> >> DATA vereenigingroads/vereenigingroads.shp
> >> TYPE LINE
> >> CLASS
> >> NAME 'the world'
> >> COLOR 0 0 0
> >> END
> >> END
> >> LAYER
> >> NAME '2627D'
> >> TYPE RASTER
> >> STATUS ON
> >> DATA "/var/www/ms-tmp/2627D.JP2"
> >> END
> >> END
> >>
> >> root at michael-laptop:/var/www/ms-tmp# /usr/lib/cgi-bin/mapserv -v
> >> MapServer version 5.4.0 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG
> OUTPUT=WBMP
> >> OUTPUT=SVG SUPPORTS=PROJ SUPPORTS=FREETYPE SUPPORTS=ICONV
> >> SUPPORTS=WMS_SERVER INPUT=EPPL7 INPUT=GDAL INPUT=SHAPEFILE
> >>
> >> [Wed May 27 08:47:04 2009].804606 msLoadMap(): 0.009s [Wed May 27
> >> 08:47:04 2009].845677 msDrawMap(): Layer 0
> (vereenigingroads), 0.039s
> >> [Wed May 27 08:47:04 2009].845729
> msDrawRasterLayerLow(2627D): entering.
> >> [Wed May 27 08:47:06 2009].130721 msDrawMap(): Layer 1 (2627D),
> >> 1.285s [Wed May 27 08:47:06 2009].131031 msDrawMap():
> Drawing Label
> >> Cache, 0.000s [Wed May 27 08:47:06 2009].131063 msDrawMap() total
> >> time: 1.326s [Wed May 27 08:47:06 2009].163796 msSaveImage() total
> >> time: 0.033s [Wed May 27 08:47:06 2009].163926
> msFreeMap(): freeing map at 0x91168b8.
> >> [Wed May 27 08:47:06 2009].163974 freeLayer(): freeing
> layer at 0x911d508.
> >> [Wed May 27 08:47:06 2009].163995 freeLayer(): freeing
> layer at 0x911e1d0.
> >> [Wed May 27 08:47:06 2009].164011 freeLayer(): freeing
> layer at 0x9246188.
> >> [Wed May 27 08:47:06 2009].164025 freeLayer(): freeing
> layer at 0x92fea48.
> >> [Wed May 27 08:47:06 2009].164045 shp2img total time: 1.369s
> >>
> >>
> >> root at michael-laptop:/var/www/ms-tmp# du -hs 2627D.JP2 129M
> >> 2627D.JP2
> >>
> >>
> >> --
> >>
> >> Regards,
> >> Michael da Silva Pereira
> >> Mobile: +27 84 245 2376
> >> Office: +27 11 251 2036
> >> _______________________________________________
> >> mapserver-users mailing list
> >> mapserver-users at lists.osgeo.org
> >> http://lists.osgeo.org/mailman/listinfo/mapserver-users
> >
> >
> >
> > --
> > Martinez Morata David
> > Thinking GIS
> >
>
>
>
> --
>
> Regards,
> Michael da Silva Pereira
> Mobile: +27 84 245 2376
> Office: +27 11 251 2036
> _______________________________________________
> mapserver-users mailing list
> mapserver-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapserver-users
>
More information about the MapServer-users
mailing list