Skip to content

Lagging and strange behavior when zooming a lot #166

Open
@flugenheimer

Description

@flugenheimer

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;
}

Use this image
PXL_20210630_095400801

Zoom in until things become slow and buggy.

Expected behavior
I expexted it to work smoothly without lag and bugs.

Screenshots
image

Desktop (please complete the following information):

  • OS: WINDOWS
  • Browser CHROME

Metadata

Metadata

Assignees

Labels

needs-reviewThe problem described requires deeper analysis.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions