You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/map/Map.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ import SpatialReference from './spatial-reference/SpatialReference';
43
43
* @property {Extent} [options.maxExtent=null] - when maxExtent is set, map will be restricted to the give max extent and bouncing back when user trying to pan ouside the extent.
44
44
*
45
45
* @property {Number} [options.maxPitch=80] - max pitch
46
-
* @property {Number} [options.maxVisualPitch=56] - the max pitch to be visual
46
+
* @property {Number} [options.maxVisualPitch=60] - the max pitch to be visual
47
47
*
48
48
* @property {Extent} [options.viewHistory=true] - whether to record view history
49
49
* @property {Extent} [options.viewHistoryCount=10] - the count of view history record.
@@ -76,7 +76,7 @@ import SpatialReference from './spatial-reference/SpatialReference';
0 commit comments