Remove setDeclutter function

Changing the declutter value after the layer creating doesn't work, remove the function to avoid confusion.
This commit is contained in:
Frederic Junod
2019-02-27 11:29:47 +01:00
parent 65d8b5f26b
commit 1338a868e9
3 changed files with 10 additions and 20 deletions

View File

@@ -133,13 +133,6 @@ class BaseVectorLayer extends Layer {
return this.declutter_;
}
/**
* @param {boolean} declutter Declutter.
*/
setDeclutter(declutter) {
this.declutter_ = declutter;
}
/**
* @return {number|undefined} Render buffer.
*/