dosubot[bot] commented on issue #35966: URL: https://github.com/apache/superset/issues/35966#issuecomment-3483862564
<!-- Greeting --> Hi @bakentiii! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the superset team. <!-- Answer --> There isn't a supported way to add custom GeoJSON files to the Country Map chart in Superset without rebuilding the frontend. The Country Map chart only recognizes GeoJSON files that are bundled as static assets during the frontend build process, and there's no configuration or runtime option to load external or user-provided GeoJSON files in production ([docs](https://github.com/apache/superset/blob/master/docs/docs/configuration/country-map-tools.mdx)). If you need to use custom GeoJSON without a rebuild, consider using other map chart types in Superset, such as deck.gl or geospatial charts, which support loading external GeoJSON files via URL. If you want to proceed with the Country Map chart, you'll need to follow the documented process: add your GeoJSON to the frontend source and rebuild the frontend ([example](https://github.com/apache/superset/pull/29627)). <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/69f15c81-30c5-4394-a7e0-a34b16123313?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/69f15c81-30c5-4394-a7e0-a34b16123313?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/69f15c81-30c5-4394-a7e0-a34b16123313?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/69f15c81-30c5-4394-a7e0-a34b16123313?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/69f15c81-30c5-4394-a7e0-a34b16123313?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/69f15c81-30c5-4394-a7e0-a34b16123313?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/69f15c81-30c5-4394-a7e0-a34b16123313?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=githu b) [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/issues/35966) -- 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]
