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

GoogleMapsOverlay: fix initial layer position on raster basemaps #8892

Merged
merged 1 commit into from
May 14, 2024

Conversation

zbigg
Copy link
Collaborator

@zbigg zbigg commented May 13, 2024

Closes #8891

Background

Seems like with raster basemaps, initial render happens when canvas is not yet attached to any parent.
This patch ensures that we use declared canvas parent, even before canvas is attached to DOM.

Change List

  • GoogleMapsOverlay fix initial layer position on raster basemaps

@zbigg zbigg force-pushed the zbigg/googlemapsoverlay-raster-fix branch from c8144e0 to feffbe1 Compare May 13, 2024 14:18
@coveralls
Copy link

coveralls commented May 13, 2024

Coverage Status

coverage: 89.829% (+0.008%) from 89.821%
when pulling feffbe1 on zbigg/googlemapsoverlay-raster-fix
into b5a6313 on master.

@zbigg zbigg changed the title GoogleMapsOverlay fix initial layer position on raster basemaps GoogleMapsOverlay: fix initial layer position on raster basemaps May 13, 2024
@zbigg zbigg removed the request for review from felixpalmer May 14, 2024 06:54
@donmccurdy donmccurdy merged commit d504327 into master May 14, 2024
4 checks passed
@donmccurdy donmccurdy deleted the zbigg/googlemapsoverlay-raster-fix branch May 14, 2024 12:34
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

Successfully merging this pull request may close these issues.

[Bug] GoogleMapsOverlay misaligns layers with raster basemap in initial render
4 participants