Skip to content
This repository was archived by the owner on Sep 26, 2024. It is now read-only.

Bugs in graph tutorial #67

@alexung

Description

@alexung

Hey all,

Thanks for putting this together -- much appreciated. Am going through the graph tutorial at the moment and have a blank screen with no visible errors in the console.

Also am trying to keep up to date with the newest releases of deck.gl and after updating my npm package to "deck.gl": "^6.0.3", it seems that OrthographicViewport can now be substituted with OrthographicView, which DeckGL can include with propview as opposed to viewport.

New viewport in createViewport():

return new OrthographicView({ width, height, left: (-width / 2), top: (-height / 2) });

I'm not getting anything showing up on the screen with these changes in place. I do see something, however, when I comment out getSourcePosition() in createEdgeLayer():

screen shot 2018-08-20 at 2 42 06 pm

Curious as to what's going on -- no nodes are visible? Would appreciate assistance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions