You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In parallel to the error of validation of webp tiles preventing publishing, it seems that my apple satellite service is failing validation.
Importing the below GDAL_WMS xml does work inside qgis, but it seems that the accessKey url-param shall not be url-encoded for requests to go through - adding it as a XYZ layer source into qgis fails, but importing to qgis the below GDAL_WMS xml does work.
TMS url has the format: https://sat-cdn3.apple-mapkit.com/tile?style=7&size=1&scale=1&z={z}&x={x}&y={y}&v=9801&accessKey=1721982180_2825845599881494057_%2F_UvNg5jEboEb8eMslp86Eeymjt%2FfRcTunBvgsiAiEb6Q%3D
Also related side-note: the Yandex satellite does not use the standard EPSG:3857 CRS but EPSG:3395 psuedo-mercator, which means there is a displacement at high zoom levels - shift increases as the zoom level increases. Supporting GDAL_WMS xmls would allow to set the correct CRS for this yandex TMS:
In parallel to the error of validation of webp tiles preventing publishing, it seems that my apple satellite service is failing validation.
Importing the below GDAL_WMS xml does work inside qgis, but it seems that the
accessKey
url-param shall not be url-encoded for requests to go through - adding it as a XYZ layer source into qgis fails, but importing to qgis the below GDAL_WMS xml does work.TMS url has the format:
https://sat-cdn3.apple-mapkit.com/tile?style=7&size=1&scale=1&z={z}&x={x}&y={y}&v=9801&accessKey=1721982180_2825845599881494057_%2F_UvNg5jEboEb8eMslp86Eeymjt%2FfRcTunBvgsiAiEb6Q%3D
Also related side-note: the Yandex satellite does not use the standard EPSG:3857 CRS but EPSG:3395 psuedo-mercator, which means there is a displacement at high zoom levels - shift increases as the zoom level increases. Supporting GDAL_WMS xmls would allow to set the correct CRS for this yandex TMS:
<GDAL_WMS><Service name="TMS"><ServerUrl>https://core-sat.maps.yandex.net/tiles?l=sat&x=${x}&y=${y}&z=${z}&scale=1&lang=ru_RU</ServerUrl></Service><DataWindow><UpperLeftX>-20037508.34</UpperLeftX><UpperLeftY>20037508.34</UpperLeftY><LowerRightX>20037508.34</LowerRightX><LowerRightY>-20037508.34</LowerRightY><TileLevel>20</TileLevel><TileCountX>1</TileCountX><TileCountY>1</TileCountY><YOrigin>top</YOrigin></DataWindow><Projection>EPSG:3395</Projection><BlockSizeX>256</BlockSizeX><BlockSizeY>256</BlockSizeY><BandsCount>3</BandsCount></GDAL_WMS>
The text was updated successfully, but these errors were encountered: