uber / h3

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

Fix cellToChildPos and childPosToCell docs #845

Closed dfellis closed 3 months ago

dfellis commented 3 months ago

I noticed while going through the H3 documentation working on the cli that the live examples for the cellToChildPos and childPosToCell don't work because the website is using an out of date version of h3-js. This small PR fixes that (confirmed locally).

dfellis commented 3 months ago

What's currently on the website:

Screenshot from 2024-06-04 17-27-40

After the fix:

Screenshot from 2024-06-04 17-30-24

coveralls commented 3 months ago

Coverage Status

coverage: 98.826%. remained the same when pulling 0a84c784335c5d747f757ce68f2d6d72648a60b2 on fix-child-pos-docs into c18cd89c153e9f149a3beb1db9c9a4d8d4e3cf27 on master.