// String[]{ActiveregionStyleContent.ID});
}
// first time choose the mapset
if (style.windPath == null) {
CatalogJGrassMapsetTreeViewerDialog mapsetDialog = new CatalogJGrassMapsetTreeViewerDialog();
mapsetDialog.open(parent.getShell());
jGrassMapsetGeoResource = mapsetDialog.getSelectedLayers().get(0);
JGrassRegion activeRegionWindow = jGrassMapsetGeoResource.getActiveRegionWindow();
style.windPath = jGrassMapsetGeoResource.getActiveRegionWindowPath();
style.north = (float) activeRegionWindow.getNorth();
style.south = (float) activeRegionWindow.getSouth();