tiles
17 rows where tile_column = 8213 and zoom_level = 14
This data as json, CSV (advanced)
Suggested facets: tile_data
Link | rowid ▼ | zoom_level | tile_column | tile_row | tile_data |
---|---|---|---|---|---|
1852 | 1852 | 14 | 8213 | 10931 | <Binary: 1,025 bytes> |
1871 | 1871 | 14 | 8213 | 11043 | <Binary: 258 bytes> |
1889 | 1889 | 14 | 8213 | 10930 | <Binary: 662 bytes> |
1899 | 1899 | 14 | 8213 | 11042 | <Binary: 270 bytes> |
1951 | 1951 | 14 | 8213 | 11034 | <Binary: 367 bytes> |
2175 | 2175 | 14 | 8213 | 10933 | <Binary: 405 bytes> |
2188 | 2188 | 14 | 8213 | 11045 | <Binary: 280 bytes> |
2208 | 2208 | 14 | 8213 | 10932 | <Binary: 1,205 bytes> |
2220 | 2220 | 14 | 8213 | 11044 | <Binary: 258 bytes> |
3055 | 3055 | 14 | 8213 | 11040 | <Binary: 362 bytes> |
3087 | 3087 | 14 | 8213 | 11041 | <Binary: 332 bytes> |
3125 | 3125 | 14 | 8213 | 11033 | <Binary: 458 bytes> |
3332 | 3332 | 14 | 8213 | 10934 | <Binary: 411 bytes> |
3365 | 3365 | 14 | 8213 | 11046 | <Binary: 269 bytes> |
3386 | 3386 | 14 | 8213 | 10935 | <Binary: 393 bytes> |
3408 | 3408 | 14 | 8213 | 11038 | <Binary: 271 bytes> |
3451 | 3451 | 14 | 8213 | 11039 | <Binary: 356 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);