Skip to content

Commit 0109854

Browse files
authored
Merge pull request #976 from Altinity/cicd/25.6/branding
Antalya 25.6.5: CI/CD / branding
2 parents a0cbb6a + c25d5ff commit 0109854

File tree

3 files changed

+91
-20
lines changed

3 files changed

+91
-20
lines changed

programs/server/binary.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@
182182
layer.addTo(map);
183183

184184
map.attributionControl.setPrefix('<a href="https://github.com/Altinity/ClickHouse/">About</a>');
185-
186185
function latLngToPixel(latlng) {
187186
return { x: ((latlng.lng / 1024) * 32768)|0, y: ((-latlng.lat / 1024) * 32768)|0 };
188187
}

0 commit comments

Comments
 (0)