WMS Spatio temporal search

Denis Nadeau denis.nadeau at GMAIL.COM
Tue Jun 20 13:58:21 EDT 2006


Hi,

I followed the instruction to set TIME and SPATIAL search from this URL.

   http://mapserver.gis.umn.edu/docs/howto/WCSServerFormatHowTo

The Filter with TIME parameter works fine.  My problem is that NASA ESG
portal (http://esg.gsfc.nasa.gov/) does not set the &TIME parameter in its
QUERY_STRING (File-Load View-OGC WMS Server).   The results is a blank image


I want to find a way to set a default value for the TIME parameter.

Regards,
Denis
-----------------
.map file

LAYER
  NAME 'time_idx'
  TYPE TILEINDEX
  DATA "/local/tools/gdaac/TS2/www/maptest/data/AIRS/testindex.shp"
  FILTERITEM 'TIME'   #This work!!!
  FILTER '%TIME%'
END

LAYER
    NAME "AIRSRGB"
    TYPE RASTER
    STATUS DEFAULT
    DEBUG ON

    TILEINDEX "time_idx"
    TILEITEM  "location"
    EXTENT -180.0 -90.0 180.0 90.0
    DUMP TRUE
    PROJECTION
        "init=epsg:4326"   ##recommended
    END

    METADATA
       wms_title        "Aqua AIRS Visible/NIR False Color Composite, 10 km
resolution, registered"   ##required
       wms_extent       "-180 -90 180 190"
    END

  CLASS
    NAME "VBRADLEGEND"
    KEYIMAGE
"/datapool/OPS/user/services/cronproc/global_browse/ogc_registered/AIRVBRAD.003.20060508.day.legend.jpg"
    DEBUG ON
  END
END # Layer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/mapserver-users/attachments/20060620/a62b743d/attachment.html


More information about the mapserver-users mailing list