We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33fe9f4 commit a070d72Copy full SHA for a070d72
1 file changed
public/map.js
@@ -943,8 +943,8 @@ function drawPhotos() {
943
}
944
945
function drawBoroughLabels() {
946
- const baseFontSize = 20;
947
- const maxFontSize = 60;
+ const baseFontSize = 40;
+ const maxFontSize = 120;
948
const fontSize = Math.max(baseFontSize, Math.min(maxFontSize, baseFontSize * scale * 0.5));
949
950
ctx.font = `400 ${fontSize}px Tiny5, -apple-system, BlinkMacSystemFont, sans-serif`;
0 commit comments