[mapserver-commits] r9511 - trunk/docs/en/mapfile
svn at osgeo.org
svn at osgeo.org
Sun Oct 25 00:08:49 EDT 2009
Author: hobu
Date: 2009-10-25 00:08:47 -0400 (Sun, 25 Oct 2009)
New Revision: 9511
Modified:
trunk/docs/en/mapfile/layer.txt
Log:
apply patch for #2863
Modified: trunk/docs/en/mapfile/layer.txt
===================================================================
--- trunk/docs/en/mapfile/layer.txt 2009-10-25 03:55:11 UTC (rev 9510)
+++ trunk/docs/en/mapfile/layer.txt 2009-10-25 04:08:47 UTC (rev 9511)
@@ -162,7 +162,7 @@
a mapserver regular expression. For spatial databases the string is a
SQL WHERE clause that is valid with respect to the underlying database.
- For example: FILTER "type='road' and size <2"
+ For example: FILTER ([type]='road' and [size]<2)
FILTERITEM [attribute]
Item to use with simple FILTER_ expressions. OGR and shapefiles only.
More information about the mapserver-commits
mailing list