tprebs / fluttermap_heatmap

Heatmap plugin for flutter_map
BSD 3-Clause "New" or "Revised" License
21 stars 17 forks source link

heatmap layers don't show until map is interacted with #2

Closed tprebs closed 1 year ago

tprebs commented 1 year ago

On previous versions of flutter_map (< 0.15), the reset stream was used to trigger the cache to be rest and the tile layer rendered. In the latest version, the heatmap tile layer is not being rendered until the map is interacted with. I have not used the most recent version of flutter map in earnest (haven't worked with it for a year or so) so I am probably missing some new functionality