tiles
15 rows where tile_row = 21897 and zoom_level = 15
This data as json, CSV (advanced)
Suggested facets: tile_data
Link | rowid ▼ | zoom_level | tile_column | tile_row | tile_data |
---|---|---|---|---|---|
5681 | 5681 | 15 | 16469 | 21897 | <Binary: 305 bytes> |
5683 | 5683 | 15 | 16149 | 21897 | <Binary: 327 bytes> |
7541 | 7541 | 15 | 16468 | 21897 | <Binary: 398 bytes> |
7542 | 7542 | 15 | 16148 | 21897 | <Binary: 441 bytes> |
8083 | 8083 | 15 | 16155 | 21897 | <Binary: 329 bytes> |
8092 | 8092 | 15 | 16147 | 21897 | <Binary: 296 bytes> |
8510 | 8510 | 15 | 16473 | 21897 | <Binary: 304 bytes> |
8518 | 8518 | 15 | 16153 | 21897 | <Binary: 289 bytes> |
8822 | 8822 | 15 | 16471 | 21897 | <Binary: 279 bytes> |
8824 | 8824 | 15 | 16151 | 21897 | <Binary: 264 bytes> |
9592 | 9592 | 15 | 16154 | 21897 | <Binary: 347 bytes> |
10032 | 10032 | 15 | 16472 | 21897 | <Binary: 372 bytes> |
10035 | 10035 | 15 | 16152 | 21897 | <Binary: 264 bytes> |
10388 | 10388 | 15 | 16470 | 21897 | <Binary: 279 bytes> |
10390 | 10390 | 15 | 16150 | 21897 | <Binary: 264 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);