home / scheduled-monument

tiles

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

9 rows where tile_column = 15943 and zoom_level = 15

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
31089 31089 15 15943 21728 <Binary: 335 bytes>
31449 31449 15 15943 21713 <Binary: 367 bytes>
31930 31930 15 15943 21737 <Binary: 374 bytes>
32121 32121 15 15943 21721 <Binary: 398 bytes>
40774 40774 15 15943 21727 <Binary: 321 bytes>
40910 40910 15 15943 21694 <Binary: 306 bytes>
42861 42861 15 15943 21730 <Binary: 320 bytes>
43147 43147 15 15943 21714 <Binary: 507 bytes>
43458 43458 15 15943 21707 <Binary: 287 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 16.03ms