Skip to content

Commit

Permalink
change initial zoom level and latlong
Browse files Browse the repository at this point in the history
  • Loading branch information
gokturkbrk committed Aug 30, 2023
1 parent 91eb8f7 commit 7fda6ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/store/modules/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ const map= {
namespaced: true,
state:{
map:null,
initialLongitude: 9.99,
initialLatitude: 53.55,
initialZoom:9,
initialLongitude: 9.993275,
initialLatitude: 53.552807,
initialZoom:10,
maxZoom: 19,
minZoom: 1,
preserveDrawingBuffer: true,
Expand Down

0 comments on commit 7fda6ea

Please sign in to comment.