// ---
protected void _doJob(String strPathOrUrl) throws Exception
{
// ---
GfrDlgPgsAbs dlgProgress = new GfrDlgPgsImpShpsGeojson(
(JFrame) null,
strPathOrUrl
);
if (!dlgProgress.init())
{
String str = "! dlgProgress.init()";
GfrActPlgImportShapesGeojsonAbs._LOGGER_.severe(str);
throw new Exception(str);
}