144 rows where zoom_level = 7 sorted by rowid descending

View and edit SQL

zoom_level

Link rowid ▲ zoom_level tile_column tile_row tile_data
44 7 110 81
43 7 110 73
42 7 110 72
41 7 110 71
40 7 110 75
39 7 110 74
38 7 110 76
37 7 110 77
36 7 118 79
35 7 118 78
34 7 118 82
33 7 118 80
32 7 118 81
31 7 118 73
30 7 118 72
29 7 118 71
28 7 118 75
27 7 118 74
26 7 118 76
25 7 118 77
24 7 111 79
23 7 111 78
22 7 111 82
21 7 111 80
20 7 111 81
19 7 111 73
18 7 111 72
17 7 111 71
16 7 111 75
15 7 111 74
14 7 111 76
13 7 111 77
12 7 116 79
11 7 116 78
10 7 116 82
9 7 116 80
8 7 116 81
7 7 116 73
6 7 116 72
5 7 116 71
4 7 116 75
3 7 116 74
2 7 116 76
1 7 116 77

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE tiles (
            zoom_level integer,
            tile_column integer,
            tile_row integer,
            tile_data blob);
CREATE UNIQUE INDEX tile_index on tiles
        (zoom_level, tile_column, tile_row);