Skip to content

Commit

Permalink
Merge pull request #730 from MTES-MCT/fix-ocsge-map
Browse files Browse the repository at this point in the history
Suppressions des options de la carte de déploiement OCS GE
  • Loading branch information
alexisig authored Nov 12, 2024
2 parents 905911f + 99c1203 commit 5b4dcd5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/scripts/components/charts/HighchartsMapOcsge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ const HighchartsMapOcsge: React.FC = () => {
},
],
mapNavigation: {
enabled: true,
buttonOptions: {
verticalAlign: 'bottom',
},
enabled: false,
},
exporting: {
enabled: false,
},
mapView: {
projection: {
Expand Down

0 comments on commit 5b4dcd5

Please sign in to comment.