1,024 rows where zoom_level = 5 sorted by rowid descending

View and edit SQL

zoom_level

Link rowid ▲ zoom_level tile_column tile_row tile_data
1165 5 12 19
1164 5 12 31
1163 5 12 25
1162 5 12 24
1161 5 12 30
1160 5 12 18
1159 5 12 26
1158 5 12 27
1157 5 12 23
1156 5 12 22
1155 5 12 20
1154 5 12 21
1153 5 12 10
1152 5 12 11
1151 5 12 13
1150 5 12 12
1149 5 12 16
1148 5 12 17
1147 5 12 15
1146 5 12 29
1145 5 12 28
1144 5 12 14
1143 5 12 9
1142 5 12 8
1141 5 3 0
1140 5 3 1
1139 5 3 3
1138 5 3 2
1137 5 3 6
1136 5 3 7
1135 5 3 5
1134 5 3 4
1133 5 3 19
1132 5 3 31
1131 5 3 25
1130 5 3 24
1129 5 3 30
1128 5 3 18
1127 5 3 26
1126 5 3 27
1125 5 3 23
1124 5 3 22
1123 5 3 20
1122 5 3 21
1121 5 3 10
1120 5 3 11
1119 5 3 13
1118 5 3 12
1117 5 3 16
1116 5 3 17
1115 5 3 15
1114 5 3 29
1113 5 3 28
1112 5 3 14
1111 5 3 9
1110 5 3 8
1109 5 15 0
1108 5 15 1
1107 5 15 3
1106 5 15 2
1105 5 15 6
1104 5 15 7
1103 5 15 5
1102 5 15 4
1101 5 15 19
1100 5 15 31
1099 5 15 25
1098 5 15 24
1097 5 15 30
1096 5 15 18
1095 5 15 26
1094 5 15 27
1093 5 15 23
1092 5 15 22
1091 5 15 20
1090 5 15 21
1089 5 15 10
1088 5 15 11
1087 5 15 13
1086 5 15 12
1085 5 15 16
1084 5 15 17
1083 5 15 15
1082 5 15 29
1081 5 15 28
1080 5 15 14
1079 5 15 9
1078 5 15 8
1077 5 4 0
1076 5 4 1
1075 5 4 3
1074 5 4 2
1073 5 4 6
1072 5 4 7
1071 5 4 5
1070 5 4 4
1069 5 4 19
1068 5 4 31
1067 5 4 25
1066 5 4 24

Next page

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