removing toLowerCase

This commit is contained in:
Francesco Mangiacrapa 2021-12-10 16:59:31 +01:00
parent 0e97a234ce
commit 54e0d0de01
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ public class GeoportalDataViewer implements EntryPoint {
geonaDataViewerProfile = profile;
GWT.log("Profile: " + geonaDataViewerProfile);
Iterator<String> it;
String theItemType = paramGeonaItemType.toLowerCase();
String theItemType = paramGeonaItemType;
if (theItemType == null) {
it = geonaDataViewerProfile.getMapLayers().keySet().iterator();
it.hasNext();