removing toLowerCase

feature_22518
Francesco Mangiacrapa 2 years ago
parent 0e97a234ce
commit 54e0d0de01

@ -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();

Loading…
Cancel
Save