Skip to content

Commit 0830408

Browse files
committed
wip: Provide a selection manager component (#1098)
1 parent 51e416e commit 0830408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

map/client/components/selection/KSelectedLayerFeatures.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ function removeSelectedFeatures () {
261261
flat: true
262262
}
263263
}).onOk(async () => {
264-
await CurrentActivity.value.removeFeatures(props.item.features, props.item.layer)
264+
await CurrentActivity.value.removeFeatures({ type: 'FeatureCollection', features: props.item.features }, props.item.layer)
265265
})
266266
}
267267
function removeSelectedFeature (feature) {

0 commit comments

Comments
 (0)