Re: [gdal-dev] Using GetCapabilities to configure wms

2011-12-28 Thread Even Rouault
Le mardi 27 décembre 2011 18:46:16, Ramiro Gonzalez a écrit : > Hi, I'd like to configure wms services using a simplified interface. > > GetCapabilities gives me the extent of the image using minX, minY, maxX and > maxY values. > Gdal wms driver requires UpperLeft and LowerRight coordinates. > >

[gdal-dev] Using GetCapabilities to configure wms

2011-12-27 Thread Ramiro Gonzalez
Hi, I'd like to configure wms services using a simplified interface. GetCapabilities gives me the extent of the image using minX, minY, maxX and maxY values. Gdal wms driver requires UpperLeft and LowerRight coordinates. In EPSG:4326 UpperLeft=(minX, maxY) and LowerRight=(maxX, minY), but I can't