Skip to content

Commit

Permalink
use webgl1
Browse files Browse the repository at this point in the history
  • Loading branch information
itanka9 committed Nov 2, 2023
1 parent 4db1bf8 commit d986b6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/puppeteer/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export function initBlankMap(page: PuppeteerPage, options?: mapgl.MapOptions) {
key: API_KEY,
styleZoom: MAP_ZOOM,
center: MAP_CENTER,
webglVersion: 1,
...options,
});
}
Expand Down

0 comments on commit d986b6c

Please sign in to comment.