Hi, I'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't use this mapping to every
                        'Image projection'<br><br>I'd like to know how could I hide the conversion 'min/max->ul/lr' from the user. <br>
<br>
Thanks<br>Ramiro<br><br>