diff --git a/frontend/src/components/taskSelection/map.js b/frontend/src/components/taskSelection/map.js index 1cdb1a582..9dc0773a0 100644 --- a/frontend/src/components/taskSelection/map.js +++ b/frontend/src/components/taskSelection/map.js @@ -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 } }); @@ -476,10 +476,6 @@ export const TasksMap = ({ } }); - - - - const popup = new mapboxgl.Popup({ closeButton: true, closeOnClick: false