tiles
12 rows where tile_row = 22149 and zoom_level = 15
This data as json, CSV (advanced)
Suggested facets: tile_data
Link | rowid ▼ | zoom_level | tile_column | tile_row | tile_data |
---|---|---|---|---|---|
5455 | 5455 | 15 | 16093 | 22149 | <Binary: 315 bytes> |
5465 | 5465 | 15 | 16085 | 22149 | <Binary: 285 bytes> |
7325 | 7325 | 15 | 16092 | 22149 | <Binary: 269 bytes> |
7335 | 7335 | 15 | 16084 | 22149 | <Binary: 282 bytes> |
7832 | 7832 | 15 | 16091 | 22149 | <Binary: 269 bytes> |
7871 | 7871 | 15 | 16083 | 22149 | <Binary: 276 bytes> |
8266 | 8266 | 15 | 16089 | 22149 | <Binary: 269 bytes> |
8630 | 8630 | 15 | 16087 | 22149 | <Binary: 269 bytes> |
9349 | 9349 | 15 | 16090 | 22149 | <Binary: 269 bytes> |
9783 | 9783 | 15 | 16088 | 22149 | <Binary: 269 bytes> |
10105 | 10105 | 15 | 16094 | 22149 | <Binary: 351 bytes> |
10116 | 10116 | 15 | 16086 | 22149 | <Binary: 269 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);