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