[OpenLayers-Users] OpenLayers 2.12 and WMS version 3

Diego Guidi diegoguidi at gmail.com
Thu Feb 14 08:29:20 PST 2013


Diego Guidi


> Thanks for your reply. How do I do that? I tried yx:['EPSG:4326'], but that
> didn't change anything.
If I remember well you should write
yx[{['EPSG:4326': true }]

but it's the same as the default projection, so give a try also to
yx[{['EPSG:4326': false }]

or, even better, use openlayers.debug and check how the wms string is build


More information about the Users mailing list