[mapserver-commits] r11203 - trunk/docs/en
svn at osgeo.org
svn at osgeo.org
Thu Mar 17 13:55:05 EDT 2011
Author: jmckenna
Date: 2011-03-17 10:55:05 -0700 (Thu, 17 Mar 2011)
New Revision: 11203
Modified:
trunk/docs/en/faq.txt
Log:
add TomK's FAQ item for enabling OGC services in 6.0
Modified: trunk/docs/en/faq.txt
===================================================================
--- trunk/docs/en/faq.txt 2011-03-17 17:54:50 UTC (rev 11202)
+++ trunk/docs/en/faq.txt 2011-03-17 17:55:05 UTC (rev 11203)
@@ -603,6 +603,23 @@
MapServer. For more detailed information, see `ticket 2427
<http://trac.osgeo.org/mapserver/ticket/2427#comment:2>`__
+Using MapServer 6.0, why don't my layers show up in GetCapabilities responses or are not found anymore?
+-------------------------------------------------------------------------------------------------------
+
+MapServer 6.0 introduces the option of hiding layers against OGC Web Service
+requests. OGC Web Services can provide powerful access to your geospatial
+data. It was decided to disable layer level request access as a default. See
+:ref:`rfc67` provides a full explanation of the changes and implications.
+
+To enable pre-6.0 behaviour, you can add the following to the :ref:`WEB` object's METADATA section in your
+mapfile:
+
+::
+
+ "ows_enable_request" "*"
+
+This will enable access of all layers to all OGC Web Service requests.
+
Where do I find my :term:`EPSG` code?
-------------------------------------------------------------------------------
More information about the mapserver-commits
mailing list