diff --git a/src/app/map/components/map.component.ts b/src/app/map/components/map.component.ts index e30ec0504d845fcf2ee39515f5b14b54f02615d6..f63314cb98888b7b38cc9d8c1593fb6cec90894b 100644 --- a/src/app/map/components/map.component.ts +++ b/src/app/map/components/map.component.ts @@ -121,6 +121,7 @@ export class MapComponent implements OnChanges { // Zoom is blocked on 11 to prevent people to zoom out from metropole this.mapOptions = { center: latLng(45.764043, 4.835659), + maxZoom: 19, zoom: 10, minZoom: 10, layers: [carteLayer, metroMaps],