X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/e4a76f2d7ec202875345528b0bce9f3b83f282ee..2e6f5ba7e68d52aff93775ebffcdb5c59f7f65df:/test/php/Nominatim/NearPointTest.php diff --git a/test/php/Nominatim/NearPointTest.php b/test/php/Nominatim/NearPointTest.php index 6fa9b515..5ad73451 100644 --- a/test/php/Nominatim/NearPointTest.php +++ b/test/php/Nominatim/NearPointTest.php @@ -35,6 +35,10 @@ class NearPointTest extends \PHPUnit_Framework_TestCase $this->assertEquals($aRes['pt']->radius(), 0.1); $this->assertEquals($aRes['query'], ''); + $aRes = NearPoint::extractFromQuery(' -12.456,-78.90 '); + $this->assertEquals($aRes['pt']->lat(), -12.456); + $this->assertEquals($aRes['pt']->lon(), -78.90); + // http://en.wikipedia.org/wiki/Geographic_coordinate_conversion // these all represent the same location $aQueries = array(