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> |
698 | 698 | 11 | 1024 | 1360 | <Binary: 1,235 bytes> |
721 | 721 | 11 | 1024 | 1384 | <Binary: 525 bytes> |
728 | 728 | 11 | 1024 | 1368 | <Binary: 6,559 bytes> |
734 | 734 | 11 | 1024 | 1369 | <Binary: 2,741 bytes> |
816 | 816 | 11 | 1024 | 1364 | <Binary: 30,989 bytes> |
876 | 876 | 11 | 1024 | 1365 | <Binary: 17,381 bytes> |
900 | 900 | 11 | 1024 | 1373 | <Binary: 274 bytes> |
1140 | 1140 | 11 | 1024 | 1363 | <Binary: 46,575 bytes> |
1170 | 1170 | 11 | 1024 | 1371 | <Binary: 3,333 bytes> |
1196 | 1196 | 11 | 1024 | 1362 | <Binary: 39,913 bytes> |
1223 | 1223 | 11 | 1024 | 1370 | <Binary: 3,597 bytes> |
1283 | 1283 | 11 | 1024 | 1383 | <Binary: 1,886 bytes> |
1284 | 1284 | 11 | 1024 | 1367 | <Binary: 2,007 bytes> |
1318 | 1318 | 11 | 1024 | 1382 | <Binary: 571 bytes> |
1319 | 1319 | 11 | 1024 | 1366 | <Binary: 4,073 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);