| Line | |
|---|
| 1 | === |
|---|
| 2 | === Reengineering of the Geocaching Live Tile Database === |
|---|
| 3 | === |
|---|
| 4 | |
|---|
| 5 | index file: |
|---|
| 6 | =========== |
|---|
| 7 | |
|---|
| 8 | 16 Bytes Header: |
|---|
| 9 | ---------------- |
|---|
| 10 | |
|---|
| 11 | 00 00 00 0A Highest index used currently for the data files. Index is incremented starting with 0. |
|---|
| 12 | 00 00 4E 20 Max. number of tiles index. Current max. number is 20000. |
|---|
| 13 | 00 00 01 4D Number of tile entries (16 bytes) indexed. |
|---|
| 14 | 00 01 0C FF Size of the data file with the currently used highest index. |
|---|
| 15 | |
|---|
| 16 | 16 Bytes per tile: |
|---|
| 17 | ------------------ |
|---|
| 18 | |
|---|
| 19 | 00 00 Inverse zoom level = 17 - Z. |
|---|
| 20 | 01 0E 16 Number of the X tile. |
|---|
| 21 | 00 B1 0E Number of the Y tile. |
|---|
| 22 | 00 00 50 92 Start offset of the PNG data in the data file. |
|---|
| 23 | 00 9D 6 Size of the PNG data. |
|---|
| 24 | 0 01 Index of the data file which contains the PNG data. |
|---|
| 25 | |
|---|
| 26 | The tiles are sorted starting by zoom level 17 (INVZ = 0). |
|---|
| 27 | |
|---|
| 28 | data file: |
|---|
| 29 | ---------- |
|---|
| 30 | |
|---|
| 31 | Max. 32 PNGs concated directly together. |
|---|
| 32 | |
|---|
| 33 | |
|---|
| 34 | [0] - [x] directories: |
|---|
| 35 | ---------------------- |
|---|
| 36 | |
|---|
| 37 | Max. 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.