mirror of
https://github.com/visgl/react-map-gl.git
synced 2025-12-08 20:16:02 +00:00
fix: set default maxPitch to 60 (#1720)
This commit is contained in:
parent
be7b78c92e
commit
6a43e8571b
@ -172,7 +172,7 @@ The minimum pitch of the map (0-85).
|
||||
|
||||
#### `maxPitch`: number
|
||||
|
||||
Default: `85`
|
||||
Default: `60`
|
||||
|
||||
The maximum pitch of the map (0-85).
|
||||
|
||||
|
||||
@ -40,7 +40,7 @@ const defaultProps: MapProps = {
|
||||
minZoom: 0,
|
||||
maxZoom: 22,
|
||||
minPitch: 0,
|
||||
maxPitch: 85,
|
||||
maxPitch: 60,
|
||||
|
||||
// Interaction handlers
|
||||
scrollZoom: true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user