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 adding a BingMapsImageryProvider in the Cesium View. Show the imagery as a base layer and allow configuration of the various options available for this class in Cesium. The key should be stored in the repository configuration to start.
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 adding a
BingMapsImageryProvider
in the Cesium View. Show the imagery as a base layer and allow configuration of the various options available for this class in Cesium. The key should be stored in the repository configuration to start.The text was updated successfully, but these errors were encountered: