Skip to content

Commit

Permalink
Change pitch limits
Browse files Browse the repository at this point in the history
  • Loading branch information
dnischeta committed Jun 20, 2024
1 parent 46f78f3 commit 328fa28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/demo/app/components/MapglMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ export const MapglMap: FC = () => {
key: process.env.NEXT_PUBLIC_MAPGL_API_KEY,
enableTrackResize: true,
disableAntiAliasing: false,
maxPitch: 80,
lowZoomMaxPitch: 80,
maxPitch: 70,
lowZoomMaxPitch: 45,
}
);

Expand Down

0 comments on commit 328fa28

Please sign in to comment.