Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm using QGA Datalayer to show different back ground layers (using WMS) & Bubble layer to show store details(based on Lan/Lan). Would it possible to show either Bing or Google street level (link) in the QGA Bubble layer help based on Lat/Lon? @Patric_Nordstrom . Appricate any help, thanks.
The easiest way is to place the image in the custom tooltip of the native map chart.
Both Google and Bing offers APIs to retrieve a single image for a lat long point:
https://docs.microsoft.com/en-us/bingmaps/articles/getting-streetside-tiles-from-imagery-metadata
https://developers.google.com/maps/documentation/streetview/overview
Of course beware of license terms, both APIs requires a key.
Thanks,
Patric
The easiest way is to place the image in the custom tooltip of the native map chart.
Both Google and Bing offers APIs to retrieve a single image for a lat long point:
https://docs.microsoft.com/en-us/bingmaps/articles/getting-streetside-tiles-from-imagery-metadata
https://developers.google.com/maps/documentation/streetview/overview
Of course beware of license terms, both APIs requires a key.
Thanks,
Patric