Consider improving building of esv-intersection controller in SeismicIntersection
-module
#489
Labels
enhancement
New feature or request
SeismicIntersection
-module
#489
Ref: #449 (comment)
The controller object is rebuilt every render. If enhanced performance is needed, consider having a controller which "clears" added seismic and well when needed, and adds new when new data is retrieved.
Note:
clearSeismicLayer()
- andclearWellborePathLayer()
-method, which clears withcontroller.removeLayer(id)
. Then the view should only useadd...Layer()
-methods when data has changed?The text was updated successfully, but these errors were encountered: