tiles
12 rows where tile_row = 5473
This data as json, CSV (advanced)
Link | rowid ▼ | zoom_level | tile_column | tile_row | tile_data |
---|---|---|---|---|---|
803 | 803 | 13 | 4119 | 5473 | <Binary: 511 bytes> |
821 | 821 | 13 | 4111 | 5473 | <Binary: 588 bytes> |
843 | 843 | 13 | 4117 | 5473 | <Binary: 574 bytes> |
851 | 851 | 13 | 4037 | 5473 | <Binary: 434 bytes> |
853 | 853 | 13 | 4109 | 5473 | <Binary: 436 bytes> |
855 | 855 | 13 | 4113 | 5473 | <Binary: 325 bytes> |
1128 | 1128 | 13 | 4118 | 5473 | <Binary: 675 bytes> |
1133 | 1133 | 13 | 4038 | 5473 | <Binary: 322 bytes> |
1136 | 1136 | 13 | 4110 | 5473 | <Binary: 878 bytes> |
1158 | 1158 | 13 | 4120 | 5473 | <Binary: 470 bytes> |
1165 | 1165 | 13 | 4036 | 5473 | <Binary: 555 bytes> |
1178 | 1178 | 13 | 4112 | 5473 | <Binary: 612 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);