Add unused node removal
This commit is contained in:
parent
4131e9b9e2
commit
adade2e8b0
12 changed files with 289 additions and 96 deletions
|
@ -85,7 +85,6 @@ class IntersectionFunc implements ExtraFunction {
|
|||
const bbox = BBox.get(feat)
|
||||
|
||||
for (const layerId of layerIds) {
|
||||
console.log("Calculating the intersection with layer ", layerId)
|
||||
const otherLayers = params.getFeaturesWithin(layerId, bbox)
|
||||
if (otherLayers === undefined) {
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue