tiles
19 rows where tile_column = 16079 and zoom_level = 15
This data as json, CSV (advanced)
Suggested facets: tile_data
Link | rowid ▼ | zoom_level | tile_column | tile_row | tile_data |
---|---|---|---|---|---|
4156 | 4156 | 15 | 16079 | 22386 | <Binary: 300 bytes> |
4173 | 4173 | 15 | 16079 | 22387 | <Binary: 335 bytes> |
4381 | 4381 | 15 | 16079 | 22398 | <Binary: 247 bytes> |
4414 | 4414 | 15 | 16079 | 22399 | <Binary: 323 bytes> |
5002 | 5002 | 15 | 16079 | 22391 | <Binary: 247 bytes> |
5009 | 5009 | 15 | 16079 | 22278 | <Binary: 275 bytes> |
5035 | 5035 | 15 | 16079 | 22390 | <Binary: 247 bytes> |
5223 | 5223 | 15 | 16079 | 22395 | <Binary: 247 bytes> |
5266 | 5266 | 15 | 16079 | 22394 | <Binary: 247 bytes> |
7576 | 7576 | 15 | 16079 | 22384 | <Binary: 366 bytes> |
7777 | 7777 | 15 | 16079 | 22385 | <Binary: 262 bytes> |
7847 | 7847 | 15 | 16079 | 22396 | <Binary: 247 bytes> |
8025 | 8025 | 15 | 16079 | 22397 | <Binary: 247 bytes> |
8381 | 8381 | 15 | 16079 | 22276 | <Binary: 267 bytes> |
8434 | 8434 | 15 | 16079 | 22388 | <Binary: 247 bytes> |
8607 | 8607 | 15 | 16079 | 22277 | <Binary: 330 bytes> |
8634 | 8634 | 15 | 16079 | 22392 | <Binary: 247 bytes> |
8675 | 8675 | 15 | 16079 | 22389 | <Binary: 247 bytes> |
8896 | 8896 | 15 | 16079 | 22393 | <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);