qleroy commented on issue #32127: URL: https://github.com/apache/superset/issues/32127#issuecomment-3415763947
@xavier-GitHub76 The Polygon layer does NOT support Multipolygon or if it is it only takes the first one in the list. It expects only one Polygon https://deck.gl/docs/api-reference/layers/polygon-layer A MultiPolygon is truncated to the first Polygon right here https://github.com/apache/superset/blob/de5ca7980563851aabb953d0cbd05d527ce41cbb/superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Polygon/transformProps.ts#L90 -- 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]
