[mapserver-commits] r8274 - trunk/docs
svn at osgeo.org
svn at osgeo.org
Mon Dec 22 22:18:46 EST 2008
Author: hobu
Date: 2008-12-22 22:18:46 -0500 (Mon, 22 Dec 2008)
New Revision: 8274
Modified:
trunk/docs/introduction.txt
Log:
a few notes for INCLUDE in intro
Modified: trunk/docs/introduction.txt
===================================================================
--- trunk/docs/introduction.txt 2008-12-23 02:52:51 UTC (rev 8273)
+++ trunk/docs/introduction.txt 2008-12-23 03:18:46 UTC (rev 8274)
@@ -514,8 +514,9 @@
([POPULATION] > 50000 AND '[LANGUAGE]' eq 'FRENCH')
-An important note is that logical expressions should be avoided wherever
-possible as they are very costly in terms of drawing time.
+.. note::
+ Logical expressions should be avoided wherever possible as they are very
+ costly in terms of drawing time.
.. seealso::
:ref:`expressions`
@@ -582,6 +583,9 @@
MapServer will not recognize them. Include files can have any extension
you want, however.
+.. seealso::
+ :ref:`include`
+
Get MapServer Running
...............................................................................
More information about the mapserver-commits
mailing list