deepujain commented on code in PR #44273:
URL: https://github.com/apache/superset/pull/44273#discussion_r4026978128


##########
superset-frontend/plugins/plugin-chart-country-map/scripts/Country Map GeoJSON 
Generator.ipynb:
##########
@@ -2678,7 +2680,7 @@
     }
    ],
    "source": [
-    "russia = df[df.admin == 'Russia']\n",
+    "russia = df_10m[(df_10m.admin == 'Russia') & df_10m.name.notna()]\n",

Review Comment:
   Fixed on f9f191e3ac. The generator now keeps Russia on the 1:50m source and 
replaces only Karelia and Murmansk with corrected 1:10m geometries. The 
generated payload drops from 781 kB to 679 kB, and the regression guards the 
760 kB ceiling plus both regions full bounds.



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