@@ -47,7 +47,7 @@ export const getNormalizedZoom = (zoom: number): NormalizedZoomValue => {
// const normalizedZoom = parseFloat(zoom.toFixed(2));
var fix = 2
if (window?.glob_dbg && "nZoomFixed" in window?.glob_dbg ){
-
+ fix = window.glob_dbg.nZoomFixed
}
const normalizedZoom = parseFloat(zoom.toFixed(fix));