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

fix: await calls to change overlap in example #468

Closed themightychris closed 1 week ago

themightychris commented 1 week ago

I was going nuts trying to figure out why I was getting Layer 'XXXXX' has an invalid value crashes in my app when I changed overlap settings having copied how I was doing it directly from the example code...and then I found #237 and decided to take the example code for a run and was able to produce the same crash

kuhnroyal commented 1 week ago

Thanks!