flutter_map
flutter_map copied to clipboard
A versatile mapping package for Flutter. Simple and easy to learn, yet completely customizable and configurable, it's the best choice for mapping in your Flutter app.
### What is the bug? When you spam pinching zoom in and out and at the end i get this error: ```console The following assertion was thrown while handling a...
### What is the bug? I was trying to use reset to trigger reload one of my TileLayer, but I found that the subsciption of reset never be initialized. In...
### What is the bug? I'm not sure what exactly to report as the bug, but I have a situation where I am using an animation to move my map...
### What is the bug? The zoom button plugin has some additional logic for it's zooming. because of this not a full zoom level gets zoomed in or out. This...
### Motivation The user experience can be smoothend if we add zoom level transitions and animation while and after zooming. > **Open for comments.** It needs to be decided what...
### What is the bug? the StringBuffer.write can not get a complete url,if some parameter too long like this ### How can we reproduce it?  `bbox=13937221.989405897,6262944.349574201,13938444.981858458,6264167.342026763&format=image/png&service=WMS&version=1.1.1&request=GetMap&srs=EPSG:3857&transparent=true&width=256&height=256&layers=tiff:HS_DEM_20230000_1742023660365344770&styles=HS_DEM_20230000_empty_default_1742023711514882049&clip=MULTIPOLYGON%20(((13936961.4541107%206264501.18326346,%2013937513.2339086%206264582.39760601,%2013937658.9419938%206263595.8822097,%2013937613.5575082%206263581.5502669,%2013937561.0070513%206263579.16160977,%2013937262.4249096%206263887.29838004,%2013937231.3723668%206263782.19746615,%2013937231.3723668%206263715.3150664,%2013937221.8177383%206263646.04400952,%2013937291.0887952%206263583.93892403,%2013937353.1938806%206263574.3842955,%2013937403.3556805%206263574.3842955,%2013937381.8577663%206263531.38846709,%2013937219.4290811%206263505.11323861,%2013937095.2189102%206263495.55861008,%2013936961.4541107%206264501.18326346)))` ### Do you...
### What is the bug? **Problem** When zooming in and out of flutter maps sometimes it occurs that widgets that use Gesture detectors internally such as Buttons, Attribution Widgets, and...
### What is the bug? In line with https://github.com/fleaflet/flutter_map/issues/1347 and https://github.com/fleaflet/flutter_map/pull/1295, there are more issues with bounds for polar CRS. In some cases `fitBounds` (and my copy `flyToBounds`) throws an...
### What is the bug? Zoom not working when swiping with two fingers ### What is the expected behaviour? there should have been a change in scale ### How can...
### What do you want implemented? The current integration of polylabel is not very well performance optimized. By implementing our own port of polylabel, we can: - have better performance...