home / ramsar

tiles

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

8 rows where tile_column = 4054

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
972 972 13 4054 5440 <Binary: 337 bytes>
1087 1087 13 4054 5628 <Binary: 540 bytes>
1129 1129 13 4054 5441 <Binary: 836 bytes>
1230 1230 13 4054 5445 <Binary: 405 bytes>
1471 1471 13 4054 5627 <Binary: 666 bytes>
1579 1579 13 4054 5442 <Binary: 482 bytes>
1595 1595 13 4054 5626 <Binary: 490 bytes>
1662 1662 13 4054 5446 <Binary: 288 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.294ms