Minor update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-map-widget@100655 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-10-14 08:11:55 +00:00 committed by Giancarlo Panichi
parent 6b1c562042
commit 753f0cba0a
1 changed files with 2 additions and 1 deletions

View File

@ -100,7 +100,8 @@ public class MapWidgetTD extends WizardWindow {
if(!existsGeometryColumn){
Log.info("Attention, no Geometry Column present!");
UtilsGXT3.alert("Attention", "No Geometry Column Present!");
showErrorAndHide("Attention",
"No Geometry Column Present!",new Throwable("No Geometry Column Present!"));
close(false);
} else {
if(countGeometryColumns==1){