File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments