tiles
16 rows where tile_column = 1024 and zoom_level = 11
This data as json, CSV (advanced)
Link | rowid ▼ | zoom_level | tile_column | tile_row | tile_data |
---|---|---|---|---|---|
696 | 696 | 11 | 1024 | 1361 | <Binary: 16,244 bytes> |
699 | 699 | 11 | 1024 | 1360 | <Binary: 1,235 bytes> |
725 | 725 | 11 | 1024 | 1369 | <Binary: 2,741 bytes> |
727 | 727 | 11 | 1024 | 1384 | <Binary: 525 bytes> |
734 | 734 | 11 | 1024 | 1368 | <Binary: 6,559 bytes> |
837 | 837 | 11 | 1024 | 1365 | <Binary: 17,381 bytes> |
852 | 852 | 11 | 1024 | 1364 | <Binary: 30,989 bytes> |
856 | 856 | 11 | 1024 | 1373 | <Binary: 274 bytes> |
1165 | 1165 | 11 | 1024 | 1362 | <Binary: 39,913 bytes> |
1180 | 1180 | 11 | 1024 | 1363 | <Binary: 46,575 bytes> |
1184 | 1184 | 11 | 1024 | 1370 | <Binary: 3,597 bytes> |
1201 | 1201 | 11 | 1024 | 1371 | <Binary: 3,333 bytes> |
1283 | 1283 | 11 | 1024 | 1382 | <Binary: 571 bytes> |
1286 | 1286 | 11 | 1024 | 1366 | <Binary: 4,073 bytes> |
1317 | 1317 | 11 | 1024 | 1383 | <Binary: 1,886 bytes> |
1318 | 1318 | 11 | 1024 | 1367 | <Binary: 2,007 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);