Ian

Results 342 comments of Ian

Give it a day anyway, in case someone spots a flaw.

Yes, lets update I guess, and fix if anyone screams.

Possible fix for the flickering issue https://github.com/fleaflet/flutter_map/issues/1375. Note this PR will need to proper testing, as I don't experience the issue, so can't verify this properly. I would also test...

Yes, but as mentioned, I could never replicate the problem, so was hard to know if this has been properly tested. I think it would be good for someone else...

Out of interest, does it all work correct in Google Maps ?

I'm a bit hesitant to do breaking changes atm (we've had quite a lot of late), but no problems with these type of changes implemented in a future version where...

My guess would be the initial problem is using a custom crs and not providing the relevant resolution or something ?

Yes, we've kind of been here before. The problem is one should set the minZoom/maxZoom to match the resolutions (we did ponder creating a power of 2 multiplier/divisor for ones...

Yes, I don't have an issue with that (but the same issue with zoom greater than resolutions index will still exist I think).

Yes, I think that makes sense, and was thinking along those lines, just haven't had chance to poke about with any of it, and not as confident with the custom...