diff --git a/src/Map/Points.jsx b/src/Map/Points.jsx index 7437f34..07b0fa4 100644 --- a/src/Map/Points.jsx +++ b/src/Map/Points.jsx @@ -39,10 +39,11 @@ export const Points = () => { const unmatchFilterExpression = [ "all", statusExpression, + ["!", includedExpression], [ "any", - excludedExpression, ["!", ["all", ...predictionExpression, categoryExpression]], + excludedExpression, ], ]; diff --git a/src/Map/Popup.jsx b/src/Map/Popup.jsx index 425f606..7d66e58 100644 --- a/src/Map/Popup.jsx +++ b/src/Map/Popup.jsx @@ -157,6 +157,7 @@ const SingleFeaturePopup = ({ feature }) => { }; const MultipleFeaturesPopup = ({ features, onSelect }) => { + console.log(features); return (