No subject
Mon Oct 7 05:54:23 PDT 2024
are in mapsurfer/shapes/geotiff.
Then I used the ogr utility to build
to build my tile index shape file,
which resides above the geotiff dir
in the mapsurfer/shapes directory.
My indexed shape "location" field has:
geotiff/*.tif
Then all I needed was the following in
my map file.
SHAPEPATH "mapsurfer/shapes"
LAYER
NAME "orthos"
TILEINDEX "geoindex.shp"
TILEITEM "location"
STATUS ON
TYPE RASTER
MINSCALE 700
MAXSCALE 3000
END
LAYER
NAME "orthoindex"
DATA "geoindex.shp"
STATUS ON
TYPE POLYGON
CLASS
STYLE
OUTLINECOLOR 58 255 71
COLOR -1 -1 -1
END
END
END
One note, I am on Linux.
Hope this helps.
Paul
---- Original message ----
>Date: Wed, 5 Jan 2005 14:39:34 +0100
>From: Stefan Schwarzer
<stefan.schwarzer at GRID.UNEP.CH>
>Subject: [UMN_MAPSERVER-USERS] Problems
Displaying GeoTIFF
>To: MAPSERVER-USERS at LISTS.UMN.EDU
>
>Hi there,
>
>seems to be a dump question. But I
tried to find the solution in older
>threats, but nothing solved my problem.
So hope to find the solution to
>- I guess - a simple question here:
>
>I need to display three-channel
GeoTiffs with PHP-Mapscript. But it
>doesn't display anything. Is it the
IMAGEMODE? Or perhaps a compilation
>issue (I use the Win-Binaries)? Any advice?
>
>Thanks a lot,
>
>Stef
>
>
> _______________________________________
>
> Stefan Schwarzer
> GIS & Data Management
>
> UNEP/DEWA/GRID-Geneva
> Chemin des Anemones 11
> CH - 1219 Chatelaine
> Switzerland
>
> Tel: (+41) 22.917.83.49
> Fax: (+41) 22.917.80.29
>
> Internet:
http://geodata.grid.unep.ch/
> _______________________________________
More information about the MapServer-users
mailing list