We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6646fa4 commit af4738aCopy full SHA for af4738a
modules/google-maps/src/google-maps-overlay.ts
@@ -267,10 +267,6 @@ export default class GoogleMapsOverlay {
267
deck.setProps({_framebuffer});
268
}
269
270
- // With external gl context, animation loop doesn't resize webgl-canvas and thus fails to
271
- // calculate corrext pixel ratio. Force this manually.
272
- device.getDefaultCanvasContext().resize();
273
-
274
// Camera changed, will trigger a map repaint right after this
275
// Clear any change flag triggered by setting viewState so that deck does not request
276
// a second repaint
0 commit comments