Skip to content

Commit 0888b94

Browse files
committed
fix osrs selector
1 parent fbc96c1 commit 0888b94

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

js/main/main_osrs.js

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,6 @@ void function (global) {
8686
minZoom: -4
8787
});
8888

89-
let spheres = L.crowdSourceMovement({
90-
data: "data_osrs/osrs_spheres.json",
91-
show3d: false,
92-
minZoom: -4
93-
});
94-
9589
let npcs = L.dynamicIcons({
9690
dataPath: "data_osrs/NPCList_OSRS.json",
9791
minZoom: -3,
@@ -111,17 +105,12 @@ void function (global) {
111105
};
112106

113107

114-
115108
let chunks = L.tileLayer('layers/small_grid/{z}.png', defaults);
116109

117-
L.control.layers.urlParam({}, {
118-
"labels": labels,
110+
L.control.layers.urlParam({}, {
111+
"labels": labels,
119112
"crowdsourcetransports": crowdsourcetransports,
120113
"crowdsourceteles": crowdsourceteles,
121-
"multimap": multimap,
122-
"implings": implings,
123-
"deaths": deaths,
124-
"spheres": spheres,
125114
"nomove": nomove,
126115
"objects": objects,
127116
"npcs": npcs,

0 commit comments

Comments
 (0)