Skip to content

Line-layer demo shows far less data than equivalent deck.gl demo yet both use same data source. #3

@dazzag24

Description

@dazzag24

Hi,

The line-layer demo: https://dash-gallery.plotly.host/dash-deck-explorer/line-layer

Hows far less data than the equivalent deck.gl demo. https://deck.gl/examples/line-layer/

Yet both load and parse the same data source file:
https://raw.githubusercontent.com/visgl/deck.gl-data/master/examples/line/heathrow-flights.json

Any ideas on why this is the case? I cannot see any obvious cause in the code.

Thanks

Darren

Activity

xhluca

xhluca commented on Oct 28, 2020

@xhluca

The line-layer demo comes from this pydeck demo, which also has fewer lines.

I think it's likely caused by picking_radius or get_radius when you define the pydeck layer.

karosc

karosc commented on Feb 12, 2021

@karosc
Contributor

Looks like the demo code shown in pydeck and even deck.gl maybe use a reduced dataset? See #4138 at deck.gl repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

        Participants

        @dazzag24@xhluca@karosc

        Issue actions

          Line-layer demo shows far less data than equivalent deck.gl demo yet both use same data source. · Issue #3 · plotly/dash-deck