We have a QImage changing according to the received radar signal. So it's not a constant QImage. We tried to show our QImage on MapGraphicsView by using PictureFillSymbol and GraphicOverlay classes but it did not work. It would work if it was stretching the QImage instead of tiling it. How can I achieve this without a tiling when image is zoomed? I could not find a suitable class in ArcGIS to show my image.
Unfortunately we don't have the option to stretch the PictureFillSymbol
Could you consider using 3D? If so, ImageOverlay would be a good option - arcgis-runtime-samples-qt/ArcGISRuntimeSDKQt_CppSamples/Scenes/AnimateImagesWithImageOverlay at mast...
Long term we are looking at bringing support to 2D as well, but it is not there yet.
Another option is KML Ground Overlay, but this also will only work in 3D at the moment arcgis-runtime-samples-qt/ArcGISRuntimeSDKQt_CppSamples/EditData/EditKmlGroundOverlay at master · Es...
Another user has a similar use case and is hitting similar limitations.
The initial problem is discussed here Adjusting KML placement in realtime in a MapView
A potential workaround using PictureMarkerSymbol is described here PictureMarkerSymbol problems
I have tried ImageOverlay and it looks good for now. I was just wondering if there is a way to make SceneView appear like a 2D view. Do you have any suggestions?
No, at this point, it is 3D only.