Dictionary Renderer
Since version: 1.11
The dictionary renderer profile allows the author of a dictionary renderer style to write an expression that evaluates to a text value used to construct a symbol. The string contains semi-colon separated style item keys as well as the primitive overrides used to override specific aspects of the symbol. See the Dictionary Renderer Toolkit for specifics on expected return values. When the feature is to be drawn, the script will be evaluated. The returned value will then be processed by looking up symbols by key from the dictionary and overriding them where specified.
Context
This profile was created for use in the following contexts:
- ArcGIS Maps SDK for JavaScript - DictionaryRenderer
- ArcGIS Pro
- ArcGIS Maps SDKs for Native Apps
- ArcGIS Enterprise
- Dictionary Renderer Toolkit
Profile variables
Variable Name | Type | Description |
---|---|---|
$feature | Feature | The feature which is to be drawn on the map. |
$config | Dictionary | A dictionary of configuration values. |