hopefully improve memory usage

This commit is contained in:
Matthias Wirth
2020-03-18 10:28:23 +01:00
parent 6c46ae3eab
commit f00fce03e2
2 changed files with 53 additions and 30 deletions

View File

@@ -1227,9 +1227,6 @@ function initialize_map() {
const dummyLayer = new ol.layer.Vector({
name: 'dummy',
source: new ol.source.Vector({
features: new ol.Collection(),
}),
renderOrder: null,
});