1,024 rows where zoom_level = 5 sorted by tile_row

View and edit SQL

zoom_level

  • 5 · 1,024
Link rowid zoom_level tile_column tile_row ▼ tile_data
501 5 0 0
757 5 1 0
1205 5 2 0
1141 5 3 0
1077 5 4 0
1269 5 5 0
661 5 6 0
565 5 7 0
885 5 8 0
469 5 9 0
789 5 10 0
533 5 11 0
1173 5 12 0
1237 5 13 0
1301 5 14 0
1109 5 15 0
629 5 16 0
725 5 17 0
405 5 18 0
821 5 19 0
373 5 20 0
917 5 21 0
1333 5 22 0
1045 5 23 0
1013 5 24 0
1365 5 25 0
853 5 26 0
437 5 27 0
693 5 28 0
597 5 29 0
981 5 30 0
949 5 31 0
500 5 0 1
756 5 1 1
1204 5 2 1
1140 5 3 1
1076 5 4 1
1268 5 5 1
660 5 6 1
564 5 7 1
884 5 8 1
468 5 9 1
788 5 10 1
532 5 11 1
1172 5 12 1
1236 5 13 1
1300 5 14 1
1108 5 15 1
628 5 16 1
724 5 17 1
404 5 18 1
820 5 19 1
372 5 20 1
916 5 21 1
1332 5 22 1
1044 5 23 1
1012 5 24 1
1364 5 25 1
852 5 26 1
436 5 27 1
692 5 28 1
596 5 29 1
980 5 30 1
948 5 31 1
498 5 0 2
754 5 1 2
1202 5 2 2
1138 5 3 2
1074 5 4 2
1266 5 5 2
658 5 6 2
562 5 7 2
882 5 8 2
466 5 9 2
786 5 10 2
530 5 11 2
1170 5 12 2
1234 5 13 2
1298 5 14 2
1106 5 15 2
626 5 16 2
722 5 17 2
402 5 18 2
818 5 19 2
370 5 20 2
914 5 21 2
1330 5 22 2
1042 5 23 2
1010 5 24 2
1362 5 25 2
850 5 26 2
434 5 27 2
690 5 28 2
594 5 29 2
978 5 30 2
946 5 31 2
499 5 0 3
755 5 1 3
1203 5 2 3
1139 5 3 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);