home / ramsar

tiles

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

5 rows where tile_column = 16242 and zoom_level = 15

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
6212 6212 15 16242 21755 <Binary: 594 bytes>
7047 7047 15 16242 21758 <Binary: 374 bytes>
7143 7143 15 16242 21759 <Binary: 404 bytes>
10542 10542 15 16242 21757 <Binary: 405 bytes>
10636 10636 15 16242 21756 <Binary: 472 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 7.444ms