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 8963974 commit 96ee71bCopy full SHA for 96ee71b
plugins/ObliqueView.jsx
@@ -226,7 +226,7 @@ class ObliqueView extends React.Component {
226
<span className="obliqueview-bottombar-spacer" />
227
{basemap && this.state.datasetConfig ? (
228
<OverviewMapButton
229
- center={this.state.currentCenter} coneRotation={this.getRotation() / 180 * Math.PI}
+ center={this.state.currentCenter} coneRotation={-this.getRotation() / 180 * Math.PI}
230
layer={basemap} projection={this.state.datasetConfig.crs}
231
resolution={this.computeOverviewResolution()}
232
/>
0 commit comments