tiles
17 rows where tile_column = 16449 and zoom_level = 15
This data as json, CSV (advanced)
Link | rowid ▼ | zoom_level | tile_column | tile_row | tile_data |
---|---|---|---|---|---|
4655 | 4655 | 15 | 16449 | 21863 | <Binary: 555 bytes> |
4689 | 4689 | 15 | 16449 | 21862 | <Binary: 470 bytes> |
4884 | 4884 | 15 | 16449 | 21867 | <Binary: 454 bytes> |
4961 | 4961 | 15 | 16449 | 21866 | <Binary: 286 bytes> |
5556 | 5556 | 15 | 16449 | 21857 | <Binary: 911 bytes> |
5566 | 5566 | 15 | 16449 | 21856 | <Binary: 541 bytes> |
5887 | 5887 | 15 | 16449 | 21853 | <Binary: 348 bytes> |
8133 | 8133 | 15 | 16449 | 21892 | <Binary: 444 bytes> |
8310 | 8310 | 15 | 16449 | 21861 | <Binary: 530 bytes> |
8344 | 8344 | 15 | 16449 | 21864 | <Binary: 404 bytes> |
8537 | 8537 | 15 | 16449 | 21865 | <Binary: 353 bytes> |
8926 | 8926 | 15 | 16449 | 21890 | <Binary: 659 bytes> |
8928 | 8928 | 15 | 16449 | 21858 | <Binary: 776 bytes> |
9150 | 9150 | 15 | 16449 | 21891 | <Binary: 872 bytes> |
9152 | 9152 | 15 | 16449 | 21859 | <Binary: 414 bytes> |
9245 | 9245 | 15 | 16449 | 21854 | <Binary: 507 bytes> |
9467 | 9467 | 15 | 16449 | 21855 | <Binary: 416 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);