-
Notifications
You must be signed in to change notification settings - Fork 130
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
[FEATURE] Returns layer Id on Feature Tap & update NDK version to fix crash on Android 15 #475
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
generally ok, some code questions
maplibre_gl/ios/maplibre_gl/Sources/maplibre_gl/MapLibreMapController.swift
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove workaround
This reverts commit fdc7fa5.
This is needed to fix a crash on Android 15 due to 16k page
Hi @LouisRaverdy, I agree this is a much needed feature. Through, there are still unresolved conversations and it introduces breaking API changes. I'm fine if we skip 0.20.1 and directly go for a breaking 0.21.0 release but please ensure that all open conversations are solved, then I can review and merge your pr. |
Co-authored-by: Joscha <[email protected]>
@josxha Thanks, all the conversations are now resolved, I also add a fix to Android 15 crashing every time due to change to page 16k. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution @LouisRaverdy!
…n to fix crash on Android 15 (maplibre#475)" This reverts commit 8246a84.
Hello MapLibre Team !
I needed to retrieve the layer Id of the feature tapped, so I've implemented it.
This is much cleaner than using the given Id to have a unique identifier and the layer id.
Best regards,
Louis