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
186 stars 106 forks source link

Icon overlap crashes the example app #335

Open cecililu opened 7 months ago

cecililu commented 7 months ago

In the example code in custom marker screen, when changing icon overlap toggle app crashes in iOS 17.0 simulator.I have used icon overlap before but on android where it works fine.

kai-trone commented 2 months ago

I have the same, but only on iOS and using this code:

Screenshot 2024-04-09 at 23 04 17

It crashes on the _mlMapController.setSymbolIconAllowOverlap and setSymbolIconIgnorePlacement

I was hoping it was some kind of initialisation error, therefore the delay. Also initialising the symbol manager with the values has no effect. they stay false.