]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/polygons.php
UI: allow copy&pasting lat,lon into the lat search field
[nominatim.git] / website / polygons.php
index a00e26dbe8b22b89a0298c2158eb7cd9140143a1..153a279d0f2545c8dbc0c003d0058e92c480f9d3 100755 (executable)
@@ -6,7 +6,7 @@ require_once(CONST_BasePath.'/lib/log.php');
 require_once(CONST_BasePath.'/lib/output.php');
 ini_set('memory_limit', '200M');
 
-$oParams = new ParameterParser();
+$oParams = new Nominatim\ParameterParser();
 
 $sOutputFormat = 'html';
 $iDays = $oParams->getInt('days', 1);