it("should limit zoom to max zoom", () => {
      bBox.height = 10000000;
      const result = getInitialZoomState(bBox, element, navigationMode);
      expect(result).toEqual({ initialX: 2500, initialY: 32, initialZoom: 6 });
    });