tiles
12 rows where tile_row = 21661 and zoom_level = 15
This data as json, CSV (advanced)
Link | rowid ▼ | zoom_level | tile_column | tile_row | tile_data |
---|---|---|---|---|---|
28950 | 28950 | 15 | 15903 | 21661 | <Binary: 358 bytes> |
29187 | 29187 | 15 | 15871 | 21661 | <Binary: 463 bytes> |
29194 | 29194 | 15 | 15919 | 21661 | <Binary: 350 bytes> |
30573 | 30573 | 15 | 15869 | 21661 | <Binary: 318 bytes> |
30620 | 30620 | 15 | 15917 | 21661 | <Binary: 309 bytes> |
33873 | 33873 | 15 | 15865 | 21661 | <Binary: 411 bytes> |
33888 | 33888 | 15 | 15913 | 21661 | <Binary: 499 bytes> |
35013 | 35013 | 15 | 15870 | 21661 | <Binary: 389 bytes> |
36553 | 36553 | 15 | 15868 | 21661 | <Binary: 321 bytes> |
38278 | 38278 | 15 | 15914 | 21661 | <Binary: 457 bytes> |
38304 | 38304 | 15 | 15906 | 21661 | <Binary: 317 bytes> |
39643 | 39643 | 15 | 15912 | 21661 | <Binary: 600 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);