tiles
16 rows where tile_row = 2720
This data as json, CSV (advanced)
Link | rowid ▼ | zoom_level | tile_column | tile_row | tile_data |
---|---|---|---|---|---|
425 | 425 | 12 | 2037 | 2720 | <Binary: 1,124 bytes> |
442 | 442 | 12 | 2027 | 2720 | <Binary: 859 bytes> |
451 | 451 | 12 | 2035 | 2720 | <Binary: 1,152 bytes> |
460 | 460 | 12 | 2023 | 2720 | <Binary: 478 bytes> |
475 | 475 | 12 | 2025 | 2720 | <Binary: 768 bytes> |
483 | 483 | 12 | 2033 | 2720 | <Binary: 870 bytes> |
513 | 513 | 12 | 2036 | 2720 | <Binary: 626 bytes> |
527 | 527 | 12 | 2026 | 2720 | <Binary: 957 bytes> |
535 | 535 | 12 | 2034 | 2720 | <Binary: 1,510 bytes> |
544 | 544 | 12 | 2022 | 2720 | <Binary: 408 bytes> |
553 | 553 | 12 | 2024 | 2720 | <Binary: 540 bytes> |
560 | 560 | 12 | 2032 | 2720 | <Binary: 1,933 bytes> |
580 | 580 | 12 | 2031 | 2720 | <Binary: 1,941 bytes> |
589 | 589 | 12 | 2039 | 2720 | <Binary: 1,974 bytes> |
699 | 699 | 12 | 2030 | 2720 | <Binary: 1,068 bytes> |
701 | 701 | 12 | 2038 | 2720 | <Binary: 367 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);