koopjs / koop-core

Core library for KoopJS (deprecated)
Other
16 stars 19 forks source link

Remove "after" option for pullStream. #146

Closed rgwozdz closed 3 years ago

rgwozdz commented 3 years ago

Does not really make sense to have an after transform function in the case of a stream, as it it used to transform the geojson while in memory. As it was not working (missing an await), this is not actually a breaking change.