Hi all,<br>In OL 2.9.1, I was trying to add a WMS layer to my map, setting its &#39;VERSION&#39; parameter (in contructor) to &#39;1.3.0&#39;, and I have a problem. The parameter must be a string, but in some pieces of code, at least in lib/OpenLayers/Layer/WMS.js, for example here (line 254):<br>
<br>[...]<br>if (parseFloat(this.params.VERSION) &gt;= 1.3) {<br>[...]<br><br>it&#39;s parsed to a float, so it can NOT be &#39;1.3.0&#39; but &#39;1.3&#39;; but my server (a TDS one) doesn&#39;t recognize it as a valid version (it does support 1.3.0). By now I&#39;m solving it like Godiva2 people do (<a href="http://behemoth.nerc-essc.ac.uk/ncWMS/godiva2.html">http://behemoth.nerc-essc.ac.uk/ncWMS/godiva2.html</a>), by adding two classes, WMS1_1_1.js(<a href="http://behemoth.nerc-essc.ac.uk/ncWMS/js/WMS1_1_1.js">http://behemoth.nerc-essc.ac.uk/ncWMS/js/WMS1_1_1.js</a>) and WMS1_3.js (<a href="http://behemoth.nerc-essc.ac.uk/ncWMS/js/WMS1_3.js">http://behemoth.nerc-essc.ac.uk/ncWMS/js/WMS1_3.js</a>), and initializing my layer as a WMS1.3 instance. Another way could be to avoid those kind of float-based checkings. Am I missing something important (I&#39;m still starting with OpenLayers) or it&#39;s the way it must be used? Thank you in advance,<br>
<br clear="all">Best regards,<br><br>Xurxo Méndez Pérez<br>