home / ramsar

tiles

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

6 rows where tile_row = 5457

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
852 852 13 4027 5457 <Binary: 745 bytes>
892 892 13 4025 5457 <Binary: 1,188 bytes>
912 912 13 4023 5457 <Binary: 369 bytes>
1090 1090 13 4026 5457 <Binary: 743 bytes>
1114 1114 13 4028 5457 <Binary: 348 bytes>
1126 1126 13 4024 5457 <Binary: 891 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 69.227ms