webviz-subsurface icon indicating copy to clipboard operation
webviz-subsurface copied to clipboard

MapViewerFMU - Improvement list

Open HansKallekleiv opened this issue 3 years ago • 2 comments

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 ColormapLayer and HillshadingLayer with MapLayer
  • 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

HansKallekleiv avatar Feb 24 '22 18:02 HansKallekleiv

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)

asnyv avatar Mar 01 '22 12:03 asnyv

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 🤔

HansKallekleiv avatar Mar 01 '22 17:03 HansKallekleiv