home / ramsar

tiles

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

6 rows where tile_row = 683

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
177 177 10 504 683 <Binary: 1,910 bytes>
184 184 10 511 683 <Binary: 425 bytes>
185 185 10 503 683 <Binary: 1,036 bytes>
189 189 10 514 683 <Binary: 6,983 bytes>
190 190 10 510 683 <Binary: 255 bytes>
191 191 10 513 683 <Binary: 5,614 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 66.951ms