flutter-mapbox-gl / maps

A Mapbox GL flutter package for creating custom maps
Other
1.04k stars 503 forks source link

takeSnapshot not including any symbols added on the map #1326

Closed aardrop closed 1 year ago

aardrop commented 1 year ago

I'm unsure whether this is by design, but it appears that the takeSnapshot method doesn't include any of the symbols that are added on a region of that map for that controller.

Return from snapshot: rctmgl-snapshot-6E07BF47-7B5D-49A8-BD03-34DBA7114107

Meanwhile this is the rendered map:

Screenshot 2023-05-25 at 4 58 39 PM

Do you happen to know if this is by design or a bug with the package?

I tested this in the example app on iOS as well, and it was the same behavior with the symbol layer.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

aardrop commented 1 year ago

Does anyone know anything about this? does this work with mapbox iOS native?