[mapserver-commits] r8598 - trunk/docs/utilities
svn at osgeo.org
svn at osgeo.org
Thu Feb 19 12:48:05 EST 2009
Author: jmckenna
Date: 2009-02-19 12:48:04 -0500 (Thu, 19 Feb 2009)
New Revision: 8598
Modified:
trunk/docs/utilities/shptree.txt
Log:
add mapfile code block to improve appearance
Modified: trunk/docs/utilities/shptree.txt
===================================================================
--- trunk/docs/utilities/shptree.txt 2009-02-19 15:10:12 UTC (rev 8597)
+++ trunk/docs/utilities/shptree.txt 2009-02-19 17:48:04 UTC (rev 8598)
@@ -63,17 +63,17 @@
in the DATA path of the LAYER. In fact, in order for MapServer to use the *.qix*
extension you MUST NOT specify the extension, for example:
-::
+.. code-block:: mapfile
LAYER
...
- DATA us_states #MapServer will search for us_states.qix and will use it
+ DATA "us_states" #MapServer will search for us_states.qix and will use it
...
END
LAYER
...
- DATA us_states.shp #MapServer will search for us_states.shp.qix and won't find it
+ DATA "us_states.shp" #MapServer will search for us_states.shp.qix and won't find it
...
END
More information about the mapserver-commits
mailing list