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 MapSnapshotter #2967

Merged
merged 3 commits into from
Oct 29, 2024
Merged

Fix MapSnapshotter #2967

merged 3 commits into from
Oct 29, 2024

Conversation

Zverik
Copy link
Contributor

@Zverik Zverik commented Oct 25, 2024

Hopefully fixed #2869.

Frankly I'm not an Android developer, but a proper developer from our company says this line fixes things. He says, "NPE was because before the icon was png, but now it's svg, and you load those differently".

@louwers louwers added bug Something isn't working android labels Oct 25, 2024
Copy link
Collaborator

@louwers louwers left a comment

Choose a reason for hiding this comment

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

For me the 'Snapshot Activity' part of the test app works fine before, but when I try out this PR I get:

Failed to create image decoder with message 'unimplemented'

What exactly is broken?

Edit: Actually, it's the 'Map Snapshotter' that doesn't work, but it also doesn't work after this PR...

@Zverik
Copy link
Contributor Author

Zverik commented Oct 29, 2024

Okay I think we need more MS tests...

@louwers
Copy link
Collaborator

louwers commented Oct 29, 2024

I agree...

@louwers louwers merged commit 75ed159 into maplibre:main Oct 29, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NullPointerException in MapSnapshotter - Maplibre Native 11.0.1 or later
2 participants