home / ancient-woodland

tiles

Table actions
  • Explore these tiles on a map
  • Explore these tiles on a map

9 rows where tile_column = 512 and zoom_level = 10

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
204 204 10 512 680 <Binary: 46,812 bytes>
206 206 10 512 681 <Binary: 142,442 bytes>
231 231 10 512 692 <Binary: 478 bytes>
239 239 10 512 684 <Binary: 12,030 bytes>
243 243 10 512 685 <Binary: 10,186 bytes>
363 363 10 512 691 <Binary: 2,000 bytes>
364 364 10 512 682 <Binary: 79,754 bytes>
366 366 10 512 683 <Binary: 9,853 bytes>
406 406 10 512 686 <Binary: 1,293 bytes>

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

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);
Powered by Datasette · Queries took 29.111ms