- $sPlaceId = getParamString('place_id');
- $sOsmType = getParamSet('osmtype', array('N', 'W', 'R'));
- $iOsmId = getParamInt('osmid', -1);
+ $sPlaceId = $oParams->getString('place_id');
+ $sOsmType = $oParams->getSet('osmtype', array('N', 'W', 'R'));
+ $iOsmId = $oParams->getInt('osmid', -1);
+
+ $oDB =& getDB();
+