Skip to content

Commit

Permalink
remove rendered view
Browse files Browse the repository at this point in the history
  • Loading branch information
RELNO committed Mar 6, 2023
1 parent 35b2555 commit d0119a3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 395 deletions.
3 changes: 0 additions & 3 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import theme from "./theme";
// views
import CityScopeJS from "./views/CityScopeJS";
import CityIOviewer from "./views/CityIOviewer";
import RenderedView from "./views/RenderedView";
import ProjectionMapping from "./views/ProjectionMapping";
import GridEditor from "./views/GridEditor";

Expand Down Expand Up @@ -71,8 +70,6 @@ const App = () => {
{viewSelectorState === "cityio" && <CityIOviewer />}
{/* otherwise, show the projection */}
{viewSelectorState === "projection" && <ProjectionMapping />}
{/* otherwise, show the projection */}
{viewSelectorState === "render" && <RenderedView />}
</>
</ThemeProvider>
);
Expand Down
2 changes: 0 additions & 2 deletions src/views/CityScopeJS/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { useSelector } from "react-redux";
import MenuContainer from "./MenuContainer";
import DeckGLMap from "./DeckglMap/index";
import VisContainer from "./VisContainer";
import RenderedView from "../RenderedView";

export default function CityScopeJS() {
const cityIOisDone = useSelector(
Expand All @@ -23,7 +22,6 @@ export default function CityScopeJS() {
<DeckGLMap />
<MenuContainer />
<VisContainer />
<RenderedView />
</>
)}
</>
Expand Down
355 changes: 0 additions & 355 deletions src/views/RenderedView/RenderedViewMap.js

This file was deleted.

Loading

0 comments on commit d0119a3

Please sign in to comment.