Skip to content

Commit

Permalink
map
Browse files Browse the repository at this point in the history
  • Loading branch information
anamontiaga committed Sep 1, 2023
1 parent de36e39 commit 918e81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/layout/projects/show/map/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export const ProjectMap = (): JSX.Element => {
const PUGridLayer = usePUGridLayer({
active: rawScenariosIsFetched && rawScenariosData && !!rawScenariosData.length && !sid2,
sid: sid ? `${sid}` : null,
include: 'results',
include: 'results,cost',
sublayers: [
...(sid1 && !sid2 ? ['frequency'] : []),
...(!!selectedCostSurfacesIds.length ? ['cost'] : []),
Expand Down

0 comments on commit 918e81f

Please sign in to comment.