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

svn at osgeo.org svn at osgeo.org
Tue Aug 23 08:33:34 EDT 2011


Author: havatv
Date: 2011-08-23 05:33:34 -0700 (Tue, 23 Aug 2011)
New Revision: 12091

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

Modified: branches/branch-6-0/docs/en/mapfile/map.txt
===================================================================
--- branches/branch-6-0/docs/en/mapfile/map.txt	2011-08-23 12:24:06 UTC (rev 12090)
+++ branches/branch-6-0/docs/en/mapfile/map.txt	2011-08-23 12:33:34 UTC (rev 12091)
@@ -12,7 +12,7 @@
    word `END`.
 
 .. index::
-   pair: ANGLE; MAP
+   pair: MAP; ANGLE
     
 ANGLE [double]
    Angle, given in degrees, to rotate the map. Default is 0. The
@@ -41,7 +41,7 @@
 .. _`Wiki Page`: http://trac.osgeo.org/mapserver/wiki/MapRotation 
 
 .. index::
-   pair: CONFIG; MAP
+   pair: MAP; CONFIG
     
 CONFIG [key] [value]
     This can be used to specify several values at run-time, for both
@@ -149,6 +149,9 @@
 
              CONFIG "PROJ_LIB" "C:/somedir/proj/nad/"
 
+.. index::
+   pair: MAP; DATAPATTERN
+    
 .. _DATAPATTERN:
 
 DATAPATTERN [regular expression]
@@ -161,7 +164,7 @@
     TEMPLATEPATTERN_.
 
 .. index::
-   pair: DEBUG; MAP
+   pair: MAP; DEBUG
     
 DEBUG [off|on|0|1|2|3|4|5]
     Enables debugging of all of the layers in the current map. 
@@ -233,7 +236,7 @@
     option).
 
 .. index::
-    pair: DEFRESOLUTION; MAP
+    pair: MAP; DEFRESOLUTIONx
     
 DEFRESOLUTION [int] 
     Sets the reference resolution (pixels per inch) used for
@@ -247,7 +250,7 @@
     .. versionadded:: 5.6
 
 .. index::
-   pair: EXTENT; MAP
+   pair: MAP; EXTENT
     
 EXTENT [minx] [miny] [maxx] [maxy]
     The spatial extent of the map to be created. In most cases you
@@ -259,7 +262,7 @@
     mapfile, or a full path.
 
 .. index::
-   pair: IMAGECOLOR; MAP
+   pair: MAP; IMAGECOLOR
     
 IMAGECOLOR [r] [g] [b]
     Color to initialize the map with (i.e. background color). When
@@ -280,7 +283,7 @@
 .. _imagetype:
 
 .. index::
-   pair: IMAGETYPE; MAP
+   pair: MAP; IMAGETYPE
     
 IMAGETYPE [gif|png|jpeg|wbmp|gtiff|swf|userdefined]
     Output format to generate. See details in the :ref:`OUTPUTFORMAT`
@@ -296,19 +299,19 @@
     .. deprecated:: 4.6
 
 .. index::
-   pair: LAYER; MAP
+   pair: MAP; LAYER
     
 :ref:`LAYER`
     Signals the start of a :ref:`LAYER` object.
 
 .. index::
-   pair: LEGEND; MAP
+   pair: MAP; LEGEND
     
 :ref:`LEGEND`
     Signals the start of a :ref:`LEGEND` object.
 
 .. index::
-   pair: MAXSIZE; MAP
+   pair: MAP; MAXSIZE
     
 MAXSIZE [integer]
     Sets the maximum size of the map image. This will override the
@@ -317,32 +320,32 @@
     2048x2048).  Default is 2048.
 
 .. index::
-   pair: NAME; MAP
+   pair: MAP; NAME
     
 NAME [name]
     Prefix attached to map, scalebar and legend GIF filenames created
     using this mapfile. It should be kept short.
 
 .. index::
-   pair: PROJECTION; MAP
+   pair: MAP; PROJECTION
     
 :ref:`PROJECTION`
     Signals the start of a :ref:`PROJECTION` object.
 
 .. index::
-   pair: QUERYMAP; MAP
+   pair: MAP; QUERYMAP
     
 :ref:`QUERYMAP`
     Signals the start of a :ref:`QUERYMAP` object.
 
 .. index::
-   pair: REFERENCE; MAP
+   pair: MAP; REFERENCE
     
 :ref:`REFERENCE`
     Signals the start of a :ref:`REFERENCE` MAP object.
 
 .. index::
-   pair: RESOLUTION; MAP
+   pair: MAP; RESOLUTION
     
 .. _resolution-parameter:
 
