Fit map to screen size (#1018)

* feat: fit map to screen size

* chore: pump version

---------

Co-authored-by: Azgaar <azgaar.fmg@yandex.com>
This commit is contained in:
Azgaar 2023-11-19 17:03:48 +04:00 committed by GitHub
parent a349d40868
commit a1f70afd57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 67 additions and 80 deletions

View file

@ -39,7 +39,7 @@ window.Submap = (function () {
DEBUG && console.log("Using Options:", options);
// create new grid
applyMapSize();
applyGraphSize();
grid = generateGrid();
drawScaleBar(scale);