flutter_map icon indicating copy to clipboard operation
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.

Results 145 flutter_map issues
Sort by recently updated
recently updated
newest added

### What is the bug? I added a large (about 7000x8000 pixel with 5.6 MB) image from my local assets to a map as a `RotatedOverlayImage`. On Android, everything works...

bug
external

### What do you want implemented? Hey, love the package! Simillar to #1396 I would love to have a way to disable pinch move while zooming. This is specifically an...

P: 2 (soon™?)

Supersedes #1867 by @josxha. - Reset web index.html config file to initial state in Flutter 3.22 - Also adds required headers to Firebase config (hopefully) Would like to add an...

### What is the bug? Based on the default options (see below), I would expect that when I pinch-zoom, the map doesn't rotate (because of `pinchZoomWinGestures: MultiFingerGesture.pinchZoom | MultiFingerGesture.pinchMove`) and...

bug
needs triage

### What do you want implemented? When downloading large numbers of tiles, sometimes a few are missed for whatever reason, resulting in ye olde checkerboard pattern. However, the next time...

feature

Currently overlapping Polygons are adding up in stroke color. To fix this it adds the BlendMode.src to all so this should not happen anymore. Before: ![image](https://github.com/fleaflet/flutter_map/assets/34318751/d77aa729-67a0-4d0d-bf5e-0878770938ad)

Superceeds #1853 & continues #1908 targeting `master`.

Fixes #1582 (potentially eligible for bounty). In a first approach I reused part of @ReinisSprogis' code regarding the camera using a -180,180 longitude. The flash effect was due to tiles...

### What is the bug? I really love to see this feature. However, it seems not to be correct. The scale shows a distance of 1000km in the horizontal distance....

P: 3 (low)

### What do you want implemented? I need to display detailed information when the mouse is hover a marker. Regarding the "hover" property, the marker do not have the same...

feature