Building map visualization from Druid datastore

Hi Sameer,

I did map the value to country ISO Code but it still doesn't show it in map.

Below is the table view:

and here is how Map looks like

If you can refer me to the code, that would be useful as well.

Hi

Use 2 chars codes instead of 3 chars codes.
For instance FRA => FR; HKG =>HK…

cheers

https://github.com/metabase/metabase/blob/master/resources/frontend_client/app/charts/world.json is the actual geojson file we use to display this.

@vectalis is correct that we’re using 2 char codes.

Thanks both....Alpha2 Char codes worked. Will be good to document it somewhere,if not done already