Skip to content

Commit 74c2036

Browse files
authored
Merge pull request #1416 from OpenGeoscience/fix-offset-clamped-bounds
fix: Fix return bounds in certain clamping conditions
2 parents 7e5d31a + 597fadd commit 74c2036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/map.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1426,7 +1426,7 @@ var map = function (arg) {
14261426
}
14271427

14281428
return m_this.boundsFromZoomAndCenter(m_zoom, m_center, m_rotation, gcs,
1429-
true);
1429+
true, true);
14301430
};
14311431

14321432
/**

0 commit comments

Comments
 (0)