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
When you call toBlob() on the canvas that is generated it produces an empty image. It appears that when the context ("webgl") for the canvas is created for drawing, a parameter needs to be passed in preserveDrawingBuffer:true as an option. Is that something that can be added as on option on the map constructor options so that the image generated can be accessed?
The text was updated successfully, but these errors were encountered:
When you call toBlob() on the canvas that is generated it produces an empty image. It appears that when the context ("webgl") for the canvas is created for drawing, a parameter needs to be passed in preserveDrawingBuffer:true as an option. Is that something that can be added as on option on the map constructor options so that the image generated can be accessed?
The text was updated successfully, but these errors were encountered: