tiles
12 rows where tile_row = 21672 and zoom_level = 15
This data as json, CSV (advanced)
Link | rowid ▼ | zoom_level | tile_column | tile_row | tile_data |
---|---|---|---|---|---|
29425 | 29425 | 15 | 15867 | 21672 | <Binary: 517 bytes> |
30638 | 30638 | 15 | 15913 | 21672 | <Binary: 317 bytes> |
30776 | 30776 | 15 | 15865 | 21672 | <Binary: 375 bytes> |
31676 | 31676 | 15 | 15919 | 21672 | <Binary: 401 bytes> |
31875 | 31875 | 15 | 15871 | 21672 | <Binary: 455 bytes> |
35199 | 35199 | 15 | 15874 | 21672 | <Binary: 321 bytes> |
35207 | 35207 | 15 | 15866 | 21672 | <Binary: 364 bytes> |
36406 | 36406 | 15 | 15912 | 21672 | <Binary: 309 bytes> |
36419 | 36419 | 15 | 15896 | 21672 | <Binary: 631 bytes> |
36436 | 36436 | 15 | 15880 | 21672 | <Binary: 398 bytes> |
36540 | 36540 | 15 | 15872 | 21672 | <Binary: 594 bytes> |
36549 | 36549 | 15 | 15864 | 21672 | <Binary: 351 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);