From 4c1dfc066b7f79c52eb8a825ba1ed659dfee02bb Mon Sep 17 00:00:00 2001 From: Lyret Date: Mon, 15 Jul 2024 15:23:56 +0200 Subject: [PATCH] Stretches the hand drawn map better --- src/map/map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/map.js b/src/map/map.js index 47df8a9..af3e681 100644 --- a/src/map/map.js +++ b/src/map/map.js @@ -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