Skip to content
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

Fix for export PDF example compatibility issues, and layer opacity handling. #10656

Merged
merged 2 commits into from
Feb 13, 2020

Conversation

mike-000
Copy link
Contributor

Fixes #10620

Updates the jspdf version as the previous version no longer works correctly with codesandbox (or perhaps codesandbox/chrome combination).

Also fixes a compatibility issue with Internet Explorer, and adds layer opacity handling to the example.

querySelectorAll().forEach() isn't supported by IE.
Add opacity to the vector layer and handle it in the output.
Copy link
Member

@ahocevar ahocevar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @mike-000

@ahocevar ahocevar merged commit 643552f into openlayers:master Feb 13, 2020
@mike-000 mike-000 deleted the patch-6 branch February 13, 2020 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

jsPDF causing error in codesandbox
2 participants