How can i set a WMS version of layer which i want to display. I am asking because some WMS addresses are still served via older versions like 1.1.1.
In short, I am looking for the equivalent of this one from ArcGIS:
|
|
|
I think you can add it to the URL. For instance like this: http://yourserver/wms.php?VERSION=1.3.0 |
|||
|
|
|
When you create your a connection link to your WMS layer you build the parameters (if the process is manual) so you can add the version that you pretend to your metadata information and then pass to your URL. For example.... http//localhost/yyyy/yyy/yyy&SERVICE=WMS&VERSION=1.1.0 Good luck, José Santos |
|||
|
|