GeoTIFF display problem {Scanned}

Siki Zoltan siki at AGT.BME.HU
Fri Dec 31 08:53:59 EST 2004


Hi,

Check the path in your tileindex table (location column).
There were some issues about relative pathes.
I use relative path to the map file.

Bye
Zoltan

On Thu, 30 Dec 2004, R. Paul Warriner wrote:

> 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