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

svn at osgeo.org svn at osgeo.org
Fri Jan 27 05:12:57 EST 2012


Author: havatv
Date: 2012-01-27 02:12:57 -0800 (Fri, 27 Jan 2012)
New Revision: 13019

Modified:
   branches/branch-6-0/docs/en/ogc/wms_client.txt
   trunk/docs/en/ogc/wms_client.txt
Log:
Fixed overfull lines in PDF (#3947) - wms client

Modified: branches/branch-6-0/docs/en/ogc/wms_client.txt
===================================================================
--- branches/branch-6-0/docs/en/ogc/wms_client.txt	2012-01-27 09:54:32 UTC (rev 13018)
+++ branches/branch-6-0/docs/en/ogc/wms_client.txt	2012-01-27 10:12:57 UTC (rev 13019)
@@ -300,7 +300,7 @@
     LAYER
       ...
       METADATA
-        "wms_exceptions_format "application/vnd.ogc.se_xml"
+        "wms_exceptions_format" "application/vnd.ogc.se_xml"
       END
       ...
     END
@@ -309,12 +309,15 @@
 
   ::
 
-    Tue Jan 17 18:05:13 2006 - msDrawWMSLayerLow(): WMS server error. WMS GetMap 
-    request got XML exception for layer 'prov_bound': <?xml version='1.0' 
-    encoding="ISO-8859-1" standalone="no" ?><!DOCTYPE ServiceExceptionReport 
-    SYSTEM "http://schemas.opengis.net/wms/1.1.1/exception_1_1_1.dtd">
-    <ServiceExceptionReport version="1.1.1"><ServiceException code="LayerNotDefined">
-    msWMSLoadGetMapParams(): WMS server error. Invalid layer(s) given in the LAYERS parameter.
+    Tue Jan 17 18:05:13 2006 - msDrawWMSLayerLow(): WMS server error.
+    WMS GetMap request got XML exception for layer 'prov_bound':
+    <?xml version='1.0' encoding="ISO-8859-1" standalone="no" ?>
+    <!DOCTYPE ServiceExceptionReport SYSTEM
+    "http://schemas.opengis.net/wms/1.1.1/exception_1_1_1.dtd">
+    <ServiceExceptionReport version="1.1.1"><ServiceException
+    code="LayerNotDefined">
+    msWMSLoadGetMapParams(): WMS server error. Invalid layer(s)
+    given in the LAYERS parameter.
     </ServiceException>
     </ServiceExceptionReport>
 
@@ -472,7 +475,7 @@
      TYPE RASTER
      STATUS ON
      CONNECTIONTYPE WMS
-     CONNECTION "http://demo.mapserver.org/cgi-bin/wms?VERSION=1.1.0&LAYERS=bluemarble&FORMAT=image/png"
+     CONNECTION "http://demo.org/cgi-bin/wms?VERSION=1.1.0&LAYERS=bm&FORMAT=image/png"
      PROJECTION
        "init=epsg:4326"
      END

Modified: trunk/docs/en/ogc/wms_client.txt
===================================================================
--- trunk/docs/en/ogc/wms_client.txt	2012-01-27 09:54:32 UTC (rev 13018)
+++ trunk/docs/en/ogc/wms_client.txt	2012-01-27 10:12:57 UTC (rev 13019)
@@ -300,7 +300,7 @@
     LAYER
       ...
       METADATA
-        "wms_exceptions_format "application/vnd.ogc.se_xml"
+        "wms_exceptions_format" "application/vnd.ogc.se_xml"
       END
       ...
     END
@@ -309,12 +309,15 @@
 
   ::
 
-    Tue Jan 17 18:05:13 2006 - msDrawWMSLayerLow(): WMS server error. WMS GetMap 
-    request got XML exception for layer 'prov_bound': <?xml version='1.0' 
-    encoding="ISO-8859-1" standalone="no" ?><!DOCTYPE ServiceExceptionReport 
-    SYSTEM "http://schemas.opengis.net/wms/1.1.1/exception_1_1_1.dtd">
-    <ServiceExceptionReport version="1.1.1"><ServiceException code="LayerNotDefined">
-    msWMSLoadGetMapParams(): WMS server error. Invalid layer(s) given in the LAYERS parameter.
+    Tue Jan 17 18:05:13 2006 - msDrawWMSLayerLow(): WMS server error.
+    WMS GetMap request got XML exception for layer 'prov_bound':
+    <?xml version='1.0' encoding="ISO-8859-1" standalone="no" ?>
+    <!DOCTYPE ServiceExceptionReport SYSTEM
+    "http://schemas.opengis.net/wms/1.1.1/exception_1_1_1.dtd">
+    <ServiceExceptionReport version="1.1.1"><ServiceException
+    code="LayerNotDefined">
+    msWMSLoadGetMapParams(): WMS server error. Invalid layer(s)
+    given in the LAYERS parameter.
     </ServiceException>
     </ServiceExceptionReport>
 
@@ -472,7 +475,7 @@
      TYPE RASTER
      STATUS ON
      CONNECTIONTYPE WMS
-     CONNECTION "http://demo.mapserver.org/cgi-bin/wms?VERSION=1.1.0&LAYERS=bluemarble&FORMAT=image/png"
+     CONNECTION "http://demo.org/cgi-bin/wms?VERSION=1.1.0&LAYERS=bm&FORMAT=image/png"
      PROJECTION
        "init=epsg:4326"
      END



More information about the mapserver-commits mailing list