[mapserver-users] displaying raster images..
Richard Greenwood
Rich at GreenwoodMap.com
Wed Mar 13 11:44:41 PST 2002
Jason,
Try giving the full path to your tiff in the DATA clause, e.g.
DATA "/some/directory/downloads/drgs/24k/clipped/31109c1c.tif"
And try simplifying your LAYER definition e.g.
LAYER
NAME "test"
Status default
TYPE raster
DATA
"/some/directory/downloads/drgs/24k/clipped/31109c1c.tif"
END # layer
Are your slashes correct? NT = \ UNIX = /
Is it an 8 bit tiff? (not 24bit) Try converting it to grayscale.
Rich
Richard W. Greenwood, PLS
Greenwood Mapping, Inc.
Rich at GreenwoodMap.com
(307) 733-0203
http://www.GreenwoodMap.com
More information about the MapServer-users
mailing list