Skip to content

Commit

Permalink
Fix the scale control is hidden on the map
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhenjaHorbach committed Sep 22, 2023
1 parent d9f2843 commit cdccdcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MapView/MapView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ const MapView = forwardRef<MapViewHandle, MapViewProps>(({accessToken, style, ma
onMapIdle={setMapIdle}
pitchEnabled={pitchEnabled}
attributionPosition={{...styles.r2, ...styles.b2}}
scaleBarEnabled={false}
logoPosition={{...styles.l2, ...styles.b2}}
// eslint-disable-next-line
{...responder.panHandlers}
Expand Down

0 comments on commit cdccdcd

Please sign in to comment.