[gdal-dev] WMS-C gdal xml file

Idan Miara idan at miara.com
Wed Sep 5 09:44:27 PDT 2018


Hi,

I'm trying to load the layer 'terrain' from the following WMS-C server:
https://tiles.maps.eox.at/wms?service=wms&request=getcapabilities
via gdal with the attached XML file.
I get just a black image.
Any ideas?

Thanks,
Idan.

<GDAL_WMS>
<Service name="WMS">
<Version>1.1.1</Version>
<ServerUrl>https://tiles.maps.eox.at/wms?</ServerUrl>
<Layers>terrain</Layers>
</Service>
<DataWindow>
<UpperLeftX>-180.0</UpperLeftX>
<UpperLeftY>90.0</UpperLeftY>
<LowerRightX>180.0</LowerRightX>
<LowerRightY>-90.0</LowerRightY>
<TileLevel>17</TileLevel>
<TileCountX>2</TileCountX>
<TileCountY>1</TileCountY>
</DataWindow>
<Projection>EPSG:4326</Projection>
<BlockSizeX>256</BlockSizeX>
<BlockSizeY>256</BlockSizeY>
<BandsCount>1</BandsCount>
</GDAL_WMS>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20180905/6d65589d/attachment-0001.html>


More information about the gdal-dev mailing list