lndash icon indicating copy to clipboard operation
lndash copied to clipboard

Map view doesn't seem to work

Open mattLLVW opened this issue 4 years ago • 1 comments

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

mattLLVW avatar Jun 13 '20 07:06 mattLLVW

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

Wolf-Raider avatar Feb 01 '22 10:02 Wolf-Raider