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

svn at osgeo.org svn at osgeo.org
Tue Aug 23 08:55:44 EDT 2011


Author: havatv
Date: 2011-08-23 05:55:44 -0700 (Tue, 23 Aug 2011)
New Revision: 12096

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

Modified: branches/branch-6-0/docs/en/mapfile/grid.txt
===================================================================
--- branches/branch-6-0/docs/en/mapfile/grid.txt	2011-08-23 12:52:39 UTC (rev 12095)
+++ branches/branch-6-0/docs/en/mapfile/grid.txt	2011-08-23 12:55:44 UTC (rev 12096)
@@ -1,9 +1,15 @@
 .. _grid:
 
+.. index::
+   single: GRID
+    
 *****************************************************************************
  GRID
 *****************************************************************************
 
+.. index::
+   pair: GRID; LABELFORMAT
+    
 LABELFORMAT [DD|DDMM|DDMMSS|C format string]
     Format of the label. "DD" for degrees, "DDMM" for degrees minutes, and 
     "DDMMSS" for degrees, minutes, seconds. A C-style formatting string is 
@@ -11,27 +17,45 @@
     The default is decimal display of whatever SRS you're rendering the GRID 
     with.
 
+.. index::
+   pair: GRID; MINARCS
+    
 MINARCS [double]
     The minimum number of arcs to draw. Increase this parameter to get 
     more lines. Optional.
 
+.. index::
+   pair: GRID; MAXARCS
+    
 MAXARCS [double]
     The maximum number of arcs to draw.   Decrease this parameter to 
     get fewer lines.  Optional.
 
+.. index::
+   pair: GRID; MININTERVAL
+    
 MININTERVAL [double]
     The minimum number of intervals to try to use. The distance between 
     the grid lines, in the units of the grid's coordinate system.  Optional.
 
+.. index::
+   pair: GRID; MAXINTERVAL
+    
 MAXINTERVAL [double]
     The maximum number of intervals to try to use.  The distance between 
     the grid lines, in the units of the grid's coordinate system.  Optional.
 
+.. index::
+   pair: GRID; MINSUBDIVIDE
+    
 MINSUBDIVIDE [double]
     The minimum number of segments to use when rendering an arc.  If the 
     lines should be very curved, use this to smooth the lines by adding more 
     segments.  Optional.
 
+.. index::
+   pair: GRID; MAXSUBDIVIDE
+
 MAXSUBDIVIDE [double]
     The maximum number of segments to use when rendering an arc. If the 
     graticule should be very straight, use this to minimize the number of 

Modified: trunk/docs/en/mapfile/grid.txt
===================================================================
--- trunk/docs/en/mapfile/grid.txt	2011-08-23 12:52:39 UTC (rev 12095)
+++ trunk/docs/en/mapfile/grid.txt	2011-08-23 12:55:44 UTC (rev 12096)
@@ -1,9 +1,15 @@
 .. _grid:
 
+.. index::
+   single: GRID
+    
 *****************************************************************************
  GRID
 *****************************************************************************
 
+.. index::
+   pair: GRID; LABELFORMAT
+    
 LABELFORMAT [DD|DDMM|DDMMSS|C format string]
     Format of the label. "DD" for degrees, "DDMM" for degrees minutes, and 
     "DDMMSS" for degrees, minutes, seconds. A C-style formatting string is 
@@ -11,27 +17,45 @@
     The default is decimal display of whatever SRS you're rendering the GRID 
     with.
 
+.. index::
+   pair: GRID; MINARCS
+    
 MINARCS [double]
     The minimum number of arcs to draw. Increase this parameter to get 
     more lines. Optional.
 
+.. index::
+   pair: GRID; MAXARCS
+    
 MAXARCS [double]
     The maximum number of arcs to draw.   Decrease this parameter to 
     get fewer lines.  Optional.
 
+.. index::
+   pair: GRID; MININTERVAL
+    
 MININTERVAL [double]
     The minimum number of intervals to try to use. The distance between 
     the grid lines, in the units of the grid's coordinate system.  Optional.
 
+.. index::
+   pair: GRID; MAXINTERVAL
+    
 MAXINTERVAL [double]
     The maximum number of intervals to try to use.  The distance between 
     the grid lines, in the units of the grid's coordinate system.  Optional.
 
+.. index::
+   pair: GRID; MINSUBDIVIDE
+    
 MINSUBDIVIDE [double]
     The minimum number of segments to use when rendering an arc.  If the 
     lines should be very curved, use this to smooth the lines by adding more 
     segments.  Optional.
 
+.. index::
+   pair: GRID; MAXSUBDIVIDE
+
 MAXSUBDIVIDE [double]
     The maximum number of segments to use when rendering an arc. If the 
     graticule should be very straight, use this to minimize the number of 



More information about the mapserver-commits mailing list