home / ramsar

tiles

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

3 rows where tile_row = 11130 and zoom_level = 14

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
1882 1882 14 8093 11130 <Binary: 497 bytes>
2466 2466 14 8092 11130 <Binary: 333 bytes>
3509 3509 14 8094 11130 <Binary: 735 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 13.583ms