64 rows where zoom_level = 3 sorted by rowid descending

View and edit SQL

Suggested facets: tile_column, tile_row

zoom_level

Link rowid ▲ zoom_level tile_column tile_row tile_data
325 3 5 0
324 3 5 1
323 3 5 3
322 3 5 2
321 3 5 6
320 3 5 7
319 3 5 5
318 3 5 4
317 3 2 0
316 3 2 1
315 3 2 3
314 3 2 2
313 3 2 6
312 3 2 7
311 3 2 5
310 3 2 4
309 3 3 0
308 3 3 1
307 3 3 3
306 3 3 2
305 3 3 6
304 3 3 7
303 3 3 5
302 3 3 4
301 3 4 0
300 3 4 1
299 3 4 3
298 3 4 2
297 3 4 6
296 3 4 7
295 3 4 5
294 3 4 4
293 3 1 0
292 3 1 1
291 3 1 3
290 3 1 2
289 3 1 6
288 3 1 7
287 3 1 5
286 3 1 4
285 3 6 0
284 3 6 1
283 3 6 3
282 3 6 2
281 3 6 6
280 3 6 7
279 3 6 5
278 3 6 4
277 3 7 0
276 3 7 1
275 3 7 3
274 3 7 2
273 3 7 6
272 3 7 7
271 3 7 5
270 3 7 4
269 3 0 0
268 3 0 1
267 3 0 3
266 3 0 2
265 3 0 6
264 3 0 7
263 3 0 5
262 3 0 4

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