256 rows where zoom_level = 4 sorted by tile_data

View and edit SQL

Suggested facets: tile_column, tile_row

zoom_level

Link rowid zoom_level tile_column tile_row tile_data ▼
35 4 0 3
30 4 0 4
27 4 0 13
24 4 0 14
25 4 0 15
99 4 1 3
94 4 1 4
95 4 1 5
87 4 1 9
91 4 1 13
88 4 1 14
89 4 1 15
206 4 2 4
207 4 2 5
208 4 2 7
198 4 2 8
200 4 2 14
201 4 2 15
174 4 3 4
175 4 3 5
169 4 3 15
77 4 6 10
62 4 7 4
63 4 7 5
126 4 8 4
121 4 8 15
14 4 9 4
9 4 9 15
105 4 10 15
41 4 11 15
191 4 12 5
193 4 12 6
185 4 12 15
223 4 13 5
216 4 13 14
217 4 13 15
248 4 14 14
249 4 14 15
158 4 15 4
151 4 15 9
152 4 15 14
153 4 15 15
37 4 0 0
36 4 0 1
101 4 1 0
100 4 1 1
213 4 2 0
212 4 2 1
181 4 3 0
180 4 3 1
149 4 4 0
148 4 4 1
146 4 4 2
245 4 5 0
85 4 6 0
69 4 7 0
68 4 7 1
133 4 8 0
132 4 8 1
130 4 8 2
21 4 9 0
20 4 9 1
18 4 9 2
117 4 10 0
116 4 10 1
114 4 10 2
53 4 11 0
52 4 11 1
50 4 11 2
197 4 12 0
196 4 12 1
194 4 12 2
229 4 13 0
228 4 13 1
226 4 13 2
261 4 14 0
260 4 14 1
258 4 14 2
165 4 15 0
164 4 15 1
254 4 14 4
66 4 7 2
83 4 6 3
84 4 6 1
93 4 1 10
242 4 5 2
34 4 0 2
179 4 3 3
67 4 7 3
110 4 10 4
131 4 8 3
209 4 2 6
231 4 5 9
82 4 6 2
163 4 15 3
98 4 1 2
19 4 9 3
46 4 11 4
127 4 8 5
243 4 5 3

Next page

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);