problem with TIF on windows

"Ing. Jiří Cajthaml" jiri.cajthaml at FSV.CVUT.CZ
Sun Jun 5 11:16:14 PDT 2005


Hi,
I am a beginner with using Mapserver, and I have problem to display my 
TIF files.
I am using Mapserver 4.4.0 on Windows XP,

MapServer version 4.4.0 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG OUTPUT=WBMP 
OUTPUT=PDF OUTPUT=SWF SUPPORTS=PROJ SUPPORTS=FREETYPE 
SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT SUPPORTS=WFS_SERVER 
SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER INPUT=EPPL7 INPUT=POSTGIS 
INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE DEBUG=MSDEBUG

I wanted to create a very simple mapfile with only raster layer, but it 
doesn't display. If I use JPG file, it works...
Does anybody know why? (or what to do..)

My Tiff file is probably compressed, and has *.tfw georefference

MAP
   EXTENT -721000 -1143000 -717750 -1142000
   SIZE 500 400
   UNITS meters
   SHAPEPATH "c:\web\data\vm\"
   TRANSPARENT ON
   IMAGECOLOR 255 255 255
   FONTSET "C:\WINDOWS\fonty\font.list"

IMAGETYPE JPEG

PROJECTION
    "init=epsg:2065"
END

LAYER
    NAME Ortofoto10
    DATA Jhra_7_1.jpg
    TYPE RASTER
    STATUS DEFAULT
  END 

END

Thanks, Jiri



More information about the MapServer-users mailing list