Description
Unmarshalling of an enumeration value work as expected for simple words like "oceans", but is lost for values like "imageryBaseMapsEarthCover". The reason is that the EnumAdapter.name(String) method does not insert underscore between words (i.e. converts "imageryBaseMapsEarthCover" to "IMAGERYBASEMAPSEARTHCOVER" instead of "IMAGERY_BASE_MAPS_EARTH_COVER".