home / ramsar

tiles

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

6 rows where tile_column = 16114 and zoom_level = 15

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
6221 6221 15 16114 21850 <Binary: 314 bytes>
6320 6320 15 16114 21851 <Binary: 326 bytes>
7129 7129 15 16114 21854 <Binary: 579 bytes>
7206 7206 15 16114 21855 <Binary: 544 bytes>
10676 10676 15 16114 21853 <Binary: 323 bytes>
10705 10705 15 16114 21852 <Binary: 307 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 8.298ms