Skip to content

Commit

Permalink
fix(map-with-polygon-and-bubbles): ajuster le niveau de zoom pour le …
Browse files Browse the repository at this point in the history
…cas spécial de Walis & Futuna
  • Loading branch information
jerem1508 committed Jan 15, 2025
1 parent 7815a94 commit 78ecb01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export default function MapWithPolygonAndBubbles({
// special case : France but idToFocus === Wallis et Futuna
if (geoId === "PAYS_100" && currentId === "D986") {
mapOptions.mapView["center"] = [-178, -13.3];
mapOptions.mapView["zoom"] = 9;
mapOptions.mapView["zoom"] = 6;
mapOptions.chart["height"] = "150";
mapOptions.chart["width"] = "130";
}
Expand Down

0 comments on commit 78ecb01

Please sign in to comment.