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
Support filtering features in a data layer by an attribute that exists on each feature. Design a UI widget that will show the attributes to filter on. We may also want to allow different coloring rather than filtering.
The text was updated successfully, but these errors were encountered:
Reorganization of the CesiumWidget:
- Move functions that create and update Cesium assets (e.g. imagery, terrain, 3Dtiles) from the CesiumWidget view to individual "Map Asset" models
- Replace the Layer and Terrain model with a more generic MapAsset model.
- Similarly, replace Layers and Terrains collections with a MapAssets collection that can be used in either case.
New features:
- Enable clicking on individual features in a 3D tileset lay to view more details
- Add support for configuring the colours to use for 3D tilesets - colors can be set conditionally in the Cesium config based on feature properties. Only categorical color palettes are enabled at so far.
- Add support for configuring 'vector filters' in the Cesium config. These filters conditionally show or hide features of a 3D tileset based on properties of the features.
Relates to #1770, #1798, #1789, #1790, #1791, #1780, #1778, #1797
Support filtering features in a data layer by an attribute that exists on each feature. Design a UI widget that will show the attributes to filter on. We may also want to allow different coloring rather than filtering.
The text was updated successfully, but these errors were encountered: