QGIS – Adding Google Maps / StreetView Coverage Layer in QGIS

googlegoogle-street-viewqgis

I've come across a useful method for adding Google layers as a raster in QGIS: High resolution, printable alternative to OpenLayers plugin for QGIS?

Does anyone know what the serverUrl is for the google streetview coverage map? I've found this url but I can't get it to work in the XML:

https://mts1.googleapis.com/vt?hl=en-US&lyrs=svv|cb_client:apiv3&style=40,18&x=9&y=15&z=5

Best Answer

Add this link as a XYZ Tiles layer:

https://mts2.google.com/mapslt?lyrs%3Dsvv%26x%3D{x}%26y%3D{y}%26z%3D{z}%26w%3D256%26h%3D256%26hl%3Den&style%3D40,18

Related Question