[mapserver-commits] r9272 - in trunk/docs: de/ogc en/ogc
svn at osgeo.org
svn at osgeo.org
Tue Aug 25 18:01:15 EDT 2009
Author: tomkralidis
Date: 2009-08-25 18:01:14 -0400 (Tue, 25 Aug 2009)
New Revision: 9272
Modified:
trunk/docs/de/ogc/mapcontext.txt
trunk/docs/de/ogc/wfs_server.txt
trunk/docs/de/ogc/wms_client.txt
trunk/docs/de/ogc/wms_server.txt
trunk/docs/en/ogc/mapcontext.txt
trunk/docs/en/ogc/wfs_server.txt
trunk/docs/en/ogc/wms_client.txt
trunk/docs/en/ogc/wms_server.txt
Log:
update various links
Modified: trunk/docs/de/ogc/mapcontext.txt
===================================================================
--- trunk/docs/de/ogc/mapcontext.txt 2009-08-25 19:46:48 UTC (rev 9271)
+++ trunk/docs/de/ogc/mapcontext.txt 2009-08-25 22:01:14 UTC (rev 9272)
@@ -85,7 +85,7 @@
*******************************************************************************
- *ows_schemas_location* : Location of XML schema document. Default is
- http://schemas.opengeospatial.net. See http://ogc.dmsolutions.ca for an example
+ http://schemas.opengis.net. See http://ogc.dmsolutions.ca for an example
of a valid schema tree.
- *wms_abstract* : A blurb of text providing more information about the WMS server.
Modified: trunk/docs/de/ogc/wfs_server.txt
===================================================================
--- trunk/docs/de/ogc/wfs_server.txt 2009-08-25 19:46:48 UTC (rev 9271)
+++ trunk/docs/de/ogc/wfs_server.txt 2009-08-25 22:01:14 UTC (rev 9272)
@@ -299,7 +299,7 @@
this is because all OGC Web Services (OWS) use the same metadata) Root of the
web tree where the family of OGC WFS XMLSchema files are located. This must be a
valid URL where the actual .xsd files are located if you want your WFS output to
- validate in a validating XML parser. Default is http://schemas.opengeospatial.net.
+ validate in a validating XML parser. Default is http://schemas.opengis.net.
See http://ogc.dmsolutions.ca for an example of a valid schema tree.
**wfs_abstract**
Modified: trunk/docs/de/ogc/wms_client.txt
===================================================================
--- trunk/docs/de/ogc/wms_client.txt 2009-08-25 19:46:48 UTC (rev 9271)
+++ trunk/docs/de/ogc/wms_client.txt 2009-08-25 22:01:14 UTC (rev 9272)
@@ -308,7 +308,7 @@
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.opengeospatial.net/wms/1.1.1/exception_1_1_1.dtd">
+ 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>
Modified: trunk/docs/de/ogc/wms_server.txt
===================================================================
--- trunk/docs/de/ogc/wms_server.txt 2009-08-25 19:46:48 UTC (rev 9271)
+++ trunk/docs/de/ogc/wms_server.txt 2009-08-25 22:01:14 UTC (rev 9272)
@@ -688,7 +688,7 @@
is because all OGC Web Services (OWS) use the same metadata) Root of the web tree
where the family of OGC WMS XMLSchema files are located. This must be a valid URL
where the actual .xsd files are located if you want your WMS output to validate in
- a validating XML parser. Default is http://schemas.opengeospatial.net. See
+ a validating XML parser. Default is http://schemas.opengis.net. See
http://ogc.dmsolutions.ca for an example of a valid schema tree.
**wms_abstract**
Modified: trunk/docs/en/ogc/mapcontext.txt
===================================================================
--- trunk/docs/en/ogc/mapcontext.txt 2009-08-25 19:46:48 UTC (rev 9271)
+++ trunk/docs/en/ogc/mapcontext.txt 2009-08-25 22:01:14 UTC (rev 9272)
@@ -85,7 +85,7 @@
*******************************************************************************
- *ows_schemas_location* : Location of XML schema document. Default is
- http://schemas.opengeospatial.net. See http://ogc.dmsolutions.ca for an example
+ http://schemas.opengis.net. See http://ogc.dmsolutions.ca for an example
of a valid schema tree.
- *wms_abstract* : A blurb of text providing more information about the WMS server.
Modified: trunk/docs/en/ogc/wfs_server.txt
===================================================================
--- trunk/docs/en/ogc/wfs_server.txt 2009-08-25 19:46:48 UTC (rev 9271)
+++ trunk/docs/en/ogc/wfs_server.txt 2009-08-25 22:01:14 UTC (rev 9272)
@@ -299,7 +299,7 @@
this is because all OGC Web Services (OWS) use the same metadata) Root of the
web tree where the family of OGC WFS XMLSchema files are located. This must be a
valid URL where the actual .xsd files are located if you want your WFS output to
- validate in a validating XML parser. Default is http://schemas.opengeospatial.net.
+ validate in a validating XML parser. Default is http://schemas.opengis.net.
See http://ogc.dmsolutions.ca for an example of a valid schema tree.
**wfs_abstract**
@@ -531,8 +531,8 @@
of the same geometry type (point, line, polygon). This works fine for shapefiles,
but some data source formats supported by MapServer allow mixed geometry
types in a single layer and this goes against the WFS spec. Suggestions on
- how to handle this are welcome (send suggestions to the MapServer-dev list,
- which you can join at http://lists.umn.edu/archives/mapserver-dev.html).
+ how to handle this are welcome (send suggestions to the
+ :ref:`mapserver-dev mailing list <lists>`.
.. #### rST Link Section ####
Modified: trunk/docs/en/ogc/wms_client.txt
===================================================================
--- trunk/docs/en/ogc/wms_client.txt 2009-08-25 19:46:48 UTC (rev 9271)
+++ trunk/docs/en/ogc/wms_client.txt 2009-08-25 22:01:14 UTC (rev 9272)
@@ -308,7 +308,7 @@
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.opengeospatial.net/wms/1.1.1/exception_1_1_1.dtd">
+ 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>
Modified: trunk/docs/en/ogc/wms_server.txt
===================================================================
--- trunk/docs/en/ogc/wms_server.txt 2009-08-25 19:46:48 UTC (rev 9271)
+++ trunk/docs/en/ogc/wms_server.txt 2009-08-25 22:01:14 UTC (rev 9272)
@@ -695,7 +695,7 @@
is because all OGC Web Services (OWS) use the same metadata) Root of the web tree
where the family of OGC WMS XMLSchema files are located. This must be a valid URL
where the actual .xsd files are located if you want your WMS output to validate in
- a validating XML parser. Default is http://schemas.opengeospatial.net. See
+ a validating XML parser. Default is http://schemas.opengis.net. See
http://ogc.dmsolutions.ca for an example of a valid schema tree.
**wms_abstract**
More information about the mapserver-commits
mailing list