Skip to content

Commit

Permalink
Center map on first load to slovenia
Browse files Browse the repository at this point in the history
  • Loading branch information
KomelT committed Aug 29, 2024
1 parent 0dd8782 commit ef1aa91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4007,7 +4007,7 @@ <h2 class="font-bold">
// create map positioned over AU and NZ
var map = L.map("map", {
maxBounds: bounds,
}).setView([-15, 150], 2);
}).setView([46, 375], 8);

// remove leaflet link
map.attributionControl.setPrefix("");
Expand Down

0 comments on commit ef1aa91

Please sign in to comment.