vertices.setText("Current polygon in RegionListing=" + n);
String regionName = Window.prompt("Name this region", "");
if( regionName == null)
{
eventBus.fireEvent(new CancelRegionEvent(p.getRegionDetailsId()));
} else {
name.setText(regionName);
description.setText("");
description.setFocus(true);
}