home / ramsar

tiles

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

7 rows where tile_row = 22268 and zoom_level = 15

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
5729 5729 15 16089 22268 <Binary: 288 bytes>
7399 7399 15 16088 22268 <Binary: 346 bytes>
7821 7821 15 16087 22268 <Binary: 265 bytes>
8216 8216 15 16085 22268 <Binary: 507 bytes>
8728 8728 15 16083 22268 <Binary: 453 bytes>
9765 9765 15 16086 22268 <Binary: 392 bytes>
10199 10199 15 16084 22268 <Binary: 515 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 27.143ms