@vcmap/layer-settings
v1.0.2
Published
Edit settings of VCMap layers at runtime
Downloads
213
Readme
@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.
Curently supported layer types and parameters
- Pointcloud layers:
pointSizescreenSpaceErrorattenuation
- Raster layers:
opacity
Configuration
Plugin's configuration allows to disable the settings for some types of layers. The default configuration is shown below.
{
"raster": true,
"pointcloud": true
}