Dan Lipsa

Results 19 issues of Dan Lipsa

This fixes a proj compilation error from paraview

new-version
dependencies
patch
update-package
new-variant

fixes for: spack load --list (this printed 0 packages even if packages were loaded) spack unload 'package' (this said that the package is not loaded even if it was). spack...

tests
commands
utilities
core

When choosing the color mapping using the Visual Mapping dialog, 6 colors are shown, however when the layer is displayed, 9 colors are shown.

For categorical data such as NAME we do not use color map scaling (linear, log, quantile) so we should disable the mentioned scaling types. For numerical data such as CENSUSAREA...

from @durack1 I personally find it confusing that we have vcs.clean_auto_generated_objects(), vcs.clear(), vcs.close(), vcs.destroy(), vcs.flush(), vcs.onclosing(), vcs.removeP() and vcs.removeobject(), it's really not intuitive to me what each of these functions...

Besides the list of options already available for scaletype, we need to add clamping. So instead of mapping [minnorm, maxnorm] to a range of colors we map a user specified...