tiles
20 rows where tile_column = 16442 and zoom_level = 15
This data as json, CSV (advanced)
Link | rowid ▼ | zoom_level | tile_column | tile_row | tile_data |
---|---|---|---|---|---|
5952 | 5952 | 15 | 16442 | 21862 | <Binary: 496 bytes> |
6084 | 6084 | 15 | 16442 | 21863 | <Binary: 536 bytes> |
6298 | 6298 | 15 | 16442 | 21867 | <Binary: 347 bytes> |
6788 | 6788 | 15 | 16442 | 21890 | <Binary: 720 bytes> |
6807 | 6807 | 15 | 16442 | 21858 | <Binary: 454 bytes> |
6894 | 6894 | 15 | 16442 | 21891 | <Binary: 694 bytes> |
6957 | 6957 | 15 | 16442 | 21859 | <Binary: 680 bytes> |
7035 | 7035 | 15 | 16442 | 21854 | <Binary: 706 bytes> |
7221 | 7221 | 15 | 16442 | 21855 | <Binary: 720 bytes> |
9433 | 9433 | 15 | 16442 | 21861 | <Binary: 527 bytes> |
9634 | 9634 | 15 | 16442 | 21892 | <Binary: 496 bytes> |
9657 | 9657 | 15 | 16442 | 21860 | <Binary: 640 bytes> |
10241 | 10241 | 15 | 16442 | 21889 | <Binary: 824 bytes> |
10301 | 10301 | 15 | 16442 | 21857 | <Binary: 410 bytes> |
10481 | 10481 | 15 | 16442 | 21888 | <Binary: 441 bytes> |
10513 | 10513 | 15 | 16442 | 21869 | <Binary: 540 bytes> |
10524 | 10524 | 15 | 16442 | 21853 | <Binary: 529 bytes> |
10539 | 10539 | 15 | 16442 | 21856 | <Binary: 538 bytes> |
10766 | 10766 | 15 | 16442 | 21868 | <Binary: 393 bytes> |
10774 | 10774 | 15 | 16442 | 21852 | <Binary: 306 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);