-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export map with pixi overlay #74
Comments
Hi. |
We can ignore fact of using domtoimage library. |
With this code I'm able to dowload pixi layer:
|
Hi, I'am trying to export leaflet map and all elements inside it.
I use 'domtoimage' library to get blob file.
Unfortunately pixi overlay is not included in my final blob image.
I've found this old issue (#19) which covers simillar export problem, with that difference I need full map image.
I set value of preserveDrawingBuffer to true. Used methods from issue above... and still nothing.
Every time I'am getting blank image :(
Is there any way to export map with its pixi overlay?
The text was updated successfully, but these errors were encountered: