codeant-ai-for-open-source[bot] commented on PR #31717:
URL: https://github.com/apache/superset/pull/31717#issuecomment-4043661317
## **Sequence Diagram**
This PR updates the Uzbekistan GeoJSON region names so the map distinguishes
Tashkent region from Tashkent city. The flow shows how the chart joins query
data with updated region labels and renders clearer map output.
```mermaid
sequenceDiagram
participant User
participant CountryMapChart
participant Backend
participant UzbekistanGeoJSON
User->>CountryMapChart: Open Uzbekistan country map
CountryMapChart->>Backend: Request metrics by region
Backend-->>CountryMapChart: Return region metric rows
CountryMapChart->>UzbekistanGeoJSON: Load Uzbekistan features
UzbekistanGeoJSON-->>CountryMapChart: Return updated region names
including Tashkent region and Tashkent city
CountryMapChart-->>User: Render map with distinct Tashkent labels
```
---
*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]