@@ -350,11 +353,8 @@
     scale computations.  Default is 72.
 
 .. index::
-    pair: SCALEDENOM; MAP
+   pair: MAP; SCALEDENOM
     
-.. index::
-   pair: SCALEDENOM; MAP
-    
 SCALEDENOM [double]
     Computed scale of the map. Set most often by the application.
     Scale is given as the denominator of the actual scale fraction,
@@ -376,33 +376,33 @@
     .. deprecated:: 5.0
 
 .. index::
-   pair: SCALEBAR; MAP
+   pair: MAP; SCALEBAR
     
 SCALEBAR
     Signals the start of a :ref:`SCALEBAR` object.
 
 .. index::
-   pair: SHAPEPATH; MAP
+   pair: MAP; SHAPEPATH
     
 SHAPEPATH [filename]
     Path to the directory holding the shapefiles or tiles. There can
     be further subdirectories under `SHAPEPATH`.
 
 .. index::
-   pair: SIZE; MAP
+   pair: MAP; SIZE
     
 SIZE [x][y]
     Size in pixels of the output image (i.e. the map).
 
 .. index::
-   pair: STATUS; MAP
+   pair: MAP; STATUS
     
 STATUS [on|off]
     Is the map active? Sometimes you may wish to turn this off to use
     only the reference map or scale bar.
 
 .. index::
-   pair: SYMBOLSET; MAP
+   pair: MAP; SYMBOLSET
     
 .. _SYMBOLSET:
 
@@ -418,11 +418,8 @@
     Signals the start of a :ref:`SYMBOL` object.
 
 .. index::
-   pair: TEMPLATEPATTERN; MAP
+   pair: MAP; TEMPLATEPATTERN
     
-.. index::
-   pair: TEMPLATEPATTERN; MAP
-    
 .. _TEMPLATEPATTERN:
 
 TEMPLATEPATTERN [regular expression]
@@ -442,14 +439,14 @@
     declaration to specify if the output images should be transparent.
     
 .. index::
-   pair: UNITS; MAP
+   pair: MAP; UNITS
     
 UNITS [feet|inches|kilometers|meters|miles|nauticalmiles|dd]
     Units of the map coordinates. Used for scalebar and scale
     computations.  `Nauticalmiles` was added in MapServer 5.6.
 
 .. index::
-   pair: WEB; MAP
+   pair: MAP; WEB
 
 :ref:`WEB`
     Signals the start of a :ref:`WEB` object.

Modified: trunk/docs/en/mapfile/map.txt
===================================================================
--- trunk/docs/en/mapfile/map.txt	2011-08-23 12:24:06 UTC (rev 12090)
+++ trunk/docs/en/mapfile/map.txt	2011-08-23 12:33:34 UTC (rev 12091)
@@ -12,7 +12,7 @@
    word `END`.
 
 .. index::
-   pair: ANGLE; MAP
+   pair: MAP; ANGLE
     
 ANGLE [double]
    Angle, given in degrees, to rotate the map. Default is 0. The
@@ -41,7 +41,7 @@
 .. _`Wiki Page`: http://trac.osgeo.org/mapserver/wiki/MapRotation 
 
 .. index::
-   pair: CONFIG; MAP
+   pair: MAP; CONFIG
     
 CONFIG [key] [value]
     This can be used to specify several values at run-time, for both
@@ -149,6 +149,9 @@
 
              CONFIG "PROJ_LIB" "C:/somedir/proj/nad/"
 
+.. index::
+   pair: MAP; DATAPATTERN
+    
 .. _DATAPATTERN:
 
 DATAPATTERN [regular expression]
@@ -161,7 +164,7 @@
     TEMPLATEPATTERN_.
 
 .. index::
-   pair: DEBUG; MAP
+   pair: MAP; DEBUG
     
 DEBUG [off|on|0|1|2|3|4|5]
     Enables debugging of all of the layers in the current map. 
@@ -233,7 +236,7 @@
     option).
 
 .. index::
-    pair: DEFRESOLUTION; MAP
+    pair: MAP; DEFRESOLUTIONx
     
 DEFRESOLUTION [int] 
     Sets the reference resolution (pixels per inch) used for
@@ -247,7 +250,7 @@
     .. versionadded:: 5.6
 
 .. index::
-   pair: EXTENT; MAP
+   pair: MAP; EXTENT
     
 EXTENT [minx] [miny] [maxx] [maxy]
     The spatial extent of the map to be created. In most cases you
@@ -259,7 +262,7 @@
     mapfile, or a full path.
 
 .. index::
