Skip to content

Commit

Permalink
fitBounds korrigiert
Browse files Browse the repository at this point in the history
  • Loading branch information
fhaefker committed Oct 24, 2024
1 parent a618967 commit 430a946
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
image: './assets/day02_b.jpg',
description: 'To show what I literally mean by "up to my knees in mud." (not just a figure of speech). Additional fact: my backpack weighs around 24kg at this time',
location: {
fitBounds: [[-5.44933, 56.92678], [-5.23667, 57.03191]],
fitBounds: [[-5.44933, 56.92678], [-5.23667, 57.03191]],
padding: 20
//zoom: 10,
pitch: 60,
bearing: 0,
Expand All @@ -81,6 +82,7 @@
description: 'This is a photo from day two, approximately 50 km after leaving Fort William. Day two had many wonderful moments (for example, the Hogwarts Steam Train on the aqueduct). It was difficult to select only one picture. But reaching this place, a field of gold, and camping alongside the river was simply too incredible not to share. ',
location: {
fitBounds: [[-5.40547, 56.94075],[-5.28797, 56.99295]],
padding: 20
//zoom: 12,
pitch: 0,
bearing: 0,
Expand Down

0 comments on commit 430a946

Please sign in to comment.