home / ramsar

tiles

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

8 rows where tile_column = 4054 and zoom_level = 13

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
1019 1019 13 4054 5440 <Binary: 338 bytes>
1056 1056 13 4054 5441 <Binary: 838 bytes>
1153 1153 13 4054 5628 <Binary: 539 bytes>
1175 1175 13 4054 5445 <Binary: 405 bytes>
1515 1515 13 4054 5627 <Binary: 667 bytes>
1530 1530 13 4054 5442 <Binary: 482 bytes>
1547 1547 13 4054 5626 <Binary: 493 bytes>
1635 1635 13 4054 5446 <Binary: 289 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.82ms