home / ramsar

tiles

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

8 rows where tile_column = 16289 and zoom_level = 15

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
4649 4649 15 16289 21767 <Binary: 539 bytes>
4879 4879 15 16289 21771 <Binary: 412 bytes>
4913 4913 15 16289 21770 <Binary: 455 bytes>
5780 5780 15 16289 21773 <Binary: 308 bytes>
5790 5790 15 16289 21772 <Binary: 451 bytes>
8380 8380 15 16289 21768 <Binary: 545 bytes>
8537 8537 15 16289 21769 <Binary: 469 bytes>
9242 9242 15 16289 21774 <Binary: 355 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 22.281ms