bito-code-review[bot] commented on PR #42493: URL: https://github.com/apache/superset/pull/42493#issuecomment-5098481562
<!-- Bito Reply --> The issue flagged in the review is correct. The `AQ-X02~` feature in the Antarctica GeoJSON data lacks a `NAME_1` property, causing the tooltip to render an empty label. To resolve this, you should update the GeoJSON file to include a descriptive name for this feature or remove the feature if it is not intended to be part of the map data. As I do not have direct access to the `antarctica.geojson` file content to apply the fix, please locate the feature with `id: "AQ-X02~"` in that file and add the missing `NAME_1` property to its `properties` object. -- 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]
