Skip to content

Commit

Permalink
Updated Map Image Location
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark7625 committed Apr 6, 2024
1 parent e713e38 commit 88ede53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 88ede53

Please sign in to comment.