Skip to content

Commit

Permalink
set default view position
Browse files Browse the repository at this point in the history
  • Loading branch information
aAXEe committed Jul 10, 2018
1 parent e3583a1 commit e87d8dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/javascripts/SETTINGS.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import controlIds from './controls/ol3/controls'

export const defaultViewPosition = {
position: {
lon: 12.0561,
lat: 54.1910,
zoom: 14
lon: 0,
lat: 0,
zoom: 3
}
}

Expand Down

0 comments on commit e87d8dc

Please sign in to comment.