mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
Fix fast map iteration crash
This commit is contained in:
parent
7ed83b2154
commit
9b1c540ec0
1 changed files with 3 additions and 0 deletions
|
|
@ -224,6 +224,9 @@ class _Map extends StatelessWidget {
|
|||
// Get continuous movement events for bounds tracking
|
||||
trackCameraPosition: true,
|
||||
styleString: style,
|
||||
// We don't currently use annotations and MapLibre_gl has insufficient guards around instantiation
|
||||
// of annotation controllers (resulting in map crashs about missing styles), so we disable them
|
||||
annotationOrder: const [],
|
||||
onMapCreated: onMapCreated,
|
||||
onStyleLoadedCallback: onMapReady,
|
||||
attributionButtonPosition: AttributionButtonPosition.topRight,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue