tiles
13 rows where tile_row = 22157
This data as json, CSV (advanced)
Link | rowid ▼ | zoom_level | tile_column | tile_row | tile_data |
---|---|---|---|---|---|
5778 | 5778 | 15 | 16097 | 22157 | <Binary: 463 bytes> |
7522 | 7522 | 15 | 16096 | 22157 | <Binary: 584 bytes> |
7904 | 7904 | 15 | 16095 | 22157 | <Binary: 256 bytes> |
8293 | 8293 | 15 | 16109 | 22157 | <Binary: 315 bytes> |
8298 | 8298 | 15 | 16093 | 22157 | <Binary: 580 bytes> |
8311 | 8311 | 15 | 16101 | 22157 | <Binary: 347 bytes> |
8891 | 8891 | 15 | 16099 | 22157 | <Binary: 273 bytes> |
9561 | 9561 | 15 | 16094 | 22157 | <Binary: 420 bytes> |
9570 | 9570 | 15 | 16102 | 22157 | <Binary: 280 bytes> |
9962 | 9962 | 15 | 16108 | 22157 | <Binary: 514 bytes> |
9968 | 9968 | 15 | 16092 | 22157 | <Binary: 352 bytes> |
9983 | 9983 | 15 | 16100 | 22157 | <Binary: 279 bytes> |
10565 | 10565 | 15 | 16098 | 22157 | <Binary: 376 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);