home / ramsar

tiles

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

6 rows where tile_row = 1379

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
217 217 11 1023 1379 <Binary: 365 bytes>
218 218 11 1007 1379 <Binary: 456 bytes>
257 257 11 1025 1379 <Binary: 413 bytes>
280 280 11 1026 1379 <Binary: 716 bytes>
310 310 11 1012 1379 <Binary: 363 bytes>
312 312 11 1024 1379 <Binary: 527 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 81.856ms