[mapserver-commits] r12103 - branches/branch-6-0/docs/en/mapfile
trunk/docs/en/mapfile
svn at osgeo.org
svn at osgeo.org
Tue Aug 23 10:08:56 EDT 2011
Author: havatv
Date: 2011-08-23 07:08:56 -0700 (Tue, 23 Aug 2011)
New Revision: 12103
Modified:
branches/branch-6-0/docs/en/mapfile/reference.txt
trunk/docs/en/mapfile/reference.txt
Log:
Added indexes (#4001)
Modified: branches/branch-6-0/docs/en/mapfile/reference.txt
===================================================================
--- branches/branch-6-0/docs/en/mapfile/reference.txt 2011-08-23 14:03:43 UTC (rev 12102)
+++ branches/branch-6-0/docs/en/mapfile/reference.txt 2011-08-23 14:08:56 UTC (rev 12103)
@@ -1,3 +1,8 @@
+.. index::
+ single: REFERENCE
+
+
+
.. _reference:
*****************************************************************************
@@ -11,38 +16,68 @@
queries will depict the extent of the area of interest. Finally, feature based
queries will display the selection feature(s) used.
+.. index::
+ pair: REFERENCE; COLOR
+
COLOR [r] [g] [b]
Color in which the reference box is drawn. Set any component to -1 for
no fill. Default is red.
+.. index::
+ pair: REFERENCE; EXTENT
+
EXTENT [minx][miny][maxx][maxy]
The spatial extent of the base reference image.
+.. index::
+ pair: REFERENCE; IMAGE
+
IMAGE [filename]
Full filename of the base reference image. Must be a GIF image.
+.. index::
+ pair: REFERENCE; MARKER
+
MARKER [integer|string]
Defines a symbol (from the symbol file) to use when the box becomes too
small (see MINBOXSIZE and MAXBOXSIZE below). Uses a crosshair by default.
+.. index::
+ pair: REFERENCE; MARKERSIZE
+
MARKERSIZE [integer]
Defines the size of the symbol to use instead of a box (see MARKER above).
+.. index::
+ pair: REFERENCE; MINBOXSIZE
+
MINBOXSIZE [integer]
If box is smaller than MINBOXSIZE (use box width or height) then use the
symbol defined by MARKER and MARKERSIZE.
+.. index::
+ pair: REFERENCE; MAXBOXSIZE
+
MAXBOXSIZE [integer]
If box is greater than MAXBOXSIZE (use box width or height) then draw
nothing (Often the whole map gets covered when zoomed way out and it's
perfectly obvious where you are).
+.. index::
+ pair: REFERENCE; OUTLINECOLOR
+
OUTLINECOLOR [r] [g] [b]
Color to use for outlining the reference box. Set any component to -1
for no outline.
+.. index::
+ pair: REFERENCE; SIZE
+
SIZE [x][y]
Size, in pixels, of the base reference image.
+.. index::
+ pair: REFERENCE; STATUS
+
STATUS [on|off]
- Is the reference map to be created? Default it off.
\ No newline at end of file
+ Is the reference map to be created? Default it off.
Modified: trunk/docs/en/mapfile/reference.txt
===================================================================
--- trunk/docs/en/mapfile/reference.txt 2011-08-23 14:03:43 UTC (rev 12102)
+++ trunk/docs/en/mapfile/reference.txt 2011-08-23 14:08:56 UTC (rev 12103)
@@ -1,3 +1,8 @@
+.. index::
+ single: REFERENCE
+
+
+
.. _reference:
*****************************************************************************
@@ -11,38 +16,68 @@
queries will depict the extent of the area of interest. Finally, feature based
queries will display the selection feature(s) used.
+.. index::
+ pair: REFERENCE; COLOR
+
COLOR [r] [g] [b]
Color in which the reference box is drawn. Set any component to -1 for
no fill. Default is red.
+.. index::
+ pair: REFERENCE; EXTENT
+
EXTENT [minx][miny][maxx][maxy]
The spatial extent of the base reference image.
+.. index::
+ pair: REFERENCE; IMAGE
+
IMAGE [filename]
Full filename of the base reference image. Must be a GIF image.
+.. index::
+ pair: REFERENCE; MARKER
+
MARKER [integer|string]
Defines a symbol (from the symbol file) to use when the box becomes too
small (see MINBOXSIZE and MAXBOXSIZE below). Uses a crosshair by default.
+.. index::
+ pair: REFERENCE; MARKERSIZE
+
MARKERSIZE [integer]
Defines the size of the symbol to use instead of a box (see MARKER above).
+.. index::
+ pair: REFERENCE; MINBOXSIZE
+
MINBOXSIZE [integer]
If box is smaller than MINBOXSIZE (use box width or height) then use the
symbol defined by MARKER and MARKERSIZE.
+.. index::
+ pair: REFERENCE; MAXBOXSIZE
+
MAXBOXSIZE [integer]
If box is greater than MAXBOXSIZE (use box width or height) then draw
nothing (Often the whole map gets covered when zoomed way out and it's
perfectly obvious where you are).
+.. index::
+ pair: REFERENCE; OUTLINECOLOR
+
OUTLINECOLOR [r] [g] [b]
Color to use for outlining the reference box. Set any component to -1
for no outline.
+.. index::
+ pair: REFERENCE; SIZE
+
SIZE [x][y]
Size, in pixels, of the base reference image.
+.. index::
+ pair: REFERENCE; STATUS
+
STATUS [on|off]
- Is the reference map to be created? Default it off.
\ No newline at end of file
+ Is the reference map to be created? Default it off.
More information about the mapserver-commits
mailing list