Can't find anything that explains how to do this...

But, I have an OSM QML map that works well. I want to add a tile overlay that is weather radar from a 3rd party. What is the best way to do that?

Right now, I am declaring a MapItemGroup of MapQuickItems, each one having an Image component that points to the correct tile on the external server. This works, but seems to be a cumbersome way to go about it.

Any thoughts or examples?