maplibre / flutter-maplibre-gl

Customizable, performant and vendor-free vector and raster maps, flutter wrapper for maplibre-native and maplibre-gl-js (fork of flutter-mapbox-gl/maps)
https://pub.dev/packages/maplibre_gl
Other
226 stars 125 forks source link

[FEATURE] Returns layer Id on Feature Tap & update NDK version to fix crash on Android 15 #475

Open LouisRaverdy opened 4 months ago

LouisRaverdy commented 4 months ago

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

josxha commented 1 week ago

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.

LouisRaverdy commented 19 hours ago

@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. Have a great day !