Skip to content

Commit

Permalink
Replaced old 2DViewer with new implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenthoms committed Sep 16, 2024
1 parent 94f1416 commit de77569
Show file tree
Hide file tree
Showing 83 changed files with 397 additions and 2,692 deletions.
6 changes: 3 additions & 3 deletions frontend/src/modules/2DViewer/interfaces.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { InterfaceInitialization } from "@framework/UniDirectionalModuleComponentsInterface";
import { LayerManager } from "@modules_shared/layers/LayerManager";

import { layerManagerAtom } from "./settings/atoms/derivedAtoms";
import { LayerManager } from "./layers/LayerManager";
import { layerManagerAtom } from "./settings/atoms/baseAtoms";

export type SettingsToViewInterface = {
layerManager: LayerManager;
layerManager: LayerManager | null;
};

export type Interfaces = {
Expand Down
129 changes: 0 additions & 129 deletions frontend/src/modules/2DViewer/layers/FaultPolygonLayer.ts

This file was deleted.

24 changes: 0 additions & 24 deletions frontend/src/modules/2DViewer/layers/LayerFactory.ts

This file was deleted.

116 changes: 0 additions & 116 deletions frontend/src/modules/2DViewer/layers/PolygonLayer.ts

This file was deleted.

Loading

0 comments on commit de77569

Please sign in to comment.