Ticket #2284 (closed task: fixed)
make WMS layer WMS 1.3 compatible
| Reported by: | bartvde | Owned by: | euzuro |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.9 Release |
| Component: | Layer.WMS | Version: | 2.8 |
| Keywords: | Cc: | ahocevar, crschmidt | |
| State: | Complete |
Description
Currently OpenLayers.Layer.WMS is not compatible with WMS version 1.3.0.
This ticket will track changes necessary to make it WMS 1.3 compliant. Notable changes are:
* CRS instead of SRS (although for instance Cubewerx WMS also still accepts SRS in 1.3) * axis sequence in BBOX parameter
By changing the wms-untiled.html example to:
layer = new OpenLayers.Layer.WMS(
"OpenLayers WMS",
"http://demo.cubewerx.com/demo/cubeserv/cubeserv.cgi?",
{layers: 'RELIEF:Foundation', version: '1.3.0'},
{singleTile: true}
);
you can see what is going wrong right now with the axis sequence for EPSG:4326.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

