home / ramsar

tiles

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

7 rows where tile_column = 16246 and zoom_level = 15

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
5885 5885 15 16246 21762 <Binary: 407 bytes>
6874 6874 15 16246 21754 <Binary: 404 bytes>
7043 7043 15 16246 21755 <Binary: 630 bytes>
9324 9324 15 16246 21761 <Binary: 328 bytes>
9569 9569 15 16246 21760 <Binary: 298 bytes>
10423 10423 15 16246 21753 <Binary: 594 bytes>
10592 10592 15 16246 21752 <Binary: 491 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 10.968ms