opencog / atomspace-explorer

Proof-of-concept visualizer for the AtomSpace
Other
5 stars 8 forks source link

List of symmetric link types is wrong. #4

Closed linas closed 3 years ago

linas commented 3 years ago

See src/app/connect/url-connect/url-connect.component.ts near line 18: the list of Unordered links is wrong; these need to be fetched at runtime, instead of statically compiled.

linas commented 3 years ago

Never mind. Its handled by fetchLinkTypes)_