@deck.gl/google-maps
Advanced tools
Comparing version 8.1.2 to 8.1.3
@@ -387,3 +387,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
// When resizing aggressively, occasionally ne and sw are the same points | ||
// See https://github.com/uber/deck.gl/issues/4218 | ||
// See https://github.com/visgl/deck.gl/issues/4218 | ||
const zoom = Math.log2(scale || 1) + map.getZoom() - 1; | ||
@@ -390,0 +390,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "8.1.2", | ||
"version": "8.1.3", | ||
"publishConfig": { | ||
@@ -18,3 +18,3 @@ "access": "public" | ||
"type": "git", | ||
"url": "https://github.com/uber/deck.gl.git" | ||
"url": "https://github.com/visgl/deck.gl.git" | ||
}, | ||
@@ -37,3 +37,3 @@ "main": "dist/es5/index.js", | ||
}, | ||
"gitHead": "f85e636839592b54692695944649e6be8eb5aa30" | ||
"gitHead": "99cefc1c1a40ec33da73fd362e9ecc349c0bee6c" | ||
} |
@@ -123,3 +123,3 @@ /* global document, google */ | ||
// When resizing aggressively, occasionally ne and sw are the same points | ||
// See https://github.com/uber/deck.gl/issues/4218 | ||
// See https://github.com/visgl/deck.gl/issues/4218 | ||
const zoom = Math.log2(scale || 1) + map.getZoom() - 1; | ||
@@ -126,0 +126,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
98589