mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
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:
@@ -275,8 +275,8 @@ The Tile-ID corresponds to a cumulative position on the series of [Hilbert curve
|
||||
|0|0|0|0|
|
||||
|1|0|0|1|
|
||||
|1|0|1|2|
|
||||
|1|1|0|3|
|
||||
|1|1|1|4|
|
||||
|1|1|1|3|
|
||||
|1|1|0|4|
|
||||
|2|0|0|5|
|
||||
|...
|
||||
|12|3423|1763|19078479|
|
||||
|
||||
Reference in New Issue
Block a user