Patrik Sylve
Patrik Sylve
> Does it mean that after this change the LAYER-EXTENT and wms_extent won't have any meaning, but the BBOX is always accepted and Mapserver tries to render the WMS layer,...
@jmckenna I updated wms_client test and added that the wms client layer supports ESPG:32663. Since the remote https://demo.mapserver.org does not support this CRS the test results in an 'Invalid CRS'-exception...
Thanks! My previous example request pointed to no data so I updated the BBOX in test to get a better output. I tested this request with a build of the...
@epifanio This change that was introduced in 8.2. https://github.com/MapServer/MapServer/pull/7096. So the issue was that in earlier versions of MapServer, EPSG:32661 was wrongly treated as having axis=enu. Regarding the GetCapabilities, I...