Ticket #2750 (closed bug: fixed)
setVisibility(false) not respected before layer is fully loaded
| Reported by: | ahocevar | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.10 Release |
| Component: | Layer.Google.v3 | Version: | 2.9 |
| Keywords: | Cc: | ||
| State: | Complete |
Description
When setVisibility(false) is called on a Google layer right after map instantiation, the layer has not finished the repositionMapElements method, which will set the visibility to true.
The attached patch fixes this issue. Tests still pass. Thanks for any review.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

