webviz-subsurface
webviz-subsurface copied to clipboard
MapViewerFMU - Improvement list
List of future features that should be included in the MapViewerFMU plugin
- Simplify callback logic
- Select well pick attribute to display as text
- Settings panel for color and font for text labels
- FaultPolygon fill option
- Improve providers:
- Provider for well markers
- Investigate long callbacks to offload e.g. statistical calculations: https://github.com/equinor/webviz-subsurface/pull/948
- Allow users to add a custom geojsonlayer, for e.g. license boundaries
- Replace
ColormapLayerandHillshadingLayerwithMapLayer - 3D projection with well trajectories and logs
- Use roxar2raster for png generation
- Add color component
- Add import/export of color scale and min/max settings for each surface
Some of these may require changes in the map component itself, but I assume @HansKallekleiv knows better than me :)
- Keep map settings (those you pick in the map component, e.g. turning off map layers like fault polygons) when switching map
- Possibility to link the map settings mentioned above between views
- Allow separate depth (for hillshading) and attribute maps (e.g. static properties like poro or dynamic data like pressures and saturations)
The first two requires changes to the map component. The visible layers are only kept in client state.
You can for now toggle of globally for all views in the "Options and global filter dialog".
The third will be doable with the new MapLayer. Not entirely sure how to handle it in the UI though 🤔