[mapserver-commits] r12017 - branches/branch-6-0/docs/en
branches/branch-6-0/docs/en/ogc trunk/docs/en trunk/docs/en/ogc
svn at osgeo.org
svn at osgeo.org
Sat Aug 6 06:58:01 EDT 2011
Author: havatv
Date: 2011-08-06 03:58:01 -0700 (Sat, 06 Aug 2011)
New Revision: 12017
Added:
branches/branch-6-0/docs/en/ogc/ogc_support.txt
trunk/docs/en/ogc/ogc_support.txt
Modified:
branches/branch-6-0/docs/en/faq.txt
branches/branch-6-0/docs/en/ogc/index.txt
trunk/docs/en/faq.txt
trunk/docs/en/ogc/index.txt
Log:
Added a subsection on OGC Support to the OGC section and replaced the FAQ text with a reference (#3536).
Modified: branches/branch-6-0/docs/en/faq.txt
===================================================================
--- branches/branch-6-0/docs/en/faq.txt 2011-08-06 10:27:57 UTC (rev 12016)
+++ branches/branch-6-0/docs/en/faq.txt 2011-08-06 10:58:01 UTC (rev 12017)
@@ -448,17 +448,7 @@
Which OGC Specifications does MapServer support?
-------------------------------------------------------------------------------
-* Web Map Service (OGC:WMS) 1.0.0, 1.0.7, 1.1.0, 1.1.1, 1.3.0
-* Web Feature Service (OGC:WFS) 1.0.0, 1.1.0
-* Web Coverage Service (OGC:WCS) 1.0.0, 1.1.0
-* Geography Markup Language (OGC:GML) 2.1.2, 3.1.0 Level 0 Profile
-* Web Map Context Documents (OGC:WMC) 1.0.0, 1.1.0
-* Styled Layer Descriptor (OGC:SLD) 1.0.0
-* Filter Encoding Specification (OGC:FES) 1.0.0
-* Sensor Observation Service (OGC:SOS) 1.0.0
-* Observations and Measurements (OGC:OM) 1.0.0
-* SWE Common (OGC:SWE) 1.0.1
-* OWS Common (OGC:OWS) 1.0.0, 1.1.0
+See: :ref:`OGCSUPPORT`
Why does my requested WMS layer not align correctly?
-------------------------------------------------------------------------------
Modified: branches/branch-6-0/docs/en/ogc/index.txt
===================================================================
--- branches/branch-6-0/docs/en/ogc/index.txt 2011-08-06 10:27:57 UTC (rev 12016)
+++ branches/branch-6-0/docs/en/ogc/index.txt 2011-08-06 10:58:01 UTC (rev 12017)
@@ -1,7 +1,7 @@
.. _ogc:
*****************************************************************************
- OGC Support and Configuration
+OGC Support and Configuration
*****************************************************************************
Interoperability is increasingly becoming a focus point for organizations that
@@ -14,6 +14,7 @@
.. toctree::
:maxdepth: 2
+ ogc_support
wms_server
wms_client
wms_time
Added: branches/branch-6-0/docs/en/ogc/ogc_support.txt
===================================================================
--- branches/branch-6-0/docs/en/ogc/ogc_support.txt (rev 0)
+++ branches/branch-6-0/docs/en/ogc/ogc_support.txt 2011-08-06 10:58:01 UTC (rev 12017)
@@ -0,0 +1,16 @@
+.. _ogcsupport:
+
+Mapserver OGC Specification support
+-------------------------------------------------------------------------------
+
+* Web Map Service (OGC:WMS) 1.0.0, 1.0.7, 1.1.0, 1.1.1, 1.3.0
+* Web Feature Service (OGC:WFS) 1.0.0, 1.1.0
+* Web Coverage Service (OGC:WCS) 1.0.0, 1.1.0
+* Geography Markup Language (OGC:GML) 2.1.2, 3.1.0 Level 0 Profile
+* Web Map Context Documents (OGC:WMC) 1.0.0, 1.1.0
+* Styled Layer Descriptor (OGC:SLD) 1.0.0
+* Filter Encoding Specification (OGC:FES) 1.0.0
+* Sensor Observation Service (OGC:SOS) 1.0.0
+* Observations and Measurements (OGC:OM) 1.0.0
+* SWE Common (OGC:SWE) 1.0.1
+* OWS Common (OGC:OWS) 1.0.0, 1.1.0
Modified: trunk/docs/en/faq.txt
===================================================================
--- trunk/docs/en/faq.txt 2011-08-06 10:27:57 UTC (rev 12016)
+++ trunk/docs/en/faq.txt 2011-08-06 10:58:01 UTC (rev 12017)
@@ -448,17 +448,7 @@
Which OGC Specifications does MapServer support?
-------------------------------------------------------------------------------
-* Web Map Service (OGC:WMS) 1.0.0, 1.0.7, 1.1.0, 1.1.1, 1.3.0
-* Web Feature Service (OGC:WFS) 1.0.0, 1.1.0
-* Web Coverage Service (OGC:WCS) 1.0.0, 1.1.0
-* Geography Markup Language (OGC:GML) 2.1.2, 3.1.0 Level 0 Profile
-* Web Map Context Documents (OGC:WMC) 1.0.0, 1.1.0
-* Styled Layer Descriptor (OGC:SLD) 1.0.0
-* Filter Encoding Specification (OGC:FES) 1.0.0
-* Sensor Observation Service (OGC:SOS) 1.0.0
-* Observations and Measurements (OGC:OM) 1.0.0
-* SWE Common (OGC:SWE) 1.0.1
-* OWS Common (OGC:OWS) 1.0.0, 1.1.0
+See: :ref:`OGCSUPPORT`
Why does my requested WMS layer not align correctly?
-------------------------------------------------------------------------------
Modified: trunk/docs/en/ogc/index.txt
===================================================================
--- trunk/docs/en/ogc/index.txt 2011-08-06 10:27:57 UTC (rev 12016)
+++ trunk/docs/en/ogc/index.txt 2011-08-06 10:58:01 UTC (rev 12017)
@@ -1,7 +1,7 @@
.. _ogc:
*****************************************************************************
- OGC Support and Configuration
+OGC Support and Configuration
*****************************************************************************
Interoperability is increasingly becoming a focus point for organizations that
@@ -14,6 +14,7 @@
.. toctree::
:maxdepth: 2
+ ogc_support
wms_server
wms_client
wms_time
Added: trunk/docs/en/ogc/ogc_support.txt
===================================================================
--- trunk/docs/en/ogc/ogc_support.txt (rev 0)
+++ trunk/docs/en/ogc/ogc_support.txt 2011-08-06 10:58:01 UTC (rev 12017)
@@ -0,0 +1,16 @@
+.. _ogcsupport:
+
+Support for OGC Specifications
+-------------------------------------------------------------------------------
+
+* Web Map Service (OGC:WMS) 1.0.0, 1.0.7, 1.1.0, 1.1.1, 1.3.0
+* Web Feature Service (OGC:WFS) 1.0.0, 1.1.0
+* Web Coverage Service (OGC:WCS) 1.0.0, 1.1.0
+* Geography Markup Language (OGC:GML) 2.1.2, 3.1.0 Level 0 Profile
+* Web Map Context Documents (OGC:WMC) 1.0.0, 1.1.0
+* Styled Layer Descriptor (OGC:SLD) 1.0.0
+* Filter Encoding Specification (OGC:FES) 1.0.0
+* Sensor Observation Service (OGC:SOS) 1.0.0
+* Observations and Measurements (OGC:OM) 1.0.0
+* SWE Common (OGC:SWE) 1.0.1
+* OWS Common (OGC:OWS) 1.0.0, 1.1.0
More information about the mapserver-commits
mailing list