On Tue, 26 Feb 2019, Ari Jolma wrote:

I'm wondering why

gdalinfo "WMS:http://tiles.kartat.kapsi.fi/taustakartta?layers=taustakartta";

and

gdalinfo "WMS:http://tiles.kartat.kapsi.fi/taustakartta?layers=taustakartta&srs=epsg:3857";

both report corner coordinates in degrees although the second one reports EPSG 3857?

What am I missing?

From man gdalinfo

     The gdalinfo will report all of the following (if known):
        ...
        Corner coordinates in georeferenced, and if possible lat/long
        based on the full geotransform (but not GCPs).

... so this is a feature of gdalinfo.
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to