Skip to content

[bboxtree] Only call bounding box tree when there are point sources

Timo Koch requested to merge cherry-pick-6c9d6915 into releases/2.10

When making the point source map we only want to make sure the bounding box tree is initiated if there are any point sources. By a previous commit this was mistakenly put in the beginning of the method so that the bounding box tree is always built. This commit fixes this.

Merge request reports