betodealmeida opened a new pull request #5642: Filter out null locations by default URL: https://github.com/apache/incubator-superset/pull/5642 I added a checkbox to all spatial visualizations allowing null locations to be filtered out by default. Currently, they are shown as `0, 0`, which is confusing. Here's how the `flights` dataset currently looks like — note all the arcs with an edge at the Equator/Greenwich: <img width="1680" alt="screen shot 2018-08-15 at 4 04 11 pm" src="https://user-images.githubusercontent.com/1534870/44178187-1446ce00-a0a6-11e8-9927-9dc70c17613a.png"> When we toggle "Ignore null locations" they are removed: <img width="1680" alt="screen shot 2018-08-15 at 4 04 20 pm" src="https://user-images.githubusercontent.com/1534870/44178186-1446ce00-a0a6-11e8-9f99-034a3572b161.png">
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
