.getNativeCRS());
// are we in crazy wms 1.3 land?
if(wli.getNativeCRS() instanceof GeographicCRS) {
WebMapServer mapServer = wms.getWebMapServer(null);
Version version = new Version(mapServer.getCapabilities().getVersion());
if(version.compareTo(new Version("1.3.0")) >= 0) {
// flip axis, the wms code won't actually use the crs
double minx = re.getMinX();
double miny = re.getMinY();
double maxx = re.getMaxX();
double maxy = re.getMaxY();