POI route addons added as possible parameters, & default values for latlon
authorLaury GvR <laury@gaslightmedia.com>
Wed, 7 Aug 2019 23:16:19 +0000 (19:16 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 7 Aug 2019 23:16:19 +0000 (19:16 -0400)
setup/routes/pointsOfInterest.php

index c5b696a..5d33fc9 100644 (file)
@@ -77,7 +77,7 @@ class GLMA_POI_Rest_Controller
 
                         $poiRequest = $this->params['poiRequest'];
 
-                        $addons = explode(",", $this->params['addons'] );
+                        $addons = explode( ",", $this->params['addons'] );
 
                         $searchText = "test";