codeant-ai-for-open-source[bot] commented on PR #38035:
URL: https://github.com/apache/superset/pull/38035#issuecomment-4049388113

   ## **Sequence Diagram**
   
   This PR introduces a renderer selection flow where charts can run on 
MapLibre or Mapbox, while preserving existing dashboards through migration 
defaults. It also routes query results through updated transform logic before 
rendering with the selected map engine.
   
   ```mermaid
   sequenceDiagram
       participant Migration
       participant MetadataDB
       participant Analyst
       participant ExploreUI
       participant QueryEngine
       participant MapRuntime
   
       Migration->>MetadataDB: Set existing map charts to mapbox renderer
       Analyst->>ExploreUI: Open map chart with renderer and style settings
       ExploreUI->>QueryEngine: Request spatial chart data
       QueryEngine-->>ExploreUI: Return map records
       ExploreUI->>ExploreUI: Transform records into deck layers and clusters
       ExploreUI->>MapRuntime: Render with selected renderer and map style
       MapRuntime-->>Analyst: Show interactive map or missing key message
   ```
   
   ---
   *Generated by [CodeAnt AI](https://codeant.ai)*
   


-- 
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]

Reply via email to