Hi, I&#39;d like to configure wms services using a simplified interface.<br><br>GetCapabilities gives me the extent of the image using minX, minY, maxX and maxY values. <br>Gdal wms driver requires UpperLeft and LowerRight coordinates.<br>
<br>In EPSG:4326 UpperLeft=(minX, maxY) and LowerRight=(maxX, minY), but I can&#39;t use this mapping to every 
                        &#39;Image projection&#39;<br><br>I&#39;d like to know how could I hide the conversion &#39;min/max-&gt;ul/lr&#39; from the user. <br>
<br>
Thanks<br>Ramiro<br><br>