Skip to content

Commit

Permalink
Bump h3-js (#3918)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Nov 22, 2019
1 parent 412ef8a commit 0e82769
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion modules/geo-layers/package.json
Expand Up @@ -36,7 +36,7 @@
"@math.gl/culling": "^3.0.0",
"@math.gl/geospatial": "^3.0.0",
"@math.gl/web-mercator": "^3.1.0-alpha",
"h3-js": "^3.4.3",
"h3-js": "^3.6.0",
"long": "^3.2.0",
"s2-geometry": "^1.2.10"
},
Expand Down
4 changes: 1 addition & 3 deletions test/render/test-cases.js
Expand Up @@ -1545,9 +1545,7 @@ export const TEST_CASES = [
},
layers: [
new H3HexagonLayer({
data: h3
.polyfill([[-90, -180], [90, -180], [90, 0], [-90, 0]], 0)
.concat(h3.polyfill([[-90, 180], [90, 180], [90, 0], [-90, 0]], 0)),
data: h3.getRes0Indexes(),
opacity: 0.8,
getHexagon: d => d,
extruded: false,
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -5523,10 +5523,10 @@ gzip-size@^5.0.0:
duplexer "^0.1.1"
pify "^4.0.1"

h3-js@^3.4.3:
version "3.5.0"
resolved "https://registry.yarnpkg.com/h3-js/-/h3-js-3.5.0.tgz#db2a708e2ef5da3bb01f2e40a862ef92692ab2b0"
integrity sha512-islEo18dWW8Zfot8o0MSVf4tq+XNyVI5nL15rXwsZHbTmI/kqITZYLkLjEoEs6Vbj4Jdye8cd4EePMjMWfo29w==
h3-js@^3.6.0:
version "3.6.2"
resolved "https://registry.yarnpkg.com/h3-js/-/h3-js-3.6.2.tgz#2b5c863a0c09407f80dbcd62ef37a7d55079d42b"
integrity sha512-zAt28N+kQnq/pL0MZbAoVw03BUAxNd123NCGtZbpC9B5DLwhqn9zlKt6yqMGPHX7+A3mKYpf5Pp2FT4ymrnnOA==

hammerjs@^2.0.8:
version "2.0.8"
Expand Down

0 comments on commit 0e82769

Please sign in to comment.