I have a tile service for Bing maps that works in QGIS, but i can't find the quadkey that makes it work in AGOL.
https://ecn.t3.tiles.virtualearth.net/tiles/a{q}.jpeg?g=1 (this drops into QGIS via the XYZ map source tool)
I plan to credit Microsoft in the resultant map service, but can't add the Bing API Key to my client's organisation for reasons outside my control. Hence the need to circumvent the standard ESRI Bing map service.
Any suggestions on how to get this one in succcessfully?
Here are some of the quad keys i've already tried:
https://ecn.t3.tiles.virtualearth.net/tiles/a%7Bq%7D.jpeg?g%3D1&zmax=20&zmin=0
https://ecn.t3.tiles.virtualearth.net/tiles/{level}/{col}/{row}.jpeg
https://ecn.t3.tiles.virtualearth.net/tiles/{z}/{y}/{x}.jpeg
https://ecn.t3.tiles.virtualearth.net/tiles/a<quadkey>.jpeg?g=1
https://ecn.t3.tiles.virtualearth.net/tiles/a{quadkey}.jpeg?g=1z
https://ecn.t3.tiles.virtualearth.net/tiles/a{q}.jpeg?g=1
https://ecn.t3.tiles.virtualearth.net/tiles/%(z)s/%(y)s/%(x)s
there are more, but seems pointless listing them all.