Skip to content

Commit 1847cbf

Browse files
committed
refactor: initial zoom level is low
1 parent 2d1ec22 commit 1847cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vis/js/templates/Geomap/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Config } from "./types";
22

33
export const CONFIG: Config = {
44
center: [45.1, 4.1],
5-
zoom: 4,
5+
zoom: 2,
66
maxZoom: 17,
77
minZoom: 2,
88
maxBounds: [

0 commit comments

Comments
 (0)