Open
Description
Describe the bug
When zoomed in more than the standard max zoom, the software becomes slow and byggy
To Reproduce
under src/settings/ViewPointSettings.ts change MAX_ZOOM to 100
export class ViewPointSettings {
public static readonly CANVAS_MIN_MARGIN_PX: number = 20;
public static readonly MIN_ZOOM: number = 1;
public static readonly MAX_ZOOM: number = 4;
public static readonly ZOOM_STEP: number = 0.1;
public static readonly TRANSLATION_STEP_PX: number = 20;
}
Zoom in until things become slow and buggy.
Expected behavior
I expexted it to work smoothly without lag and bugs.
Desktop (please complete the following information):
- OS: WINDOWS
- Browser CHROME