home / ancient-woodland

tiles

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

10 rows where tile_row = 22434 and zoom_level = 15

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
36246 36246 15 16175 22434 <Binary: 350 bytes>
36978 36978 15 16171 22434 <Binary: 358 bytes>
39400 39400 15 16221 22434 <Binary: 282 bytes>
40134 40134 15 16217 22434 <Binary: 332 bytes>
41150 41150 15 16215 22434 <Binary: 400 bytes>
48523 48523 15 16174 22434 <Binary: 345 bytes>
49228 49228 15 16186 22434 <Binary: 272 bytes>
49276 49276 15 16170 22434 <Binary: 269 bytes>
51655 51655 15 16220 22434 <Binary: 259 bytes>
52415 52415 15 16216 22434 <Binary: 467 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 286.385ms