Correct TileID example (#249)

This example does not correspond to the test cases provided in the javascript reference implementation.

17583ae19d/js/test/v3.test.ts (L40)
This commit is contained in:
Bertil Chapuis
2023-09-06 15:47:29 +02:00
committed by GitHub
parent 17583ae19d
commit 009cd20ff4

View File

@@ -275,8 +275,8 @@ The Tile-ID corresponds to a cumulative position on the series of [Hilbert curve
|0|0|0|0| |0|0|0|0|
|1|0|0|1| |1|0|0|1|
|1|0|1|2| |1|0|1|2|
|1|1|0|3| |1|1|1|3|
|1|1|1|4| |1|1|0|4|
|2|0|0|5| |2|0|0|5|
|... |...
|12|3423|1763|19078479| |12|3423|1763|19078479|