show utm geotiff
Titus von der Malsburg
malsburg at CL.UNI-HEIDELBERG.DE
Sat Sep 11 10:33:12 PDT 2004
On Sat, Sep 11, 2004 at 07:14:56PM +0200, joerg p wrote:
> I want to use the landsat7 geotiffs, which are in utm.
> Unfortunatelly my mapserver only shows geotiffs in latlong.
My guess would be:
LAYER
TYPE RASTER
...
PROJECTION
"proj=utm"
"zone=32"
"ellps=WGS84"
"datum=WGS84"
"units=m"
"no_defs"
END
...
END
Of course you have to adjust the zone parameter to the appropriate UTM
zone of your data.
Or you can use the gdalwarp utillity to reproject the images and putting
the reprojected versions to the map.
Titus
~
More information about the MapServer-users
mailing list