Hi @ShreyashRanjan, I used Cloropleth to overlay polygons of US states on a Map widget in Workshop. Are you using a backing datasource for the Cloropleth shapes? I used Mapbox (maybe start here https://www.palantir.com/docs/foundry/workshop/widgets-map#configure-choropleth-layers). I loaded the Mapbox dataset into pipeline builder and filtered for the state-level data I needed (you should be able to do the same for country-level data). Then you can create an object set to load in the Map widget configuration.
Hi,
In Foundry, you can create a Choropleth map for regions beyond the default options by uploading custom GeoJSON.
Or another option is to create a Spatial Dataset
-
Open the Spatial Data module.
-
Register your uploaded dataset as a Spatial Dataset.
-
Define the geometry column and projection (usually EPSG:4326 for latitude/longitude).
-
Save the dataset.
-
Go to the Workshop in Foundry.
-
Add a New Layer → Select Choropleth.
-
Choose your custom dataset in the dropdown menu.
-
Map the geometry column to the visualization and bind the data values to define colors.
Hope this helps. Let me know!
Whichever worldview you select, the entire world should be more-or-less covered.
See the official documentation at https://docs.mapbox.com/help/glossary/worldview/ for an explanation of what “worldview” means in the context of Mapbox.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.