Merge synchronizations with the master branch

This commit is contained in:
Peter 2022-11-27 16:18:19 -05:00
parent f3396941e4
commit 9d18e962ac
6 changed files with 875 additions and 568 deletions

View file

@ -41,6 +41,7 @@ window.Submap = (function () {
// create new grid
applyMapSize();
grid = generateGrid();
drawScaleBar(scale);
const resampler = (points, qtree, f) => {