144 rows where zoom_level = 7 sorted by zoom_level

View and edit SQL

zoom_level

Link rowid zoom_level ▼ tile_column tile_row tile_data
112 7 115 75
113 7 115 71
114 7 115 72
115 7 115 73
116 7 115 81
117 7 115 80
118 7 115 82
119 7 115 78
120 7 115 79
121 7 114 77
122 7 114 76
123 7 114 74
124 7 114 75
125 7 114 71
126 7 114 72
127 7 114 73
128 7 114 81
129 7 114 80
130 7 114 82
131 7 114 78
132 7 114 79
133 7 113 77
134 7 113 76
135 7 113 74
136 7 113 75
137 7 113 71
138 7 113 72
139 7 113 73
140 7 113 81
141 7 113 80
142 7 113 82
143 7 113 78
144 7 113 79

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

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);