just changed a comment

This commit is contained in:
Francesco Mangiacrapa 2020-11-12 18:27:52 +01:00
parent 538f87f1d1
commit 5b959299bd
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ public class GeoportalDataViewer implements EntryPoint {
LayerItem layerItem = result.getMapLayers().get(layerType);
if(layerItem==null) {
Window.alert("Not detected any layer for "+layerType);
Window.alert("Not detected any layer with type: "+layerType);
return;
}
GWT.log("The layerItem is: "+layerItem);