tiles
15 rows where tile_row = 10889 and zoom_level = 14
This data as json, CSV (advanced)
Link | rowid ▼ | zoom_level | tile_column | tile_row | tile_data |
---|---|---|---|---|---|
1784 | 1784 | 14 | 8207 | 10889 | <Binary: 623 bytes> |
1818 | 1818 | 14 | 8107 | 10889 | <Binary: 547 bytes> |
1823 | 1823 | 14 | 8131 | 10889 | <Binary: 324 bytes> |
2370 | 2370 | 14 | 8110 | 10889 | <Binary: 530 bytes> |
2371 | 2371 | 14 | 8206 | 10889 | <Binary: 873 bytes> |
2406 | 2406 | 14 | 8106 | 10889 | <Binary: 302 bytes> |
2412 | 2412 | 14 | 8130 | 10889 | <Binary: 672 bytes> |
3120 | 3120 | 14 | 8205 | 10889 | <Binary: 814 bytes> |
3131 | 3131 | 14 | 8209 | 10889 | <Binary: 661 bytes> |
3150 | 3150 | 14 | 8105 | 10889 | <Binary: 399 bytes> |
3156 | 3156 | 14 | 8129 | 10889 | <Binary: 422 bytes> |
3722 | 3722 | 14 | 8204 | 10889 | <Binary: 724 bytes> |
3725 | 3725 | 14 | 8132 | 10889 | <Binary: 1,238 bytes> |
3733 | 3733 | 14 | 8208 | 10889 | <Binary: 382 bytes> |
3780 | 3780 | 14 | 8128 | 10889 | <Binary: 1,034 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);