[gdal-dev] Using GetCapabilities to configure wms
Ramiro Gonzalez
ramirogonzalez at suremptec.com.ar
Tue Dec 27 12:46:16 EST 2011
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 use this mapping to every 'Image projection'
I'd like to know how could I hide the conversion 'min/max->ul/lr' from the
user.
Thanks
Ramiro
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/gdal-dev/attachments/20111227/7179981b/attachment.html
More information about the gdal-dev
mailing list