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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
