-
Couldn't load subscription status.
- Fork 0
Open
Description
About half of the polygon coordinates are wrong. It looks like they are refelected on the centers (?) of the 12 initial faces.
To get the coordinates I'm using:
const sqNums = [];
for (let i = task.start; i <= task.end; i++) {
sqNums.push(BigInt(i));
}
const coords = dggs.sequenceNumToGrid(sqNums, task.level);any advice?
Metadata
Metadata
Assignees
Labels
No labels
