You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/07/21 20:38:31 UTC

[GitHub] [superset] jaksmid commented on issue #15748: Deck GL.Grid height is not correct

jaksmid commented on issue #15748:
URL: https://github.com/apache/superset/issues/15748#issuecomment-884483524


   I checked what is coming from the backend and all values seem to be fine.
   
   I suspect the problem is in the rendering - the deck grid is probably performing aggregation of nearby locations using own metrics - https://deck.gl/docs/api-reference/aggregation-layers/grid-layer, section elevationAggregation.
   
   By default, a sum is used on the frontend aggregation.
   
   It could be non trivial to make sure the backend and frontend aggregations are in sync.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org