Skip to content

Commit 3eb2e17

Browse files
committed
Change example zoom level
1 parent 2509c8f commit 3eb2e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workshop/exercises/app/js/stars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ const map = new Map({
2626
view: new View({
2727
projection: 'EPSG:4326',
2828
center: [0, 0],
29-
zoom: 1,
29+
zoom: 8,
3030
}),
3131
});

0 commit comments

Comments
 (0)