Feature reduction popup
Since version: 1.15
In the feature reduction popup profile, map authors can write expressions that return values (i.e. attributes) for display in the popup of a clustering or binning visualization. Expressions can be referenced in the popup content's text template, field tables, and media charts. The expression executes when the popup displays. The script should return either text or a number and be referenced in the table cell or text comprising the popup's content.
Context
This profile was created for use in the following contexts:
- ArcGIS Maps SDK for JavaScript
- ArcGIS Pro
- ArcGIS Enterprise
- ArcGIS Online
- ArcGIS Maps SDKs for Native Apps
Profile variables
Variable Name | Type | Description |
---|---|---|
$feature | Feature | Provides access to the aggregate fields defined in either clustering or binning popups, such as $feature.cluster_ and any other fields summarized from the points represented by the aggregate (e.g. $feature.cluster_ ). |
$aggregatedFeatures | FeatureSet | A FeatureSet containing all the features represented by the cluster or bin. |
Function bundles
Core | Geometry | Data Access | Portal Access
Return types
Example
Calculates the number of crashes that had at least one fatality within a cluster of vehicle accidents.