question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Deck GL Screengrid overlay does not update

See original GitHub issue

Probably root cause of #5470 - The deck gl screengrid overlay displays the same values for the same locations no matter how you pan and zoom the map

Expected results

Popup data corresponds to underlying map data

Actual results

The map renders with the popups misaligned (seems like largest point is in the upper left) and the overlays don’t change

Screenshots

Screen Shot 2019-09-16 at 12 23 05

With the following Javascript tooltip generator we can illustrate the problem: (o) => console.log(o) || JSON.stringify([o.object.position, o.lngLat]);

Screen Shot 2019-09-16 at 12 17 13 Screen Shot 2019-09-16 at 12 17 40

If applicable, add screenshots to help explain your problem.

How to reproduce the bug

  1. Create a screengrid visualization
  2. Pan and zoom the map

Environment

(please complete the following information):

  • the amancevice/superset:edge container
  • superset version: Superset 0.999.0dev (post 0.34.0)
  • python version: Python 3.6.9

Checklist

Make sure these boxes are checked before submitting your issue - thank you!

  • I have checked the superset logs for python stacktraces and included it here as text if there are any.
  • I have reproduced the issue with at least the latest released version of superset.
  • I have checked the issue tracker for the same issue and I haven’t found one similar (there are, but they were stale-botted

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
aboganascommented, Sep 17, 2019

Also on Screen Grid Play no longer works

1reaction
issue-label-bot[bot]commented, Sep 16, 2019

Issue-Label Bot is automatically applying the label #bug to this issue, with a confidence of 0.97. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Deck GL Screengrid overlay does not update · Issue #8230
Probably root cause of #5470 - The deck gl screengrid overlay displays the same values for the same locations no matter how you...
Read more >
ScreenGridLayer - deck.gl
The ScreenGridLayer aggregates data into histogram bins and renders them as a grid. By default aggregation happens on GPU, aggregation falls back to...
Read more >
What's New - deck.gl
TileLayer reduced refinementStrategy: 'no-overlap' . TileLayer refinementStrategy now accepts a callback function enabling customer refinement strategies.
Read more >
Upgrade Guide - deck.gl
CartoLayer no longer creates non-tiled layers. Use the fetchLayerData function with GeoJSONLayer for static queries and tables. Upgrading from deck.gl v8.6 ...
Read more >
Using Layers - deck.gl
Rendering Layers​​ deck.gl allows you to render multiple layers using the same or different data sets. You simply provide an array of layer...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found