Skip to content

Commit

Permalink
Merge pull request #5 from 2gis/fix-max-pitch
Browse files Browse the repository at this point in the history
Change pitch limits
  • Loading branch information
dnischeta authored Jun 20, 2024
2 parents 46f78f3 + 328fa28 commit bae755f
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 bae755f

Please sign in to comment.