[mapserver-commits] r12094 - branches/branch-6-0/docs/en/mapfile trunk/docs/en/mapfile

svn at osgeo.org svn at osgeo.org
Tue Aug 23 08:50:13 EDT 2011


Author: havatv
Date: 2011-08-23 05:50:13 -0700 (Tue, 23 Aug 2011)
New Revision: 12094

Modified:
   branches/branch-6-0/docs/en/mapfile/feature.txt
   trunk/docs/en/mapfile/feature.txt
Log:
Added indexes (#4001)

Modified: branches/branch-6-0/docs/en/mapfile/feature.txt
===================================================================
--- branches/branch-6-0/docs/en/mapfile/feature.txt	2011-08-23 12:45:22 UTC (rev 12093)
+++ branches/branch-6-0/docs/en/mapfile/feature.txt	2011-08-23 12:50:13 UTC (rev 12094)
@@ -1,9 +1,15 @@
 .. _feature:
 
+.. index::
+   single: FEATURE
+
 *****************************************************************************
  FEATURE
 *****************************************************************************
 
+.. index::
+   pair: FEATURE; POINTS
+    
 POINTS
     A set of xy pairs terminated with an END, for example:
     
@@ -11,11 +17,14 @@
         
         POINTS 1 1 50 50 1 50 1 1 END
 
-.. note::
+    .. note::
     
-    POLYGON/POLYLINE layers POINTS must start and end with the 
-    same point (i.e. close the feature).
+       POLYGON/POLYLINE layers POINTS must start and end with the 
+       same point (i.e. close the feature).
     
+.. index::
+   pair: FEATURE; ITEMS
+    
 ITEMS
     Comma separated list of the feature attributes:
     
@@ -23,15 +32,21 @@
         
         ITEMS "value1;value2;value3"
 
-.. note::
+    .. note::
     
-    Specifying the same number of items is recommended for each features
-    of the same layer. The item names should be specified as a PROCESSING
-    option of the layer.
+       Specifying the same number of items is recommended for each
+       features of the same layer. The item names should be specified
+       as a PROCESSING option of the layer.
 
+.. index::
+   pair: FEATURE; TEXT
+    
 TEXT [string]
     String to use for labeling this feature.
 
+.. index::
+   pair: FEATURE; WKT
+    
 WKT [string]
     A geometry expressed in OpenGIS Well Known Text geometry format. 
     This feature is only supported if MapServer is built with OGR or GEOS
@@ -44,6 +59,7 @@
 
 .. note::
 
-    Inline features should be defined as their own layers in the mapfile. If 
-    another CONNECTIONTYPE is specified in the same layer, MapServer will always 
-    use the inline features to draw the layer and ignore the other CONNECTIONTYPEs. 
\ No newline at end of file
+    Inline features should be defined as their own layers in the
+    mapfile. If another CONNECTIONTYPE is specified in the same layer,
+    MapServer will always use the inline features to draw the layer
+    and ignore the other CONNECTIONTYPEs.

Modified: trunk/docs/en/mapfile/feature.txt
===================================================================
--- trunk/docs/en/mapfile/feature.txt	2011-08-23 12:45:22 UTC (rev 12093)
+++ trunk/docs/en/mapfile/feature.txt	2011-08-23 12:50:13 UTC (rev 12094)
@@ -1,9 +1,15 @@
 .. _feature:
 
+.. index::
+   single: FEATURE
+
 *****************************************************************************
  FEATURE
 *****************************************************************************
 
+.. index::
+   pair: FEATURE; POINTS
+    
 POINTS
     A set of xy pairs terminated with an END, for example:
     
@@ -11,11 +17,14 @@
         
         POINTS 1 1 50 50 1 50 1 1 END
 
-.. note::
+    .. note::
     
-    POLYGON/POLYLINE layers POINTS must start and end with the 
-    same point (i.e. close the feature).
+       POLYGON/POLYLINE layers POINTS must start and end with the 
+       same point (i.e. close the feature).
     
+.. index::
+   pair: FEATURE; ITEMS
+    
 ITEMS
     Comma separated list of the feature attributes:
     
@@ -23,15 +32,21 @@
         
         ITEMS "value1;value2;value3"
 
-.. note::
+    .. note::
     
-    Specifying the same number of items is recommended for each features
-    of the same layer. The item names should be specified as a PROCESSING
-    option of the layer.
+       Specifying the same number of items is recommended for each
+       features of the same layer. The item names should be specified
+       as a PROCESSING option of the layer.
 
+.. index::
+   pair: FEATURE; TEXT
+    
 TEXT [string]
     String to use for labeling this feature.
 
+.. index::
+   pair: FEATURE; WKT
+    
 WKT [string]
     A geometry expressed in OpenGIS Well Known Text geometry format. 
     This feature is only supported if MapServer is built with OGR or GEOS
@@ -44,6 +59,7 @@
 
 .. note::
 
-    Inline features should be defined as their own layers in the mapfile. If 
-    another CONNECTIONTYPE is specified in the same layer, MapServer will always 
-    use the inline features to draw the layer and ignore the other CONNECTIONTYPEs. 
\ No newline at end of file
+    Inline features should be defined as their own layers in the
+    mapfile. If another CONNECTIONTYPE is specified in the same layer,
+    MapServer will always use the inline features to draw the layer
+    and ignore the other CONNECTIONTYPEs.



More information about the mapserver-commits mailing list