removing toLowerCase
This commit is contained in:
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…
Reference in New Issue