You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
APPLY DIMENSION will is Optional target group that the user can add using the "+" button
The APPLY_DIMENSION target applies a value to a single layer dimension (time or elevation).
Elevation is always applied directly to the layer: layers[].params.elevation
Time is applied directly to the layer: layers[].params.time
In case of a map with the Time Slider plugin, individual layer time targets are not shown, and a "Map Time" target is used instead, which controls the global time dimension.
Screenshot of targets when Time Slider plugin is enabled.
On apply_dimension targets:
Add one config "two-way synchronization"( checked by default)
If checked, this ensures that any changes made to the target (the map or layer) will automatically propagate back to the widget.
Description
Enhance the Dynamic Filter widget to support updating layer dimensions (Time / Elevation) using a selected filter value.
This introduces a new target (
APPLY_DIMENSION) that applies a value to a single layer dimension:Dimension handling and Targets
547016603-65a48b26-fbe8-4d56-99e5-8865d4ea998c.mov
The
APPLY_DIMENSIONtarget applies a value to a single layer dimension (timeorelevation).layers[].params.elevationlayers[].params.timeIn case of a map with the Time Slider plugin, individual layer time targets are not shown, and a "Map Time" target is used instead, which controls the global time dimension.
Screenshot of targets when
Time Slider pluginis enabled.On apply_dimension targets:
What kind of improvement you want to add?
Other useful information
Notes