tiles
18 rows where tile_column = 16104 and zoom_level = 15
This data as json, CSV (advanced)
Link | rowid ▼ | zoom_level | tile_column | tile_row | tile_data |
---|---|---|---|---|---|
34932 | 34932 | 15 | 16104 | 22153 | <Binary: 384 bytes> |
34983 | 34983 | 15 | 16104 | 22073 | <Binary: 434 bytes> |
35793 | 35793 | 15 | 16104 | 21761 | <Binary: 347 bytes> |
36034 | 36034 | 15 | 16104 | 21760 | <Binary: 745 bytes> |
38568 | 38568 | 15 | 16104 | 22076 | <Binary: 531 bytes> |
48826 | 48826 | 15 | 16104 | 21755 | <Binary: 558 bytes> |
48939 | 48939 | 15 | 16104 | 22154 | <Binary: 560 bytes> |
48992 | 48992 | 15 | 16104 | 22074 | <Binary: 353 bytes> |
49036 | 49036 | 15 | 16104 | 22155 | <Binary: 399 bytes> |
49103 | 49103 | 15 | 16104 | 21819 | <Binary: 367 bytes> |
49104 | 49104 | 15 | 16104 | 22075 | <Binary: 453 bytes> |
49720 | 49720 | 15 | 16104 | 22179 | <Binary: 432 bytes> |
52262 | 52262 | 15 | 16104 | 21758 | <Binary: 562 bytes> |
52488 | 52488 | 15 | 16104 | 21774 | <Binary: 502 bytes> |
53121 | 53121 | 15 | 16104 | 22390 | <Binary: 389 bytes> |
53261 | 53261 | 15 | 16104 | 22391 | <Binary: 407 bytes> |
53320 | 53320 | 15 | 16104 | 22278 | <Binary: 430 bytes> |
53478 | 53478 | 15 | 16104 | 22279 | <Binary: 534 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);