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.
>
>
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