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 |
---|---|---|---|---|---|
28891 | 28891 | 15 | 15903 | 21661 | <Binary: 357 bytes> |
29152 | 29152 | 15 | 15871 | 21661 | <Binary: 463 bytes> |
29159 | 29159 | 15 | 15919 | 21661 | <Binary: 351 bytes> |
30545 | 30545 | 15 | 15869 | 21661 | <Binary: 318 bytes> |
30559 | 30559 | 15 | 15917 | 21661 | <Binary: 309 bytes> |
33813 | 33813 | 15 | 15865 | 21661 | <Binary: 410 bytes> |
33866 | 33866 | 15 | 15913 | 21661 | <Binary: 499 bytes> |
34999 | 34999 | 15 | 15870 | 21661 | <Binary: 389 bytes> |
36478 | 36478 | 15 | 15868 | 21661 | <Binary: 321 bytes> |
38265 | 38265 | 15 | 15914 | 21661 | <Binary: 457 bytes> |
38314 | 38314 | 15 | 15906 | 21661 | <Binary: 318 bytes> |
39659 | 39659 | 15 | 15912 | 21661 | <Binary: 602 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);