Skip to content

Commit

Permalink
Stretches the hand drawn map better
Browse files Browse the repository at this point in the history
  • Loading branch information
lyret committed Jul 15, 2024
1 parent e9a1f40 commit 4c1dfc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export const createMap = async () => {
// Load and add the hand drawn layer
map.groups.drawn = await loadImageOverlay(map, './data/drawn.jpg', [
[57.6306870895, 14.9142416425],
[57.6178044724, 14.9377186881],
[57.6178189445, 14.9386124973],
]);

// Load and add the height map layer
Expand Down

0 comments on commit 4c1dfc0

Please sign in to comment.