Log the statistics to the console
This commit is contained in:
parent
048a5c25a7
commit
9e93940225
1 changed files with 2 additions and 0 deletions
|
@ -144,6 +144,8 @@ class LayerAI {
|
||||||
|
|
||||||
this.workers.length = 0; // Empty the array of workers
|
this.workers.length = 0; // Empty the array of workers
|
||||||
|
|
||||||
|
console.log(this.stats);
|
||||||
|
|
||||||
return this.geojson;
|
return this.geojson;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue