getredash/redash

Visualization map (markers) doesn't reset with data

開放

#3,313 建立於 2019年1月20日

 (0 則留言) (0 個反應) (0 位負責人)Python (4,236 個分叉)batch import
BugFrontendhelp wanted

倉庫指標

星標
 (24,845 顆星)
PR 合併指標
 (平均合併 9天 5小時) (30 天內合併 3 個 PR)

描述

Issue Summary

When I use a query filter to narrow down some geo data, the map view doesn't reset to line up with the map markers currently being displayed. The viewbox on the map stays wrapped around the first set of data (even after it disappears). So I have to zoom and drag the map manually to see the data.

Steps to Reproduce

  1. Load this data set from gh and then manipulate it with the Query Results data source.
  2. Use a query filter to limit the data by state name
  3. Make a map (markers) visualization
  4. Change the query filter
  5. Observe that the the map visualization doesn't update with a different data set.

I would expect the map to update its viewport to wrap around the most recently rendered coordiantes.

Technical details:

  • Redash Version: 431d6fa
  • Browser/OS: Chrome 71
  • How did you install Redash: Saas Product

貢獻者指南