tiles
16 rows where tile_column = 8022 and zoom_level = 14
This data as json, CSV (advanced)
Link | rowid ▼ | zoom_level | tile_column | tile_row | tile_data |
---|---|---|---|---|---|
17345 | 17345 | 14 | 8022 | 10914 | <Binary: 357 bytes> |
17441 | 17441 | 14 | 8022 | 10915 | <Binary: 573 bytes> |
17682 | 17682 | 14 | 8022 | 10842 | <Binary: 989 bytes> |
17774 | 17774 | 14 | 8022 | 10907 | <Binary: 360 bytes> |
17905 | 17905 | 14 | 8022 | 10859 | <Binary: 426 bytes> |
19235 | 19235 | 14 | 8022 | 10903 | <Binary: 316 bytes> |
19569 | 19569 | 14 | 8022 | 10894 | <Binary: 539 bytes> |
19659 | 19659 | 14 | 8022 | 10911 | <Binary: 661 bytes> |
24406 | 24406 | 14 | 8022 | 10896 | <Binary: 346 bytes> |
24542 | 24542 | 14 | 8022 | 10912 | <Binary: 422 bytes> |
24962 | 24962 | 14 | 8022 | 10872 | <Binary: 346 bytes> |
25059 | 25059 | 14 | 8022 | 10856 | <Binary: 344 bytes> |
25184 | 25184 | 14 | 8022 | 10841 | <Binary: 410 bytes> |
26486 | 26486 | 14 | 8022 | 10852 | <Binary: 677 bytes> |
26624 | 26624 | 14 | 8022 | 10853 | <Binary: 335 bytes> |
26972 | 26972 | 14 | 8022 | 10860 | <Binary: 381 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);