using tile index for serving wms and wcs
Miguel Ángel Esbri
techdlists at YAHOO.ES
Mon Dec 19 13:23:11 PST 2005
Hi,
I am using a tile index for serving a large number of .tif files so, the
layer can be accessed via wms and wcs. When I am using the wms I can
access to it without any problem, but when I ask for the getcapabilities
of the wcs I get no layer from it.
I have followed some examples that explain how to do this
(http://mapserver.gis.umn.edu/docs/howto/WCSServerFormatHowTo), but I
still haven't managed to solve this.
thanks in advance,
Miguel Ángel
Here is the .map configuration file:
MAP
NAME BENICASSIM
STATUS ON
IMAGETYPE PNG24
SIZE 1024 768
IMAGECOLOR 255 255 255
SHAPEPATH "."
EXTENT 736578 4429321 771455 4454233
UNITS METERS
PROJECTION
"init=epsg:23030"
END
WEB
IMAGEPATH "/tmp"
IMAGEURL "http://localhost/tmp/"
METADATA
OWS_TITLE "Benicassim"
OWS_LABEL "Benicassim"
OWS_ONLINERESOURCE "http://localhost/cgi-bin/benicassim"
OWS_KEYWORDLIST "WMS,WCS,WFS,BENICASSIM"
OWS_SRS "EPSG:23030"
OWS_SCHEMAS_LOCATION "http://ogc.dmsolutions.ca"
OWS_NAMESPACE_PREFIX "uji"
OWS_NAMESPACE_URI "http://www.uji.es"
END
END
OUTPUTFORMAT
NAME GEOTIFF
DRIVER "GDAL/GTiff"
MIMETYPE "image/tiff"
IMAGEMODE "BYTE"
EXTENSION "tif"
END
OUTPUTFORMAT
NAME ECW
DRIVER "GDAL/ECW"
MIMETYPE "image/ecw"
IMAGEMODE "BYTE"
EXTENSION "ecw"
END
#--------------------------------------------------------------
# QUICKBIRD
#--------------------------------------------------------------
LAYER
GROUP QUICKBIRD
NAME "qb_h616"
STATUS ON
DUMP TRUE
TYPE RASTER
TILEINDEX "Quickbird/qb_h616.shp"
TILEITEM "location"
PROCESSING "SCALE=AUTO"
PROCESSING "BANDS=1,2,3"
MAXSCALE 500000
METADATA
OWS_TITLE "qb_h616"
OWS_LABEL "qb_h616"
OWS_SRS "EPSG:23030"
wcs_resolution "0.7 -0.7"
wcs_formats "GEOTIFF"
wcs_nativeformat "raw_binary"
wcs_rangeset_axes "bands"
wcs_rangeset_label "bands"
wcs_rangeset_name "bands"
wcs_bandcount "3"
END
END
#--------------------------------------------------------------
# ECW's
#--------------------------------------------------------------
LAYER
GROUP ECW
NAME "o5-616"
STATUS ON
DUMP TRUE
TYPE RASTER
TILEINDEX "Ortofotos/o5-616.shp"
TILEITEM "location"
PROCESSING "SCALE=AUTO"
PROCESSING "BANDS=1,2,3"
MAXSCALE 500000
METADATA
OWS_TITLE "o5-616"
OWS_LABEL "o5-616"
OWS_SRS "EPSG:23030"
wcs_resolution "0.5 -0.5"
wcs_formats "GEOTIFF"#"ECW"
wcs_nativeformat "raw_binary"
wcs_rangeset_axes "bands"
wcs_rangeset_label "bands"
wcs_rangeset_name "bands"
wcs_bandcount "3"
END
END
END
______________________________________________
Renovamos el Correo Yahoo!
Nuevos servicios, más seguridad
http://correo.yahoo.es
More information about the MapServer-users
mailing list