This content is also available at learn.palantir.com ↗ and is presented here for accessibility purposes.
For your map to be useful in this operational context, you’ll need to load geocoded object data into it. In addition to latitude and longitude for US-based airports, the [Example Data] Airport
object type also has as GeoJSON ↗ boundary data that Mapbox can interpret to shape US states on the map (the map widget uses Mapbox ↗ as the primary source for its base map imagery).
In this task, you’ll add a choropleth map layer that reads the GeoJSON and groups our aviation object data by US state.
With your map widget selected, in the Widget setup tab, click ⊕ Add Data layer configuration.
Click the item labeled New Data Layer appears just below in the configuration panel. You are now in the configuration space for this data layer.
Apply the following settings in the panel, leaving all others alone:
[o] Airports with Alerts
Mapbox Feature Id v3
At this point, you should see US states colored by the airport count. Let’s update the coloring basis from a basic object count to an aggregated property.
Number of Destinations
(it should default to a Sum aggregation).[f] Map State Selection
.