8889909192939495969798
//WORKSPACE - todo: remove the following when the "fixme" above has been fixed if(f != null) { Controller.getCurrentController().close(true); try { mapIO.newMap(f.toURI().toURL()); } catch (Exception e) { LogUtils.severe(e); } } return map;