djmelik / lndash

A simple web dashboard for lnd.
https://lightninglayer.com
GNU General Public License v3.0
118 stars 16 forks source link

Map view doesn't seem to work #36

Open mattLLVW opened 4 years ago

mattLLVW commented 4 years ago

Hey, Nice project!

The map view doesn't seem to work.

There's few errors in the console:

Uncaught ReferenceError: jQuery is not defined semantic.min.js:11

And tree.js complaining about a shader error:

3d-force-graph.min.js:2 THREE.WebGLProgram: shader error: 0 35715 false gl.getProgramInfoLog

Wolf-Raider commented 2 years ago

this is, because tha data to draw is to much for your computer. i made a fix, which reduces the view to only your node. than it works. (the JQuery problem i also fixed)

see pull request #38 for the fixes