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>
_______________________________________________ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev