GeoTIFF display problem
R. Paul Warriner
paul at WARRINER.US
Thu Dec 30 10:26:41 PST 2004
Thank you David and Siki for the replies.
I did as suggested, and I can get my
index and image if defined individually,
but when tying to access with
TILEINDEX/TILEITEM it fails.!?
(I am working with mapserver 4.4.0 and
gdal 1.2.3)
#works
LAYER
NAME "geoindex"
DATA
"mapsurfer/shapes/geotiff/geoindex.shp"
STATUS ON
TYPE POLYGON
CLASS
STYLE
OUTLINECOLOR 0 0 0
COLOR -1 -1 -1
END
END
END
#works
LAYER
NAME "w_10950988_12_07200_col_2002"
DATA
"mapsurfer/shapes/geotiff/w_10950988_12_07200_col_2002.tif"
TYPE RASTER
# MINSCALE 700
# MAXSCALE 3000
STATUS ON
END
#seg fault #11
LAYER
NAME "w_10950988_12_07200_col_2002"
TILEINDEX
"mapsurfer/shapes/geotiff/geoindex"
TILEITEM "Location"
STATUS ON
TYPE RASTER
MINSCALE 700
MAXSCALE 3000
END
More information about the MapServer-users
mailing list