We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 911e872 commit a4a9100Copy full SHA for a4a9100
src/plots/mapbox/layout_attributes.js
@@ -80,13 +80,16 @@ module.exports = {
80
valType: 'number',
81
dflt: 0,
82
role: 'info',
83
- description: 'Sets the bearing angle of the map (in degrees).'
+ description: 'Sets the bearing angle of the map (in degrees counter-clockwise from North).'
84
},
85
pitch: {
86
87
88
89
- description: 'Sets the pitch angle of the map (in degrees).'
+ description: [
90
+ 'Sets the pitch angle of the map',
91
+ '(in degrees, where *0* means perpendicular to the surface of the map).'
92
+ ].join(' ')
93
94
95
layers: {
0 commit comments