diff --git a/src/app/map/components/map.component.ts b/src/app/map/components/map.component.ts index da2b10cac064afb593f51a3ec51a5654bda2822d..142a4174f2d5c38ed153e90d1eb6f01de44ae619 100644 --- a/src/app/map/components/map.component.ts +++ b/src/app/map/components/map.component.ts @@ -215,7 +215,7 @@ export class MapComponent implements OnChanges { this.mapOptions = { center: latLng(45.764043, 4.835659), maxZoom: 19, - zoom: 10, + zoom: 12, minZoom: 10, layers: [carteLayer, metroMaps], };