Skip to content

Commit 5a14859

Browse files
committed
set default view position
1 parent 8c407b1 commit 5a14859

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/javascripts/SETTINGS.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import controlIds from './controls/ol3/controls'
33

44
export const defaultViewPosition = {
55
position: {
6-
lon: 12.0561,
7-
lat: 54.1910,
8-
zoom: 14
6+
lon: 0,
7+
lat: 0,
8+
zoom: 3
99
}
1010
}
1111

0 commit comments

Comments
 (0)