fix to NearPoint::extractFromQuery handling first minus sign

This commit is contained in:
marc tobias
2017-09-19 12:40:10 +01:00
parent 15a215729e
commit e67a6dc321
2 changed files with 6 additions and 2 deletions

View File

@@ -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(