From 88ede5318f1994a4e5b8cb31f69c0bc25c835bfb Mon Sep 17 00:00:00 2001 From: Mark7625 <72366279+Mark7625@users.noreply.github.com> Date: Sat, 6 Apr 2024 02:43:56 +0100 Subject: [PATCH] Updated Map Image Location --- js/map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/map.js b/js/map.js index cace288..ecf6cf9 100644 --- a/js/map.js +++ b/js/map.js @@ -39,7 +39,7 @@ $(document).ready(function () { if (map.tile_layer !== undefined) { map.removeLayer(map.tile_layer); } - map.tile_layer = L.tileLayer('https://raw.githubusercontent.com/Explv/osrs_map_tiles/master/' + map.plane + '/{z}/{x}/{y}.png', { + map.tile_layer = L.tileLayer('https://raw.githubusercontent.com/Mark7625/osrs_map_tiles/master/' + map.plane + '/{z}/{x}/{y}.png', { minZoom: 4, maxZoom: 11, attribution: 'Map data',