Remove unused variable in ol/renderer/webgl/PointsLayer

This commit is contained in:
Frederic Junod
2019-06-25 15:22:40 +02:00
parent caac90e8d7
commit 54c670de77

View File

@@ -332,7 +332,6 @@ class WebGLPointsLayerRenderer extends WebGLLayerRenderer {
const sourceChanged = this.sourceRevision_ < vectorSource.getRevision();
if (sourceChanged) {
this.sourceRevision_ = vectorSource.getRevision();
this.geojsonFeatureCache_ = {};
const projection = viewState.projection;
const resolution = viewState.resolution;