Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
Update map.js
Browse files Browse the repository at this point in the history
removed prototyping color
  • Loading branch information
ezzhang8 committed Aug 8, 2022
1 parent 762c995 commit 1e32e74
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions frontend/src/components/taskSelection/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ export const TasksMap = ({
'line-cap': 'round',
},
paint: {
'line-color': ['case', ['within', mapResults.features[0]], '#000000', '#ff0000'],
'line-color': '#05CB63',
'line-width': 2
}
});
Expand Down Expand Up @@ -476,10 +476,6 @@ export const TasksMap = ({
}
});





const popup = new mapboxgl.Popup({
closeButton: true,
closeOnClick: false
Expand Down

0 comments on commit 1e32e74

Please sign in to comment.