tiles
20 rows where tile_column = 16500
This data as json, CSV (advanced)
Link | rowid ▼ | zoom_level | tile_column | tile_row | tile_data |
---|---|---|---|---|---|
50115 | 50115 | 15 | 16500 | 21958 | <Binary: 321 bytes> |
50190 | 50190 | 15 | 16500 | 21815 | <Binary: 343 bytes> |
50194 | 50194 | 15 | 16500 | 22007 | <Binary: 267 bytes> |
50519 | 50519 | 15 | 16500 | 21831 | <Binary: 264 bytes> |
51400 | 51400 | 15 | 16500 | 21818 | <Binary: 265 bytes> |
51660 | 51660 | 15 | 16500 | 21962 | <Binary: 385 bytes> |
52044 | 52044 | 15 | 16500 | 21963 | <Binary: 262 bytes> |
56242 | 56242 | 15 | 16500 | 21824 | <Binary: 311 bytes> |
56359 | 56359 | 15 | 16500 | 22048 | <Binary: 280 bytes> |
56690 | 56690 | 15 | 16500 | 21825 | <Binary: 707 bytes> |
57944 | 57944 | 15 | 16500 | 21821 | <Binary: 396 bytes> |
74646 | 74646 | 15 | 16500 | 21973 | <Binary: 271 bytes> |
75021 | 75021 | 15 | 16500 | 21829 | <Binary: 589 bytes> |
75210 | 75210 | 15 | 16500 | 22020 | <Binary: 330 bytes> |
75211 | 75211 | 15 | 16500 | 21828 | <Binary: 266 bytes> |
76299 | 76299 | 15 | 16500 | 21817 | <Binary: 402 bytes> |
76508 | 76508 | 15 | 16500 | 22008 | <Binary: 264 bytes> |
76582 | 76582 | 15 | 16500 | 21961 | <Binary: 257 bytes> |
82349 | 82349 | 15 | 16500 | 21823 | <Binary: 462 bytes> |
82559 | 82559 | 15 | 16500 | 21822 | <Binary: 404 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);