[mapserver-commits] r12605 - branches/branch-6-0/docs/en/ogc trunk/docs/en/ogc

svn at osgeo.org svn at osgeo.org
Thu Sep 29 12:12:13 EDT 2011


Author: havatv
Date: 2011-09-29 09:12:13 -0700 (Thu, 29 Sep 2011)
New Revision: 12605

Modified:
   branches/branch-6-0/docs/en/ogc/wcs_format.txt
   branches/branch-6-0/docs/en/ogc/wcs_server.txt
   branches/branch-6-0/docs/en/ogc/wfs_server.txt
   branches/branch-6-0/docs/en/ogc/wms_time.txt
   trunk/docs/en/ogc/wcs_format.txt
   trunk/docs/en/ogc/wcs_server.txt
   trunk/docs/en/ogc/wfs_server.txt
   trunk/docs/en/ogc/wms_time.txt
Log:
Updated documentation to reflect the deprecation of the DUMP parameter (#3830), added enable_request metadata to some examples.

Modified: branches/branch-6-0/docs/en/ogc/wcs_format.txt
===================================================================
--- branches/branch-6-0/docs/en/ogc/wcs_format.txt	2011-09-29 15:46:24 UTC (rev 12604)
+++ branches/branch-6-0/docs/en/ogc/wcs_format.txt	2011-09-29 16:12:13 UTC (rev 12605)
@@ -69,6 +69,7 @@
           "wcs_resolution" "75 75"
           "wcs_bandcount" "3"
           "wcs_formats" "ECW"
+          "wcs_enable_request" "*"
         END
      END
 
@@ -114,6 +115,7 @@
           "wcs_bandcount" "1"
           "wcs_formats" "GEOTIFF"
           "wcs_nativeformat" "8-bit GeoTIF"
+          "wcs_enable_request" "*"
         END
     END
 
@@ -164,6 +166,7 @@
         "ows_srs" "EPSG:4326"
         "wcs_formats" "GEOTIFFINT16"
         "wcs_nativeformat" "geotiff"
+        "wcs_enable_request" "*"
       END
     END
 
@@ -308,6 +311,7 @@
         "wcs_rangeset_description" 'Z levels '  
         "wcs_timeposition" '2001-01-01T06:00:00,2001-01-01T12:00:00,2001-01-01T18:00:00,2001-01-02T00:00:00'
         "wcs_timeitem" 'time'
+        "wcs_enable_request" "*"
       END
     END
 

Modified: branches/branch-6-0/docs/en/ogc/wcs_server.txt
===================================================================
--- branches/branch-6-0/docs/en/ogc/wcs_server.txt	2011-09-29 15:46:24 UTC (rev 12604)
+++ branches/branch-6-0/docs/en/ogc/wcs_server.txt	2011-09-29 16:12:13 UTC (rev 12605)
@@ -77,7 +77,7 @@
   (e.g GeoTIFF, Erdas Imagine, ...)
 - LAYER NAME must be set
 - LAYER TYPE is set to RASTER
-- WEB metadata "wcs_enable_request" must be set
+- WEB metadata or LAYER metadata "wcs_enable_request" must be set
 - WEB metadata "wcs_label" must be set
 - LAYER metadata "wcs_label" must be set
 - LAYER metadata "wcs_rangeset_name" must be set

Modified: branches/branch-6-0/docs/en/ogc/wfs_server.txt
===================================================================
--- branches/branch-6-0/docs/en/ogc/wfs_server.txt	2011-09-29 15:46:24 UTC (rev 12604)
+++ branches/branch-6-0/docs/en/ogc/wfs_server.txt	2011-09-29 16:12:13 UTC (rev 12605)
@@ -190,6 +190,7 @@
             "wfs_srs"           "EPSG:4326" ## REQUIRED
             "gml_include_items" "all" ## Optional (serves all attributes for layer)
             "gml_featureid"     "ID" ## REQUIRED
+            "wfs_enable_request" "*"
           END  
           TYPE POLYGON
           STATUS ON

Modified: branches/branch-6-0/docs/en/ogc/wms_time.txt
===================================================================
--- branches/branch-6-0/docs/en/ogc/wms_time.txt	2011-09-29 15:46:24 UTC (rev 12604)
+++ branches/branch-6-0/docs/en/ogc/wms_time.txt	2011-09-29 16:12:13 UTC (rev 12605)
@@ -119,6 +119,7 @@
       "wms_timeextent" "2004-01-01/2004-02-01"
       "wms_timeitem" "TIME"
       "wms_timedefault" "2004-01-01 14:10:00"
+      "wms_enable_request" "*"
     END
     TYPE POINT
     STATUS ON
@@ -265,6 +266,7 @@
        "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"
+       "wms_enable_request" "*"
      END
      OFFSITE 0 0 0
      TILEITEM "filepath" #filepath is a column in postgis table with varchar of the filepath to each image

Modified: trunk/docs/en/ogc/wcs_format.txt
===================================================================
--- trunk/docs/en/ogc/wcs_format.txt	2011-09-29 15:46:24 UTC (rev 12604)
+++ trunk/docs/en/ogc/wcs_format.txt	2011-09-29 16:12:13 UTC (rev 12605)
@@ -69,6 +69,7 @@
           "wcs_resolution" "75 75"
           "wcs_bandcount" "3"
           "wcs_formats" "ECW"
+          "wcs_enable_request" "*"
         END
      END
 
@@ -114,6 +115,7 @@
           "wcs_bandcount" "1"
           "wcs_formats" "GEOTIFF"
           "wcs_nativeformat" "8-bit GeoTIF"
+          "wcs_enable_request" "*"
         END
     END
 
@@ -164,6 +166,7 @@
         "ows_srs" "EPSG:4326"
         "wcs_formats" "GEOTIFFINT16"
         "wcs_nativeformat" "geotiff"
+        "wcs_enable_request" "*"
       END
     END
 
@@ -308,6 +311,7 @@
         "wcs_rangeset_description" 'Z levels '  
         "wcs_timeposition" '2001-01-01T06:00:00,2001-01-01T12:00:00,2001-01-01T18:00:00,2001-01-02T00:00:00'
         "wcs_timeitem" 'time'
+        "wcs_enable_request" "*"
       END
     END
 

Modified: trunk/docs/en/ogc/wcs_server.txt
===================================================================
--- trunk/docs/en/ogc/wcs_server.txt	2011-09-29 15:46:24 UTC (rev 12604)
+++ trunk/docs/en/ogc/wcs_server.txt	2011-09-29 16:12:13 UTC (rev 12605)
@@ -77,7 +77,7 @@
   (e.g GeoTIFF, Erdas Imagine, ...)
 - LAYER NAME must be set
 - LAYER TYPE is set to RASTER
-- WEB metadata "wcs_enable_request" must be set
+- WEB metadata or LAYER metadata "wcs_enable_request" must be set
 - WEB metadata "wcs_label" must be set
 - LAYER metadata "wcs_label" must be set
 - LAYER metadata "wcs_rangeset_name" must be set

Modified: trunk/docs/en/ogc/wfs_server.txt
===================================================================
--- trunk/docs/en/ogc/wfs_server.txt	2011-09-29 15:46:24 UTC (rev 12604)
+++ trunk/docs/en/ogc/wfs_server.txt	2011-09-29 16:12:13 UTC (rev 12605)
@@ -190,6 +190,7 @@
             "wfs_srs"           "EPSG:4326" ## REQUIRED
             "gml_include_items" "all" ## Optional (serves all attributes for layer)
             "gml_featureid"     "ID" ## REQUIRED
+            "wfs_enable_request" "*"
           END  
           TYPE POLYGON
           STATUS ON

Modified: trunk/docs/en/ogc/wms_time.txt
===================================================================
--- trunk/docs/en/ogc/wms_time.txt	2011-09-29 15:46:24 UTC (rev 12604)
+++ trunk/docs/en/ogc/wms_time.txt	2011-09-29 16:12:13 UTC (rev 12605)
@@ -119,6 +119,7 @@
       "wms_timeextent" "2004-01-01/2004-02-01"
       "wms_timeitem" "TIME"
       "wms_timedefault" "2004-01-01 14:10:00"
+      "wms_enable_request" "*"
     END
     TYPE POINT
     STATUS ON
@@ -265,6 +266,7 @@
        "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"
+       "wms_enable_request" "*"
      END
      OFFSITE 0 0 0
      TILEITEM "filepath" #filepath is a column in postgis table with varchar of the filepath to each image



More information about the mapserver-commits mailing list