Skip to content

Commit fbc96c1

Browse files
committed
Update maps
1 parent ae56fc8 commit fbc96c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/main/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ void (function (global) {
6161
L.control.display.pathfinder().addTo(runescape_map);
6262

6363
L.tileLayer
64-
.main("'https://raw.githubusercontent.com/mejrs/layers_rs3/refs/heads/master/map_squares/{mapId}/{zoom}/{plane}_{x}_{y}.png", {
64+
.main("https://raw.githubusercontent.com/mejrs/layers_rs3/refs/heads/master/map_squares/{mapId}/{zoom}/{plane}_{x}_{y}.png", {
6565
minZoom: -4,
6666
maxNativeZoom: 3,
6767
maxZoom: 5,
6868
})
6969
.addTo(runescape_map)
7070
.bringToBack();
7171

72-
var icon_squares = L.tileLayer.main("'https://raw.githubusercontent.com/mejrs/layers_rs3/refs/heads/master/icon_squares/{mapId}/{zoom}/{plane}_{x}_{y}.png", {
72+
var icon_squares = L.tileLayer.main("https://raw.githubusercontent.com/mejrs/layers_rs3/refs/heads/master/icon_squares/{mapId}/{zoom}/{plane}_{x}_{y}.png", {
7373
minZoom: -4,
7474
maxNativeZoom: 3,
7575
maxZoom: 5,

0 commit comments

Comments
 (0)