uber / h3-js

h3-js provides a JavaScript version of H3, a hexagon-based geospatial indexing system.
https://uber.github.io/h3
Apache License 2.0
875 stars 79 forks source link

Upgrade to v4.0.0-rc2 #136

Closed isaacbrodsky closed 2 years ago

isaacbrodsky commented 2 years ago

Upgrades the JS library to v4.0.0-rc2.

Errors are passed back only as strings; open to suggestions on how we can make the error code machine readable on the Error object.

Note that vertex functions were not implemented before and aren't added in this PR.

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 2572499091


Changes Missing Coverage Covered Lines Changed/Added Lines %
lib/h3core.js 288 298 96.64%
<!-- Total: 289 299 96.66% -->
Totals Coverage Status
Change from base Build 2204951840: -3.2%
Covered Lines: 494
Relevant Lines: 504

💛 - Coveralls
nrabinowitz commented 2 years ago

Closing in favor of #139