Custom geojson data in legacy-plugin-chart-country-map #41739
luca-vercelli
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
It would be useful to allow custom GeoJSON data in the "Country Map" plugin.
For example, I have a GeoJson file for Piedmont, a region of Italy, split into "comuni" (an administrative division in Italy, where a "comune" represents the municipality/territory around a town).
I have arranged it so that it successfully works inside a Country Map.
However, I don't think it is a good idea to include this map in the standard built-in Superset maps, because
ISO 3166-2code; we use our own codes.So, an option would be to let users choose within the plugin: either use one of the standard maps, or provide a custom one (perhaps via a URL or a local file path)
What do you think about this?
All reactions