Skip to content

Commit

Permalink
fix: how2map: wording
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeHoneywood committed Sep 10, 2023
1 parent 0355dc6 commit 92e3a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/blog/map-from-the-ground-up/index.md
Expand Up @@ -141,7 +141,7 @@ this.y_offset = (this.canvas.height - y) - (y_offset_scaled * scale);
this.zoom_level = new_zoom
```

[^2]: This scale factor actually needs to be exponential, otherwise the zooming will get slower and slower as you zoom in.
[^2]: This scale factor actually needs increase exponentially, otherwise the zooming will get slower and slower as you zoom in.

## Range requests and service worker abuse

Expand Down

0 comments on commit 92e3a3c

Please sign in to comment.