MapRectangle-like positioning of MapQuickItem
-
I want to overlay an image over the QML
Map. Image corners correspond to coordinates (weather map) and thus image should scale together withzoomLevel.Unfortunately
MapQuickItemonly accepts one coordinate but then thesourceItemsize actually defines item size. How can I translate from coordinates to image size for a specific zoom level so I can replicateMapRectanglefunctionality?