You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm trying to use static rendering to render the image using startStaticRender(). From reading the source code, whenever the image is finished rendering, the staticRenderFinished should be emitted. Though I always get the error message Map is currently rendering an image. There is also no examples of using the API.
Expected behavior
Can render an image and extract from the buffer
Platform information (please complete the following information):
Using Qt version 5.12.8 in /usr/lib/x86_64-linux-gnu
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm trying to use static rendering to render the image using
startStaticRender()
. From reading the source code, whenever the image is finished rendering, thestaticRenderFinished
should be emitted. Though I always get the error messageMap is currently rendering an image
. There is also no examples of using the API.Expected behavior
Can render an image and extract from the buffer
Platform information (please complete the following information):
The text was updated successfully, but these errors were encountered: