tiles
20 rows where tile_row = 21762 and zoom_level = 15
This data as json, CSV (advanced)
Link | rowid ▼ | zoom_level | tile_column | tile_row | tile_data |
---|---|---|---|---|---|
4131 | 4131 | 15 | 16207 | 21762 | <Binary: 339 bytes> |
4142 | 4142 | 15 | 16199 | 21762 | <Binary: 516 bytes> |
4206 | 4206 | 15 | 16247 | 21762 | <Binary: 401 bytes> |
4500 | 4500 | 15 | 16221 | 21762 | <Binary: 371 bytes> |
4604 | 4604 | 15 | 16261 | 21762 | <Binary: 391 bytes> |
4618 | 4618 | 15 | 16245 | 21762 | <Binary: 530 bytes> |
5095 | 5095 | 15 | 16315 | 21762 | <Binary: 578 bytes> |
5902 | 5902 | 15 | 16246 | 21762 | <Binary: 406 bytes> |
6291 | 6291 | 15 | 16220 | 21762 | <Binary: 459 bytes> |
6294 | 6294 | 15 | 16204 | 21762 | <Binary: 290 bytes> |
6309 | 6309 | 15 | 16316 | 21762 | <Binary: 567 bytes> |
6321 | 6321 | 15 | 16244 | 21762 | <Binary: 355 bytes> |
6864 | 6864 | 15 | 16210 | 21762 | <Binary: 373 bytes> |
6872 | 6872 | 15 | 16250 | 21762 | <Binary: 299 bytes> |
6873 | 6873 | 15 | 16314 | 21762 | <Binary: 500 bytes> |
8981 | 8981 | 15 | 16209 | 21762 | <Binary: 500 bytes> |
8987 | 8987 | 15 | 16249 | 21762 | <Binary: 440 bytes> |
10862 | 10862 | 15 | 16200 | 21762 | <Binary: 374 bytes> |
10918 | 10918 | 15 | 16208 | 21762 | <Binary: 319 bytes> |
10924 | 10924 | 15 | 16248 | 21762 | <Binary: 520 bytes> |
Advanced export
JSON shape: default, array, newline-delimited
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);