Resolve conflicts

This commit is contained in:
Andreas Hocevar
2022-04-17 18:48:02 +02:00
parent 252671108f
commit 884c0c6129
7 changed files with 19 additions and 26 deletions
+1 -2
View File
@@ -114,8 +114,7 @@ class CompositeMapRenderer extends MapRenderer {
const sourceState = layer.getSourceState();
if (
!inView(layerState, viewState) ||
(layerState.sourceState != 'ready' &&
layerState.sourceState != 'undefined')
(sourceState != 'ready' && sourceState != 'undefined')
) {
layer.unrender();
continue;