[mapserver-commits] r7813 - trunk/mapserver/mapscript/php3
svn at osgeo.org
svn at osgeo.org
Wed Jul 16 10:11:40 EDT 2008
Author: jmckenna
Date: 2008-07-16 10:11:40 -0400 (Wed, 16 Jul 2008)
New Revision: 7813
Modified:
trunk/mapserver/mapscript/php3/README
Log:
correct queryByPoint tolerance value (#2703)
Modified: trunk/mapserver/mapscript/php3/README
===================================================================
--- trunk/mapserver/mapscript/php3/README 2008-07-15 15:02:26 UTC (rev 7812)
+++ trunk/mapserver/mapscript/php3/README 2008-07-16 14:11:40 UTC (rev 7813)
@@ -352,7 +352,7 @@
layer that contains a LAYER TEMPLATE value.
Mode is MS_SINGLE or MS_MULTIPLE depending on number of results
you want.
- Passing buffer <=0 defaults to tolerances set in the map file
+ Passing buffer -1 defaults to tolerances set in the map file
(in pixels) but you can use a constant buffer (specified in
ground units) instead.
Returns MS_SUCCESS if shapes were found or MS_FAILURE if nothing
@@ -671,7 +671,7 @@
layer that contains a LAYER TEMPLATE value.
Mode is MS_SINGLE or MS_MULTIPLE depending on number of results
you want.
- Passing buffer <=0 defaults to tolerances set in the map file
+ Passing buffer -1 defaults to tolerances set in the map file
(in pixels) but you can use a constant buffer (specified in
ground units) instead.
Returns MS_SUCCESS if shapes were found or MS_FAILURE if nothing
More information about the mapserver-commits
mailing list