-
I tested the `pickingRadius` prop from deck.gl with the `WellsLayer` and it is working nicely as long as there is only one layer under the cursor. As soon as multiple layers are overlapping at the cur…
-
There are designs/layout/utility functions that probably should be generalized and e.g. offered through `webviz-core-components` and/or as common utility functions in `webviz-subsurface` / `webviz-con…
-
Git clone in **windows**, got fail error:
`error: unable to create file packages/webviz-core/migrations/frozenMigrations/2020.05.06.00:00:02.migrateNodePlaygroundNodesToObjects.js: Invalid argument…
-
It would be nice to have a programmatic API where it would be possible to pass a dict instead of a yaml. Would require moving the yaml parsing closer to the entry point, and modification to https://gi…
-
Originally, when `webviz-config` was prototyped, there were made some dummy `Example` plugins show casing different features of the plugin framework.
Today there are other simple plugins in `webviz…
-
scene:I want to package Webviz-core into Electron application, there is a problem with packaging it in doc form, so I want to package it in Webviz-core, but now there is a problem, I need to add some …
-
I set a tf SAE_Rear, which y axis reverse. The arrow marker and box marker in below pic are both in the SAE_Rear coordinate, but the box markers are transfered correctly and the arrows not.
![image…
-
you need to be in github action beta (will be public November 13th; two days), enable docker registry in github (repo "packages" section).
```name: Node CI
on: [push]
jobs:
build:
runs-…
-
When I do `webviz build [...]`, Webviz launcher the Chromium browser, when my OS default browser is Firefox. This happens due to a hardcoded preference for Google Chrome and Chromium:
https://githu…
-
**Describe the bug**
Subclassing the WebvizPluginABC and calling plugin_layout crashes unless the plugin you are writing is installed as a package in your python environment.
**How to reproduce**
…