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 using map tiles the browser prevents the save tool from working because the cross-origin requests, the developer console says the following:
Uncaught DOMException: Failed to execute 'toDataURL' on 'HTMLCanvasElement': Tainted canvases may not be exported.
There is likely nothing that can be done about as described in this StackOverflow post, which means we should disable the save tool if a tile source is used.
The text was updated successfully, but these errors were encountered:
When using map tiles the browser prevents the save tool from working because the cross-origin requests, the developer console says the following:
There is likely nothing that can be done about as described in this StackOverflow post, which means we should disable the save tool if a tile source is used.
The text was updated successfully, but these errors were encountered: