tiles
14 rows where tile_row = 21989
This data as json, CSV (advanced)
Link | rowid ▼ | zoom_level | tile_column | tile_row | tile_data |
---|---|---|---|---|---|
5424 | 5424 | 15 | 16421 | 21989 | <Binary: 380 bytes> |
5512 | 5512 | 15 | 16533 | 21989 | <Binary: 323 bytes> |
7359 | 7359 | 15 | 16532 | 21989 | <Binary: 370 bytes> |
7865 | 7865 | 15 | 16411 | 21989 | <Binary: 438 bytes> |
7907 | 7907 | 15 | 16531 | 21989 | <Binary: 336 bytes> |
8314 | 8314 | 15 | 16409 | 21989 | <Binary: 322 bytes> |
8324 | 8324 | 15 | 16529 | 21989 | <Binary: 364 bytes> |
8678 | 8678 | 15 | 16535 | 21989 | <Binary: 338 bytes> |
8679 | 8679 | 15 | 16407 | 21989 | <Binary: 355 bytes> |
9431 | 9431 | 15 | 16410 | 21989 | <Binary: 393 bytes> |
9444 | 9444 | 15 | 16530 | 21989 | <Binary: 372 bytes> |
9882 | 9882 | 15 | 16408 | 21989 | <Binary: 335 bytes> |
10172 | 10172 | 15 | 16422 | 21989 | <Binary: 398 bytes> |
10212 | 10212 | 15 | 16534 | 21989 | <Binary: 483 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);