Skip to content

Commit

Permalink
Merge pull request #28003 from ZhenjaHorbach/fix/scale-control-is-hid…
Browse files Browse the repository at this point in the history
…den-on-the-map

The scale control is hidden on the map
  • Loading branch information
arosiclair authored Sep 25, 2023
2 parents 05574c5 + 53e93fa commit 41e1da3
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 41e1da3

Please sign in to comment.