massucattoj opened a new pull request, #37248: URL: https://github.com/apache/superset/pull/37248
<!--- Please write the PR title following the conventions at https://www.conventionalcommits.org/en/v1.0.0/ Example: fix(dashboard): load charts correctly --> ### SUMMARY Changes the default `line_width_unit` for the deck.gl Path layer from `pixels` to `meters`. This provides a more practical default for geographic path visualizations where meter-based widths scale appropriately with map zoom levels. Also updates the example deck.gl dashboard configuration to explicitly set `line_width_unit: "meters"` to align with the new default. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF BEFORE: <img width="3136" height="1758" alt="image" src="https://github.com/user-attachments/assets/7a500186-1e8a-4573-bb2e-2829a766810a" /> AFTER: <img width="1163" height="822" alt="Screenshot 2026-01-19 at 09 23 22" src="https://github.com/user-attachments/assets/abd8dc75-c050-42f8-8b64-f5b9386bbe11" /> ### TESTING INSTRUCTIONS 1. Go to the Deck.gl Path on Charts 2. Will see now that the default line width unit is meters 3. (Extra) The witdh could me changed on the input field above - Line Width ### ADDITIONAL INFORMATION <!--- Check any relevant boxes with "x" --> <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue --> - [ ] Has associated issue: - [ ] Required feature flags: - [x] Changes UI - [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351)) - [ ] Migration is atomic, supports rollback & is backwards-compatible - [ ] Confirm DB migration upgrade and downgrade tested - [ ] Runtime estimates and downtime expectations provided - [ ] Introduces new feature or API - [ ] Removes existing feature or API -- 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]
