[mapserver-commits] r8075 - in trunk/docs/references: . mapfile ogc
svn at osgeo.org
svn at osgeo.org
Sun Nov 23 22:54:12 EST 2008
Author: hobu
Date: 2008-11-23 22:54:12 -0500 (Sun, 23 Nov 2008)
New Revision: 8075
Added:
trunk/docs/references/ogc/index.txt
Removed:
trunk/docs/references/mapfile/articleinfo.txt
Modified:
trunk/docs/references/index.txt
trunk/docs/references/mapfile/index.txt
trunk/docs/references/ogc/filterencoding.txt
trunk/docs/references/ogc/mapcontext.txt
trunk/docs/references/ogc/mapscript.txt
trunk/docs/references/ogc/sld.txt
trunk/docs/references/ogc/sos_server.txt
trunk/docs/references/ogc/wcs_format.txt
trunk/docs/references/ogc/wcs_server.txt
trunk/docs/references/ogc/wfs_client.txt
trunk/docs/references/ogc/wfs_server.txt
trunk/docs/references/ogc/wms_client.txt
trunk/docs/references/ogc/wms_server.txt
trunk/docs/references/ogc/wms_time.txt
Log:
add ogc refs
Modified: trunk/docs/references/index.txt
===================================================================
--- trunk/docs/references/index.txt 2008-11-24 03:33:26 UTC (rev 8074)
+++ trunk/docs/references/index.txt 2008-11-24 03:54:12 UTC (rev 8075)
@@ -1,18 +1,14 @@
.. _references:
*****************************************************************************
- MapServer Reference
+ MapServer References
*****************************************************************************
-Some text describing
-
-see also :ref:`mapscript`.
-
-
.. toctree::
:maxdepth: 2
mapfile/index
mapscript/index
+ ogc/index
Deleted: trunk/docs/references/mapfile/articleinfo.txt
===================================================================
--- trunk/docs/references/mapfile/articleinfo.txt 2008-11-24 03:33:26 UTC (rev 8074)
+++ trunk/docs/references/mapfile/articleinfo.txt 2008-11-24 03:54:12 UTC (rev 8075)
@@ -1,7 +0,0 @@
-:Last Updated: 2008/07/16
-:Author: Jean-François Doyon
-:Contact: jdoyon(at)ccrs.nrcan.gc.ca
-:Author: Jeff McKenna
-:Contact: jmckenna(at)gatewaygeomatics.com
-:Author: Steve Lime
-:Contact: steve.lime(at)dnr.state.mn.us
\ No newline at end of file
Modified: trunk/docs/references/mapfile/index.txt
===================================================================
--- trunk/docs/references/mapfile/index.txt 2008-11-24 03:33:26 UTC (rev 8074)
+++ trunk/docs/references/mapfile/index.txt 2008-11-24 03:54:12 UTC (rev 8075)
@@ -1,7 +1,7 @@
.. _mapfile:
*****************************************************************************
- Mapfile Reference
+ Mapfile
*****************************************************************************
:Release: |release|
@@ -26,50 +26,104 @@
the form of attributes plus geometry, are given styling using :ref:`CLASS`
and :ref:`STYLE` directives.
+:ref:`CLASS`
+-------------------------------------------------------------------------------
+
* :ref:`CLASS` defines thematic classes for a given layer and each layer
must have at least one class. In cases with more than one class, membership
is determined using attribute values and expressions.
+:ref:`EXPRESSIONs <expressions>`
+-------------------------------------------------------------------------------
+
* :ref:`EXPRESSIONs <expressions>` describe how to classify and segment
data in order to alter the rendering without physically changing the data.
+
+:ref:`FEATURE`
+-------------------------------------------------------------------------------
* :ref:`FEATURE` defines inline features. You can use inline features when
it's not possible (or too much trouble) to create a shapefile. Inline
features can also be built via urls or forms.
+:ref:`GRID`
+-------------------------------------------------------------------------------
+
* :ref:`GRID` defines a map graticule as a :ref:`LAYER`.
+:ref:`INCLUDE`
+-------------------------------------------------------------------------------
+
* :ref:`INCLUDE` defines a file to be included in mapfile parsing.
+:ref:`JOIN`
+-------------------------------------------------------------------------------
+
+:ref:`JOIN`
+-------------------------------------------------------------------------------
+
* :ref:`JOIN` defines how a specific data join is defined.
+:ref:`LABEL`
+-------------------------------------------------------------------------------
+
* :ref:`LABEL` defines the object used to annotate a feature with a piece
of text. Labels can also be used as symbols through the use of TrueType
fonts.
+:ref:`LAYER`
+-------------------------------------------------------------------------------
+
* :ref:`LAYER` is the most commonly used mapfile object. This describes the
combination of data and styling to draw items in a map. Layers are
drawn in their order of appearance in the mapfile.
+:ref:`LEGEND`
+-------------------------------------------------------------------------------
+
* :ref:`LEGEND` defines how a legend is to be built. Legend components are
built automatically from class objects from individual layers.
+
+:ref:`MAP`
+-------------------------------------------------------------------------------
* :ref:`MAP` defines the master object of the mapfile. It defines
application/map-wide parameters.
+:ref:`OUTPUTFORMAT`
+-------------------------------------------------------------------------------
+
* :ref:`OUTPUTFORMAT` defines the format data are to be rendered in.
+:ref:`PROJECTION`
+-------------------------------------------------------------------------------
+
* :ref:`PROJECTION` defines the coordinate system to display and/or
project your data into.
+:ref:`QUERYMAP`
+-------------------------------------------------------------------------------
+
* :ref:`QUERYMAP` defines a mechanism to map the results of a query.
+:ref:`QUERYMAP`
+-------------------------------------------------------------------------------
+
* :ref:`REFERENCE` defines how reference maps are to be created.
+:ref:`SCALEBAR`
+-------------------------------------------------------------------------------
+
* :ref:`SCALEBAR` defines how map scalebars should be built.
-* :ref:`STYLE` holds the parametrs for symbolization.
+:ref:`STYLE`
+-------------------------------------------------------------------------------
+* :ref:`STYLE` holds the parameters for symbolization.
+
+:ref:`Variable Substitution <variable_sub>`
+-------------------------------------------------------------------------------
+
* :ref:`variable_sub` New in MapServer 4.0, variables can be
substituted within mapfile parameter values. At this time,
cookie and CGI parameter values are supported. This allows
@@ -77,6 +131,9 @@
security), or non-mapserver request parameters (Good for
integrating with other systems)
+:ref:`WEB`
+-------------------------------------------------------------------------------
+
* :ref:`WEB` defines how a web interface rendered with MapServer will operate.
-----------------------------------------------------------------------------
Modified: trunk/docs/references/ogc/filterencoding.txt
===================================================================
--- trunk/docs/references/ogc/filterencoding.txt 2008-11-24 03:33:26 UTC (rev 8074)
+++ trunk/docs/references/ogc/filterencoding.txt 2008-11-24 03:54:12 UTC (rev 8075)
@@ -10,9 +10,6 @@
:Date: $Date$
:Last Updated: 2005/09/23
-
-.. sectnum::
-
.. contents:: Table of Contents
:depth: 2
:backlinks: top
Added: trunk/docs/references/ogc/index.txt
===================================================================
--- trunk/docs/references/ogc/index.txt (rev 0)
+++ trunk/docs/references/ogc/index.txt 2008-11-24 03:54:12 UTC (rev 8075)
@@ -0,0 +1,25 @@
+.. _ogc:
+
+*****************************************************************************
+ OGC Operation and Configuration
+*****************************************************************************
+
+
+.. toctree::
+ :maxdepth: 2
+
+ wms_server
+ wms_client
+ wfs_server
+ wfs_client
+ wcs_server
+ wcs_format
+ wms_time
+ mapcontext
+ mapscript
+ filterencoding
+ sos_server
+ sld
+
+
+
Modified: trunk/docs/references/ogc/mapcontext.txt
===================================================================
--- trunk/docs/references/ogc/mapcontext.txt 2008-11-24 03:33:26 UTC (rev 8074)
+++ trunk/docs/references/ogc/mapcontext.txt 2008-11-24 03:54:12 UTC (rev 8075)
@@ -8,8 +8,6 @@
:Date: $Date$
:Last Updated: 2008/03/20
-.. sectnum::
-
.. contents::
:depth: 2
:backlinks: top
Modified: trunk/docs/references/ogc/mapscript.txt
===================================================================
--- trunk/docs/references/ogc/mapscript.txt 2008-11-24 03:33:26 UTC (rev 8074)
+++ trunk/docs/references/ogc/mapscript.txt 2008-11-24 03:54:12 UTC (rev 8075)
@@ -7,8 +7,6 @@
:Revision: $Revision$
:Date: $Date$
-.. sectnum::
-
.. contents::
:depth: 2
:backlinks: top
Modified: trunk/docs/references/ogc/sld.txt
===================================================================
--- trunk/docs/references/ogc/sld.txt 2008-11-24 03:33:26 UTC (rev 8074)
+++ trunk/docs/references/ogc/sld.txt 2008-11-24 03:54:12 UTC (rev 8075)
@@ -1,23 +1,19 @@
-..
+*****************************************************************************
+ OGC SLD
+*****************************************************************************
:Author: Jeff McKenna
-:Contact: jmckenna(at)gatewaygeomatics.com
+:Contact: jmckenna atgatewaygeomatics.com
:Author: Yewondwossen Assefa
-:Contact: assefa(at)dmsolutions.ca
+:Contact: assefa at dmsolutions.ca
:Last Updated: 2008/07/18
+:Revision: $Revision$
+:Date: $Date$
-----------
-
-.. The next heading encountered becomes our H2
-..
-
-.. sectnum::
-
-.. contents:: Table of Contents
+.. contents::
:depth: 2
:backlinks: top
-
Introduction
============
Modified: trunk/docs/references/ogc/sos_server.txt
===================================================================
--- trunk/docs/references/ogc/sos_server.txt 2008-11-24 03:33:26 UTC (rev 8074)
+++ trunk/docs/references/ogc/sos_server.txt 2008-11-24 03:54:12 UTC (rev 8075)
@@ -8,8 +8,6 @@
:Date: $Date$
:Last Updated: 2007/12/06
-.. sectnum::
-
.. contents:: Table of Contents
:depth: 2
:backlinks: top
Modified: trunk/docs/references/ogc/wcs_format.txt
===================================================================
--- trunk/docs/references/ogc/wcs_format.txt 2008-11-24 03:33:26 UTC (rev 8074)
+++ trunk/docs/references/ogc/wcs_format.txt 2008-11-24 03:54:12 UTC (rev 8075)
@@ -11,6 +11,11 @@
:Last Updated: 2005/12/12
+.. contents::
+ :depth: 2
+ :backlinks: top
+
+
This document explains how to use MapServer to deliver Landsat, SPOT, DEM, and NetCDF temporal/banded data through the MapServer WCS interface. Thanks go to Steve Lime and Frank Warmerdam for their assistance with these projects
Landsat
Modified: trunk/docs/references/ogc/wcs_server.txt
===================================================================
--- trunk/docs/references/ogc/wcs_server.txt 2008-11-24 03:33:26 UTC (rev 8074)
+++ trunk/docs/references/ogc/wcs_server.txt 2008-11-24 03:54:12 UTC (rev 8075)
@@ -8,8 +8,6 @@
:Date: $Date$
:Last Updated: 2008/04/18
-.. sectnum::
-
.. contents:: Table of Contents
:depth: 2
:backlinks: top
Modified: trunk/docs/references/ogc/wfs_client.txt
===================================================================
--- trunk/docs/references/ogc/wfs_client.txt 2008-11-24 03:33:26 UTC (rev 8074)
+++ trunk/docs/references/ogc/wfs_client.txt 2008-11-24 03:54:12 UTC (rev 8075)
@@ -10,8 +10,6 @@
:Date: $Date$
:Last Updated: 2006/05/02
-.. sectnum::
-
.. contents::
:depth: 2
:backlinks: top
Modified: trunk/docs/references/ogc/wfs_server.txt
===================================================================
--- trunk/docs/references/ogc/wfs_server.txt 2008-11-24 03:33:26 UTC (rev 8074)
+++ trunk/docs/references/ogc/wfs_server.txt 2008-11-24 03:54:12 UTC (rev 8075)
@@ -10,6 +10,10 @@
:Date: $Date$
:Last Updated: 2006/10/13
+.. contents::
+ :depth: 2
+ :backlinks: top
+
Introduction
============
Modified: trunk/docs/references/ogc/wms_client.txt
===================================================================
--- trunk/docs/references/ogc/wms_client.txt 2008-11-24 03:33:26 UTC (rev 8074)
+++ trunk/docs/references/ogc/wms_client.txt 2008-11-24 03:54:12 UTC (rev 8075)
@@ -8,8 +8,6 @@
:Date: $Date$
:Last Updated: 2008/07/15
-.. sectnum::
-
.. contents:: Table of Contents
:depth: 2
:backlinks: top
Modified: trunk/docs/references/ogc/wms_server.txt
===================================================================
--- trunk/docs/references/ogc/wms_server.txt 2008-11-24 03:33:26 UTC (rev 8074)
+++ trunk/docs/references/ogc/wms_server.txt 2008-11-24 03:54:12 UTC (rev 8075)
@@ -8,8 +8,6 @@
:Date: $Date$
:Last Updated: 2006/01/09
-.. sectnum::
-
.. contents:: Table of Contents
:depth: 2
:backlinks: top
Modified: trunk/docs/references/ogc/wms_time.txt
===================================================================
--- trunk/docs/references/ogc/wms_time.txt 2008-11-24 03:33:26 UTC (rev 8074)
+++ trunk/docs/references/ogc/wms_time.txt 2008-11-24 03:54:12 UTC (rev 8075)
@@ -8,8 +8,6 @@
:Date: $Date$
:Last Updated: 2006/06/26
-.. sectnum::
-
.. contents:: Table of Contents
:depth: 2
:backlinks: top
More information about the mapserver-commits
mailing list