lpongetti / flutter_map_marker_cluster

Provides beautiful animated marker clustering functionality for flutter_map. Inspired by Leaflet.markercluster
BSD 3-Clause "New" or "Revised" License
251 stars 234 forks source link

Clusters do not orientate when map is rotated #172

Closed jithware closed 11 months ago

jithware commented 1 year ago

When rotating a map, the cluster single markers properly orient to the top of the map, however the clusters do not.

Steps to reproduce

...
  options: MapOptions(
                    interactiveFlags: 
                        InteractiveFlag.rotate,
...
)

flutter_map_marker_cluster

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

jithware commented 1 year ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@lpongetti @rorystephenson thoughts?

rorystephenson commented 1 year ago

@jithware I am no longer using this package in my personal projects so I am afraid I can't dedicate time to debugging this. Cluster rotation works in flutter_map_supercluster so I don't believe this is a bug with flutter_map_marker_popup.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

jithware commented 1 year ago

@lpongetti?

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

jithware commented 1 year ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

KA

lpongetti commented 11 months ago

Fixed