Skip to content

Commit 9b89727

Browse files
committed
change maxVisualPitch back to 60
1 parent 745cf53 commit 9b89727

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/map/Map.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ import SpatialReference from './spatial-reference/SpatialReference';
4343
* @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.
4444
*
4545
* @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
4747
*
4848
* @property {Extent} [options.viewHistory=true] - whether to record view history
4949
* @property {Extent} [options.viewHistoryCount=10] - the count of view history record.
@@ -76,7 +76,7 @@ import SpatialReference from './spatial-reference/SpatialReference';
7676
* @instance
7777
*/
7878
const options = {
79-
'maxVisualPitch' : 56,
79+
'maxVisualPitch' : 60,
8080
'maxPitch' : 80,
8181
'centerCross': false,
8282

0 commit comments

Comments
 (0)