[mapserver-commits] r9071 - trunk/docs/en/ogc

svn at osgeo.org svn at osgeo.org
Tue Jun 2 19:17:26 EDT 2009


Author: warmerdam
Date: 2009-06-02 19:17:26 -0400 (Tue, 02 Jun 2009)
New Revision: 9071

Modified:
   trunk/docs/en/ogc/wms_time.txt
Log:
fix up url, and wms_timeextent (#3037)

Modified: trunk/docs/en/ogc/wms_time.txt
===================================================================
--- trunk/docs/en/ogc/wms_time.txt	2009-06-02 22:42:15 UTC (rev 9070)
+++ trunk/docs/en/ogc/wms_time.txt	2009-06-02 23:17:26 UTC (rev 9071)
@@ -212,7 +212,7 @@
 
 This example currently requires latest 4.9 CVS build!
 
-Here is an example mapfile snippet for a raster WMS-T instance using a PostGIS tileindex. This example shows US Nexrad Base Reflectivity running at Iowa State U at http://mesonet.agron.iastate.edu/cgi-bin/wms/nexrad/n0r.cgi?SERVICE=WMS&request=GetCapabilities
+Here is an example mapfile snippet for a raster WMS-T instance using a PostGIS tileindex. This example shows US Nexrad Base Reflectivity running at Iowa State U at http://mesonet.agron.iastate.edu/cgi-bin/wms/nexrad/n0r-t.cgi?SERVICE=WMS&request=GetCapabilities
 
 .. code-block:: mapfile
     :linenos:
@@ -227,7 +227,7 @@
        "wms_title" "TIME INDEX"
        "wms_srs"   "EPSG:4326"
        "wms_extent" "-126 24 -66 50"
-       "wms_timeextent" "2003-08-01/2006-12-31/P5M"
+       "wms_timeextent" "2003-08-01/2006-12-31/PT5M"
        "wms_timeitem" "datetime" #column in postgis table of type timestamp
        "wms_timedefault" "2006-06-23T03:10:00Z"
      END
@@ -249,7 +249,7 @@
        "wms_title" "NEXRAD BASE REF WMS-T"
        "wms_srs"   "EPSG:4326"
        "wms_extent" "-126 24 -66 50"
-       "wms_timeextent" "2003-08-01/2006-12-31/P5M"
+       "wms_timeextent" "2003-08-01/2006-12-31/PT5M"
        "wms_timeitem" "datetime" #datetime is a column in postgis table of type timestamp
        "wms_timedefault" "2006-06-23T03:10:00Z"
      END
@@ -277,4 +277,4 @@
 .. _`WMS 1.1.1 specification`: http://www.opengeospatial.org/docs/01-068r2.pdf
 .. _`MapServer OGC Web Services Workshop`: http://ms-ogc-workshop.maptools.org/
 .. _`PostgreSQL documentation`: http://www.postgresql.org/docs/8.1/static/functions-datetime.html
-.. _`Bug#970`: http://trac.osgeo.org/mapserver/ticket/970
\ No newline at end of file
+.. _`Bug#970`: http://trac.osgeo.org/mapserver/ticket/970



More information about the mapserver-commits mailing list