Edit settings of VCMap layers at runtime
npm install @vcmap/layer-settings> Part of the VC Map Project
The Layer Settings plugin allows you to edit parameters of layers at runtime. It adds, to the supported layers, an action in the Content Tree which opens a Settings window.
- Pointcloud layers:
- pointSize
- screenSpaceError
- attenuation
- Raster layers:
- opacity
Plugin's configuration allows to disable the settings for some types of layers. The default configuration is shown below.
``json``
{
"raster": true,
"pointcloud": true
}