source: Reengineering of the Geocaching Live Tile Database.txt @ 53cb49159b89c12f8af3169f49e0e4e2b0fc9bad

Revision 53cb49159b89c12f8af3169f49e0e4e2b0fc9bad, 994 bytes checked in by HD Stich <hd@…>, 3 years ago (diff)

GRR, I HATE line endings!!!

  • Property mode set to 100644
Line 
1===
2=== Reengineering of the Geocaching Live Tile Database ===
3===
4
5index file:
6===========
7
816 Bytes Header:
9----------------
10
1100 00 00 0A             Highest index used currently for the data files. Index is incremented starting with 0.
1200 00 4E 20             Max. number of tiles index. Current max. number is 20000.
1300 00 01 4D             Number of tile entries (16 bytes) indexed.
1400 01 0C FF             Size of the data file with the currently used highest index.
15
1616 Bytes per tile:
17------------------
18
1900 00                   Inverse zoom level = 17 - Z.
2001 0E 16                Number of the X tile.
2100 B1 0E                Number of the Y tile.
2200 00 50 92             Start offset of the PNG data in the data file.
2300 9D 6                 Size of the PNG data.
24       0 01             Index of the data file which contains the PNG data.
25
26The tiles are sorted starting by zoom level 17 (INVZ = 0).
27
28data file:
29----------
30
31Max. 32 PNGs concated directly together.
32
33
34[0] - [x] directories:
35----------------------
36
37Max. 32 data files per directory. The data files are named from 'data0' to 'dataN'.
38
39---EOF
Note: See TracBrowser for help on using the repository browser.