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 8673c7e commit ab05d71Copy full SHA for ab05d71
src/source/geojson_source.ts
@@ -290,7 +290,7 @@ class GeoJSONSource extends Evented<SourceEvents> implements ISource {
290
* ]);
291
*/
292
setFilter(filter: Array): this {
293
- this.workerOptions = extend({filter: filter}, this.workerOptions);
+ this.workerOptions = extend({filter}, this.workerOptions);
294
this._updateWorkerData();
295
return this;
296
}
0 commit comments