We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ee4811 commit 90e6fb1Copy full SHA for 90e6fb1
1 file changed
map/crop/CropLegendControl.js
@@ -46,7 +46,7 @@ export class CropLegendControl extends Control {
46
this.render();
47
this.tileLoadEnd = this.tileLoadEnd.bind(this);
48
this.changeSource = this.changeSource.bind(this);
49
- this.updateFeatureCount = debounce(this.updateFeatureCount, 1000).bind(this);
+ this.updateFeatureCount = debounce(this.updateFeatureCount, 300).bind(this);
50
}
51
updateFeatureCount(e) {
52
const map = this.getMap();
0 commit comments