home / scheduled-monument

tiles

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

9 rows where tile_row = 22353 and zoom_level = 15

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
31756 31756 15 16187 22353 <Binary: 324 bytes>
32822 32822 15 16125 22353 <Binary: 318 bytes>
33199 33199 15 16265 22353 <Binary: 380 bytes>
33279 33279 15 16105 22353 <Binary: 406 bytes>
37654 37654 15 16106 22353 <Binary: 446 bytes>
38672 38672 15 16188 22353 <Binary: 406 bytes>
38682 38682 15 16140 22353 <Binary: 338 bytes>
39072 39072 15 16152 22353 <Binary: 414 bytes>
39187 39187 15 16128 22353 <Binary: 389 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 127.42ms