change range to 0.001

This commit is contained in:
stubbfel
2013-07-09 14:28:42 +02:00
parent b4b8cc5a79
commit 53d265d28c

View File

@@ -71,7 +71,7 @@ class SpsApi extends Api {
* Varible for the range of the searchpolygon * Varible for the range of the searchpolygon
* @var float * @var float
*/ */
private static $range = 1; private static $range = 0.001;
/* /*
* Varible for the fist chars of the string for a Polygon * Varible for the fist chars of the string for a Polygon