tiles
18 rows where tile_row = 2800 and zoom_level = 12
This data as json, CSV (advanced)
Link | rowid ▼ | zoom_level | tile_column | tile_row | tile_data |
---|---|---|---|---|---|
1969 | 1969 | 12 | 2029 | 2800 | <Binary: 701 bytes> |
1979 | 1979 | 12 | 2013 | 2800 | <Binary: 506 bytes> |
1991 | 1991 | 12 | 2021 | 2800 | <Binary: 771 bytes> |
2760 | 2760 | 12 | 2028 | 2800 | <Binary: 886 bytes> |
2768 | 2768 | 12 | 2020 | 2800 | <Binary: 536 bytes> |
2873 | 2873 | 12 | 2027 | 2800 | <Binary: 800 bytes> |
2881 | 2881 | 12 | 2019 | 2800 | <Binary: 757 bytes> |
3062 | 3062 | 12 | 2025 | 2800 | <Binary: 741 bytes> |
3069 | 3069 | 12 | 2017 | 2800 | <Binary: 1,678 bytes> |
3199 | 3199 | 12 | 2015 | 2800 | <Binary: 1,967 bytes> |
3207 | 3207 | 12 | 2023 | 2800 | <Binary: 1,202 bytes> |
3749 | 3749 | 12 | 2026 | 2800 | <Binary: 724 bytes> |
3755 | 3755 | 12 | 2018 | 2800 | <Binary: 2,528 bytes> |
3927 | 3927 | 12 | 2024 | 2800 | <Binary: 900 bytes> |
3939 | 3939 | 12 | 2016 | 2800 | <Binary: 1,463 bytes> |
4065 | 4065 | 12 | 2030 | 2800 | <Binary: 226 bytes> |
4071 | 4071 | 12 | 2014 | 2800 | <Binary: 1,333 bytes> |
4087 | 4087 | 12 | 2022 | 2800 | <Binary: 1,087 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);