-   pair: IMAGECOLOR; MAP
+   pair: MAP; IMAGECOLOR
     
 IMAGECOLOR [r] [g] [b]
     Color to initialize the map with (i.e. background color). When
@@ -280,7 +283,7 @@
 .. _imagetype:
 
 .. index::
-   pair: IMAGETYPE; MAP
+   pair: MAP; IMAGETYPE
     
 IMAGETYPE [gif|png|jpeg|wbmp|gtiff|swf|userdefined]
     Output format to generate. See details in the :ref:`OUTPUTFORMAT`
@@ -296,19 +299,19 @@
     .. deprecated:: 4.6
 
 .. index::
-   pair: LAYER; MAP
+   pair: MAP; LAYER
     
 :ref:`LAYER`
     Signals the start of a :ref:`LAYER` object.
 
 .. index::
-   pair: LEGEND; MAP
+   pair: MAP; LEGEND
     
 :ref:`LEGEND`
     Signals the start of a :ref:`LEGEND` object.
 
 .. index::
-   pair: MAXSIZE; MAP
+   pair: MAP; MAXSIZE
     
 MAXSIZE [integer]
     Sets the maximum size of the map image. This will override the
@@ -317,32 +320,32 @@
     2048x2048).  Default is 2048.
 
 .. index::
-   pair: NAME; MAP
+   pair: MAP; NAME
     
 NAME [name]
     Prefix attached to map, scalebar and legend GIF filenames created
     using this mapfile. It should be kept short.
 
 .. index::
-   pair: PROJECTION; MAP
+   pair: MAP; PROJECTION
     
 :ref:`PROJECTION`
     Signals the start of a :ref:`PROJECTION` object.
 
 .. index::
-   pair: QUERYMAP; MAP
+   pair: MAP; QUERYMAP
     
 :ref:`QUERYMAP`
     Signals the start of a :ref:`QUERYMAP` object.
 
 .. index::
-   pair: REFERENCE; MAP
+   pair: MAP; REFERENCE
     
 :ref:`REFERENCE`
     Signals the start of a :ref:`REFERENCE` MAP object.
 
 .. index::
-   pair: RESOLUTION; MAP
+   pair: MAP; RESOLUTION
     
 .. _resolution-parameter:
 
@@ -350,11 +353,8 @@
     scale computations.  Default is 72.
 
 .. index::
-    pair: SCALEDENOM; MAP
+   pair: MAP; SCALEDENOM
     
-.. index::
-   pair: SCALEDENOM; MAP
-    
 SCALEDENOM [double]
     Computed scale of the map. Set most often by the application.
     Scale is given as the denominator of the actual scale fraction,
@@ -376,33 +376,33 @@
     .. deprecated:: 5.0
 
 .. index::
-   pair: SCALEBAR; MAP
+   pair: MAP; SCALEBAR
     
 SCALEBAR
     Signals the start of a :ref:`SCALEBAR` object.
 
 .. index::
-   pair: SHAPEPATH; MAP
+   pair: MAP; SHAPEPATH
     
 SHAPEPATH [filename]
     Path to the directory holding the shapefiles or tiles. There can
     be further subdirectories under `SHAPEPATH`.
 
 .. index::
-   pair: SIZE; MAP
+   pair: MAP; SIZE
     
 SIZE [x][y]
     Size in pixels of the output image (i.e. the map).
 
 .. index::
-   pair: STATUS; MAP
+   pair: MAP; STATUS
     
 STATUS [on|off]
     Is the map active? Sometimes you may wish to turn this off to use
     only the reference map or scale bar.
 
 .. index::
-   pair: SYMBOLSET; MAP
+   pair: MAP; SYMBOLSET
     
 .. _SYMBOLSET:
 
@@ -418,11 +418,8 @@
     Signals the start of a :ref:`SYMBOL` object.
 
 .. index::
-   pair: TEMPLATEPATTERN; MAP
+   pair: MAP; TEMPLATEPATTERN
     
-.. index::
-   pair: TEMPLATEPATTERN; MAP
-    
 .. _TEMPLATEPATTERN:
 
 TEMPLATEPATTERN [regular expression]
@@ -442,14 +439,14 @@
     declaration to specify if the output images should be transparent.
     
 .. index::
-   pair: UNITS; MAP
+   pair: MAP; UNITS
     
 UNITS [feet|inches|kilometers|meters|miles|nauticalmiles|dd]
     Units of the map coordinates. Used for scalebar and scale
     computations.  `Nauticalmiles` was added in MapServer 5.6.
 
 .. index::
-   pair: WEB; MAP
+   pair: MAP; WEB
 
 :ref:`WEB`
     Signals the start of a :ref:`WEB` object.



More information about the mapserver-commits mailing list