tiles
15 rows where tile_column = 16077 and zoom_level = 15
This data as json, CSV (advanced)
Suggested facets: tile_data
Link | rowid ▼ | zoom_level | tile_column | tile_row | tile_data |
---|---|---|---|---|---|
4569 | 4569 | 15 | 16077 | 22387 | <Binary: 247 bytes> |
4620 | 4620 | 15 | 16077 | 22386 | <Binary: 356 bytes> |
4800 | 4800 | 15 | 16077 | 22399 | <Binary: 314 bytes> |
4837 | 4837 | 15 | 16077 | 22398 | <Binary: 254 bytes> |
5480 | 5480 | 15 | 16077 | 22388 | <Binary: 247 bytes> |
5510 | 5510 | 15 | 16077 | 22389 | <Binary: 247 bytes> |
5670 | 5670 | 15 | 16077 | 22392 | <Binary: 247 bytes> |
5699 | 5699 | 15 | 16077 | 22393 | <Binary: 247 bytes> |
8235 | 8235 | 15 | 16077 | 22396 | <Binary: 247 bytes> |
8252 | 8252 | 15 | 16077 | 22385 | <Binary: 282 bytes> |
8458 | 8458 | 15 | 16077 | 22397 | <Binary: 247 bytes> |
8876 | 8876 | 15 | 16077 | 22390 | <Binary: 247 bytes> |
9076 | 9076 | 15 | 16077 | 22394 | <Binary: 247 bytes> |
9103 | 9103 | 15 | 16077 | 22391 | <Binary: 247 bytes> |
9328 | 9328 | 15 | 16077 | 22395 | <Binary: 247 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);