I am trying to load the attached file (and in this text) a supposed WMS xml file but get an error saying this is not a wms file. I am experienced in doing this process normally so something is wrong here.
If you look at the text file it is intended to be a wms format although in reality it is a wrapper around an xyz web service. I have tried using the xyz URL directly without success . If anyone has any experience with these and can spot any obvious error, please let me know.
BTW this is a NZ dataset.
<GDAL_WMS>
<Service name="TMS">
<ServerUrl>
https://object-storage.nz-por-1.catalystcloud.io/v1/AUTH_b1d1ad52024f4f1b909bfea0e41fbff8/mapspast/nzms260-1999/${z}/${x}/${y}.png</ServerUrl>
</Service>
<DataWindow>
<UpperLeftX>-20037508.34</UpperLeftX>
<UpperLeftY>20037508.34</UpperLeftY>
<LowerRightX>20037508.34</LowerRightX>
<LowerRightY>-20037508.34</LowerRightY>
<TileLevel>14</TileLevel>
<TileCountX>1</TileCountX>
<TileCountY>1</TileCountY>
<YOrigin>bottom</YOrigin>
<UpperLeftX>160.0</UpperLeftX>
<UpperLeftY>-30.0</UpperLeftY>
<LowerRightX>185.0</LowerRightX>
<LowerRightY>-55.0</LowerRightY>
</DataWindow>
<Projection>EPSG:2193</Projection>
<BlockSizeX>256</BlockSizeX>
<BlockSizeY>256</BlockSizeY>
<Cache />
<ZeroBlockHttpCodes>204,404</ZeroBlockHttpCodes>
</GDAL_WMS>