tiles
14 rows where tile_column = 512 and zoom_level = 10
This data as json, CSV (advanced)
Link | rowid ▼ | zoom_level | tile_column | tile_row | tile_data |
---|---|---|---|---|---|
215 | 215 | 10 | 512 | 689 | <Binary: 1,370 bytes> |
222 | 222 | 10 | 512 | 681 | <Binary: 4,056 bytes> |
242 | 242 | 10 | 512 | 693 | <Binary: 779 bytes> |
247 | 247 | 10 | 512 | 685 | <Binary: 7,396 bytes> |
288 | 288 | 10 | 512 | 688 | <Binary: 1,812 bytes> |
299 | 299 | 10 | 512 | 680 | <Binary: 7,648 bytes> |
321 | 321 | 10 | 512 | 692 | <Binary: 674 bytes> |
327 | 327 | 10 | 512 | 684 | <Binary: 7,301 bytes> |
337 | 337 | 10 | 512 | 691 | <Binary: 1,143 bytes> |
355 | 355 | 10 | 512 | 683 | <Binary: 12,079 bytes> |
401 | 401 | 10 | 512 | 690 | <Binary: 578 bytes> |
410 | 410 | 10 | 512 | 687 | <Binary: 5,074 bytes> |
412 | 412 | 10 | 512 | 682 | <Binary: 7,243 bytes> |
430 | 430 | 10 | 512 | 686 | <Binary: 13,011 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);