Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LateInitializationError with polygonCulling in PolygonLayerOptions #974

Closed
Kacper1263 opened this issue Jul 26, 2021 · 3 comments
Closed

Comments

@Kacper1263
Copy link

Hi, after updating Flutter Map to 0.13.1 when I set polygonCulling to true in PolygonLayerOptions I'm receiving LateInitializationError: Field 'boundingBox' has already been initialized, everything is working fine with polygonCulling set to false

@mchesnokov
Copy link

It is because it is trying to set boundingBox, which is final. You may try to make it not final. But in case of polylines culling doesn't seem to work after doing so.

@github-actions
Copy link

github-actions bot commented Sep 5, 2021

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.

@github-actions github-actions bot added the Stale label Sep 5, 2021
@github-actions
Copy link

This issue was closed because it has been stalled for 5 days with no activity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants