uber / h3

Hexagonal hierarchical geospatial indexing system
https://h3geo.org
Apache License 2.0
4.8k stars 457 forks source link

`hierarchy.mdx`: Fix call to nonexistent `compact` in `js` example for `uncompactCells` #812

Closed ericbf closed 7 months ago

ericbf commented 7 months ago

The uncompactCells example for js makes a call to compact, which no longer exists. It should use compactCells.

CLAassistant commented 7 months ago

CLA assistant check
All committers have signed the CLA.

coveralls commented 7 months ago

Coverage Status

coverage: 98.824%. remained the same when pulling d65d0e50466afb913783259d437424372b41578d on ericbf:patch-1 into 48c047c9132134a81809f0c4734c868451cb8e34 on uber:master.

nrabinowitz commented 7 months ago

Thanks for the fix!