1,024 rows where zoom_level = 5 sorted by tile_data

View and edit SQL

zoom_level

  • 5 · 1,024
Link rowid zoom_level tile_column tile_row tile_data ▼
343 5 20 9
350 5 20 12
353 5 20 10
358 5 20 27
361 5 20 30
364 5 20 31
374 5 18 8
375 5 18 9
378 5 18 29
384 5 18 11
385 5 18 10
393 5 18 30
396 5 18 31
407 5 27 9
409 5 27 28
410 5 27 29
416 5 27 11
417 5 27 10
422 5 27 27
425 5 27 30
428 5 27 31
438 5 9 8
460 5 9 31
470 5 0 8
471 5 0 9
473 5 0 28
474 5 0 29
478 5 0 12
481 5 0 10
483 5 0 20
486 5 0 27
487 5 0 26
489 5 0 30
492 5 0 31
493 5 0 19
495 5 0 5
496 5 0 7
497 5 0 6
508 5 11 17
512 5 11 11
520 5 11 18
524 5 11 31
525 5 11 19
528 5 11 7
529 5 11 6
534 5 7 8
535 5 7 9
536 5 7 14
542 5 7 12
543 5 7 13
544 5 7 11
545 5 7 10
553 5 7 30
556 5 7 31
566 5 29 8
567 5 29 9
569 5 29 28
570 5 29 29
572 5 29 17
577 5 29 10
585 5 29 30
588 5 29 31
589 5 29 19
598 5 16 8
599 5 16 9
600 5 16 14
602 5 16 29
606 5 16 12
607 5 16 13
608 5 16 11
615 5 16 26
617 5 16 30
618 5 16 24
619 5 16 25
620 5 16 31
630 5 6 8
631 5 6 9
632 5 6 14
634 5 6 29
635 5 6 15
638 5 6 12
640 5 6 11
641 5 6 10
649 5 6 30
652 5 6 31
656 5 6 7
663 5 28 9
665 5 28 28
666 5 28 29
673 5 28 10
678 5 28 27
681 5 28 30
684 5 28 31
694 5 17 8
695 5 17 9
698 5 17 29
704 5 17 11
705 5 17 10
713 5 17 30
716 5 17 31

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