We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8317a1a commit 385d6ceCopy full SHA for 385d6ce
src/components/map.tsx
@@ -158,7 +158,7 @@ export default function Map({
158
getLineColor: collections ? inverseLineColor : lineColor,
159
getLineWidth: 2,
160
lineWidthUnits: "pixels",
161
- pickable: value?.type !== "Collection",
+ pickable: value?.type !== "Collection" && value?.type !== "Feature",
162
onClick: (info) => {
163
setPicked(info.object);
164
},
0 commit comments