Skip to content
Snippets Groups Projects
Commit 9a261e2b authored by Esko Ikkala's avatar Esko Ikkala
Browse files

Hide deck.gl

parent 0c4cf9fb
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ import TopBar from '../components/TopBar';
import CircularProgress from '@material-ui/core/CircularProgress';
import purple from '@material-ui/core/colors/purple';
import Typography from '@material-ui/core/Typography';
import Deck from '../components/Deck';
//import Deck from '../components/Deck';
import {
updateQuery,
......@@ -208,9 +208,9 @@ let MapApp = (props) => {
/>
);
}
if ((oneColumnView && options.resultFormat === 'migrationMap') || (!oneColumnView)) {
mapElement = <Deck />;
}
// if ((oneColumnView && options.resultFormat === 'migrationMap') || (!oneColumnView)) {
// mapElement = <Deck />;
// }
//console.log(creationPlaces)
let statistics = '';
......@@ -237,14 +237,14 @@ let MapApp = (props) => {
);
break;
}
case 'migrationMap': {
mainResultsView = (
<div className={classes.fullMap}>
{mapElement}
</div>
);
break;
}
// case 'migrationMap': {
// mainResultsView = (
// <div className={classes.fullMap}>
// {mapElement}
// </div>
// );
// break;
// }
case 'statistics': {
mainResultsView = statistics;
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment