tiles
19 rows where tile_column = 1026 and zoom_level = 11
This data as json, CSV (advanced)
Link | rowid ▼ | zoom_level | tile_column | tile_row | tile_data |
---|---|---|---|---|---|
642 | 642 | 11 | 1026 | 1378 | <Binary: 504 bytes> |
647 | 647 | 11 | 1026 | 1379 | <Binary: 387 bytes> |
648 | 648 | 11 | 1026 | 1363 | <Binary: 31,614 bytes> |
649 | 649 | 11 | 1026 | 1362 | <Binary: 50,151 bytes> |
677 | 677 | 11 | 1026 | 1371 | <Binary: 2,360 bytes> |
689 | 689 | 11 | 1026 | 1370 | <Binary: 2,157 bytes> |
763 | 763 | 11 | 1026 | 1365 | <Binary: 14,347 bytes> |
770 | 770 | 11 | 1026 | 1380 | <Binary: 297 bytes> |
772 | 772 | 11 | 1026 | 1364 | <Binary: 15,058 bytes> |
796 | 796 | 11 | 1026 | 1373 | <Binary: 1,901 bytes> |
803 | 803 | 11 | 1026 | 1372 | <Binary: 2,765 bytes> |
1112 | 1112 | 11 | 1026 | 1376 | <Binary: 264 bytes> |
1113 | 1113 | 11 | 1026 | 1360 | <Binary: 515 bytes> |
1115 | 1115 | 11 | 1026 | 1377 | <Binary: 484 bytes> |
1128 | 1128 | 11 | 1026 | 1361 | <Binary: 41,101 bytes> |
1137 | 1137 | 11 | 1026 | 1368 | <Binary: 4,871 bytes> |
1158 | 1158 | 11 | 1026 | 1369 | <Binary: 1,669 bytes> |
1222 | 1222 | 11 | 1026 | 1366 | <Binary: 2,589 bytes> |
1249 | 1249 | 11 | 1026 | 1367 | <Binary: 1,933 bytes> |
Advanced export
JSON shape: default, array, newline-delimited
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);