I have a Google Earth cache file.
Is there any way to open the Google image from a cache file in QGIS 3?
I had done it in standalone PC successfully. Does it works also in Mapped Network Drive also.
I don't believe qgis is able to process Google Earth cache file. I advise you not to wast your time. Instead use SAS Planet alternative. It stores tiles locally as file:///D:/Software/SAS.Planet/cache_gmt/z{z}/{x}/{y}.jpg
Then you may use TileLayer or MBTiles plugin For version under than 3.0.
qgis version 3.0 and above :
Please use XYZ Tiles configured as follow :
Then add your Tiles Folder Path : file:///D://Software//SAS.Planet//cache_gmt//sat//z{z}//{y}//{x}.jpg <--
Update: SAS.PLANET Configuration :
Click on Settings>Options>
Default cache type : GlobalMapper Tiles
GlobalMapper Tiles (GMT) cache folder: cache_gmt
Reload some cache again (by playing around the displayed map)
I have a suggestion for who are working on leaflet and need SAS planet data integration, you need only to add this line into your code to call the tiles:
var SAS = '/cache_gmt1/sat/z{z}/{y}/{x}.jpg',