Remove unused variable in ol/renderer/webgl/PointsLayer
This commit is contained in:
@@ -332,7 +332,6 @@ class WebGLPointsLayerRenderer extends WebGLLayerRenderer {
|
|||||||
const sourceChanged = this.sourceRevision_ < vectorSource.getRevision();
|
const sourceChanged = this.sourceRevision_ < vectorSource.getRevision();
|
||||||
if (sourceChanged) {
|
if (sourceChanged) {
|
||||||
this.sourceRevision_ = vectorSource.getRevision();
|
this.sourceRevision_ = vectorSource.getRevision();
|
||||||
this.geojsonFeatureCache_ = {};
|
|
||||||
|
|
||||||
const projection = viewState.projection;
|
const projection = viewState.projection;
|
||||||
const resolution = viewState.resolution;
|
const resolution = viewState.resolution;
|
||||||
|
|||||||
Reference in New Issue
Block a user