Skip to content

Commit

Permalink
Scroll zoom fix for map view
Browse files Browse the repository at this point in the history
  • Loading branch information
sr-vala committed Jan 30, 2023
1 parent 29be09e commit e080850
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/components/map/Maplibre.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ export const Maplibre: FunctionComponent<Props> = ({
interactiveLayerIds={interactiveLayerIds}
// Increased click radius to make it easier to click a route on map
clickRadius={3}
transitionDuration={0}
>
{children}
<NavigationControl style={navStyle} showCompass={false} />
Expand Down

0 comments on commit e080850

Please sign in to comment.