}
try {
final URL url = Compat.fileToUrl(file);
final MapModel map = controller.getMap();
MapStyle mapStyleController = MapStyle.getController(modeController);
mapStyleController.copyStyle(url, map, true);
}
catch (MalformedURLException e1) {
e1.printStackTrace();
}