mootw

Results 40 comments of mootw

I have a fix for this issue. I wasn't updating pixel origin in setState of the map. It did get updated with the layout builder through updateSizeAndRotation, which (only gets...

Um not so much a reset stream, just inside of flutter map have a function with all of the values that need to update when the state of the map...

Hi, I see that you are using Flutter_map 1.1.0. There were some things done with the 3.0.0 release to help better protect MapState accesses and ensure the state stays consistent....

Commenting to remove stale tag

I know the tile layer stuff is all kinda spaghetti together and hard to keep separate, but we could look at making this the migration to a new tile layer...

I propose we just work on new tile layer stuff from the ground up, give it a new widget (ideally plural with different behaviors) with new logic. That is realistically...

not right now unfortunately unless someone else wants to take it on

I am able to replicate this behavior on the latest release, however once tiles are cached they do instantly update and load when the new zoom level is reached. Its...

This is an issue with latlong2. it asserts that lat, lon objects are within +-90, +-180. which is causing the crash. potentially there is also still an issue with the...

We could look at creating an extension for LatLng that allows working with meters or a constructor for latlng that takes meters. I am not super familiar with multiple CRS....