home / ramsar

tiles

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

8 rows where tile_row = 11018 and zoom_level = 14

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ zoom_level tile_column tile_row tile_data
1852 1852 14 8269 11018 <Binary: 419 bytes>
1941 1941 14 8053 11018 <Binary: 363 bytes>
1995 1995 14 8257 11018 <Binary: 437 bytes>
2491 2491 14 8264 11018 <Binary: 294 bytes>
2609 2609 14 8256 11018 <Binary: 621 bytes>
2982 2982 14 8263 11018 <Binary: 613 bytes>
3536 3536 14 8270 11018 <Binary: 324 bytes>
3590 3590 14 8262 11018 <Binary: 600 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 49.331ms