Skip to content

Commit

Permalink
chore: Making maps better.
Browse files Browse the repository at this point in the history
  • Loading branch information
LuchoTurtle committed Sep 19, 2023
1 parent aedc914 commit 2753b96
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/pages/faq.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,15 @@ function FaqPage({data}) {
bootstrapURLKeys={{ key: config.apiKey }}
defaultCenter={config.mapLocation.center}
defaultZoom={config.mapLocation.zoom}
options={{
zoomControl: true,
disableDefaultUI: false,
draggable: true,
zoomControlOptions: { position: 9 },
keyboardShortcuts: false,
scaleControl: true,
scrollwheel: true,
}}
>
<Marker
lat={config.mapLocation.center.lat}
Expand Down

0 comments on commit 2753b96

Please sign in to comment.