Hi,<br><br>I would like to output as a GeoTiff file via WMS and WCS.<br>&nbsp;<br>I have been able to sucessfully output as a GeoTiff file via WMS as:<br><a href="http://localhost/cgi-bin/mapserv.exe?map=/ms4w/apps/ms_ogc_workshop/client/wms/ConsolidationOutput.map&amp;VERSION=1.1.1&amp;REQUEST=GetMap&amp;SERVICE=WMS&amp;LAYERS=StLouis&amp;SRS=EPSG:4326&amp;BBOX=-90.21816960144152,38.61906329981721,-90.17724991531047,38.64238752091208&amp;WIDTH=800&amp;HEIGHT=456&amp;FORMAT=GeoTiff">
http://localhost/cgi-bin/mapserv.exe?map=/ms4w/apps/ms_ogc_workshop/client/wms/ConsolidationOutput.map&amp;VERSION=1.1.1&amp;REQUEST=GetMap&amp;SERVICE=WMS&amp;LAYERS=StLouis&amp;SRS=EPSG:4326&amp;BBOX=-90.21816960144152,38.61906329981721,-90.17724991531047,38.64238752091208&amp;WIDTH=800&amp;HEIGHT=456&amp;FORMAT=GeoTiff
</a><br><br>I have NOT been able to sucessfully output as a GeoTiff file via WCS as:<br>
<a href="http://localhost/cgi-bin/mapserv.exe?map=/ms4w/apps/ms_ogc_workshop/client/wms/ConsolidationOutput.map&amp;VERSION=1.0.0&amp;REQUEST=GetCoverage&amp;SERVICE=WCS&amp;COVERAGE=StLouis&amp;CRS=EPSG:4326&amp;BBOX=-90.21816960144152,38.61906329981721,-90.17724991531047,38.64238752091208&amp;WIDTH=800&amp;HEIGHT=456&amp;FORMAT=GeoTiff">
http://localhost/cgi-bin/mapserv.exe?map=/ms4w/apps/ms_ogc_workshop/client/wms/ConsolidationOutput.map&amp;VERSION=1.0.0&amp;REQUEST=GetCoverage&amp;SERVICE=WCS&amp;COVERAGE=StLouis&amp;CRS=EPSG:4326&amp;BBOX=-90.21816960144152,38.61906329981721,-90.17724991531047,38.64238752091208&amp;WIDTH=800&amp;HEIGHT=456&amp;FORMAT=GeoTiff
</a><br>
I get the error:<br>We can&#39;t find&nbsp; <span class="term">&quot;<a href="http://localhost/cgi-bin/mapserv.exe?map=/ms4w/apps/ms_ogc_workshop/client/wms/ConsolidationOutput.map&amp;VERSIO">http://localhost/cgi-bin/mapserv.exe?map=/ms4w/apps/ms_ogc_workshop/client/wms/ConsolidationOutput.map&amp;VERSIO
</a>&quot;<br><br>What is the difference between outputting a GeoTiff file from MapServer as WMS compared to WCS?<br></span><br>Map file below:<br>------------------------------------------------------------------------------------
<br>#<br># $Id: demo.map,v 1.2 2006/08/08 19:02:46 tkralidi Exp $<br>#<br># Start of map file<br>#<br><br>MAP<br><br>&nbsp;# all temp files get prefixed with this string<br>&nbsp;NAME All_Raster_Layers_ignore<br><br>&nbsp;# always returns a map
<br>&nbsp;STATUS ON<br><br>&nbsp;# image format options<br>&nbsp; OUTPUTFORMAT<br>&nbsp;&nbsp; NAME GEOTIFF<br>&nbsp;&nbsp; DRIVER &quot;GDAL/GTiff&quot;<br>&nbsp;&nbsp; MIMETYPE &quot;image/tiff&quot;<br>&nbsp;&nbsp; IMAGEMODE RGB<br>&nbsp;&nbsp; EXTENSION &quot;tif&quot;<br>&nbsp; END<br>
<br>&nbsp;# projection of the INTERFACE that this mapfile supports<br>&nbsp;PROJECTION<br>&nbsp; &quot;init=epsg:4326&quot;<br>&nbsp;END<br><br>&nbsp;# minx miny maxx maxy<br>&nbsp;EXTENT -180 -90 180 90 # World<br><br>&nbsp;# units of map/app<br>&nbsp;UNITS DD
<br><br>&nbsp;WEB<br>&nbsp; # this is set in the form which initializes the page, but can be set here if you want<br>&nbsp; IMAGEPATH &quot;/ms4w/tmp/ms_tmp/&quot;<br><br>&nbsp; # this is set in the form which initializes the page, but can be set here if you want
<br>&nbsp; IMAGEURL &quot;/ms_tmp/&quot;<br>&nbsp;END<br><br>&nbsp;# start of layer definitions<br><br><br>#---------------------<br>#---&nbsp; Saint Louis reprojected&nbsp; ---<br>#---------------------<br>&nbsp;LAYER<br>&nbsp; # name of layer<br>&nbsp; NAME StLouis
<br>&nbsp;&nbsp;&nbsp; <br>&nbsp; # what type of data is this?<br>&nbsp; TYPE RASTER<br><br>&nbsp; # always returned with interface<br>&nbsp; STATUS ON<br><br>&nbsp; DUMP TRUE<br>&nbsp; <br>&nbsp; TILEINDEX &quot;E:\converted_1178894945328\fullResolution.shp&quot;<br>&nbsp; TILEITEM &quot;Location&quot;
<br><br>&nbsp; #OFFSITE 0 0 0<br><br>&nbsp; #MAXSCALE 1000<br><br>&nbsp;END<br><br>END<br><br clear="all"><br>Thanks,<br>-- <br>John J. Mitchell