We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d1e75d commit 3bf43adCopy full SHA for 3bf43ad
src/source/geojson_source.js
@@ -226,7 +226,7 @@ class GeoJSONSource extends Evented implements Source {
226
* ]);
227
*/
228
setFilter(filter: Array): this {
229
- this.workerOptions = extend({filter: filter}, this.workerOptions);
+ this.workerOptions = extend({filter}, this.workerOptions);
230
this._updateWorkerData();
231
return this;
232
}
0 commit comments