camptocamp / ogc-client

A TypeScript library for interacting with geospatial services
https://camptocamp.github.io/ogc-client/
BSD 3-Clause "New" or "Revised" License
66 stars 12 forks source link

OGC API: Avoid "stream already consumed" errors on shared fetch calls #46

Closed jahow closed 6 months ago

jahow commented 6 months ago

When sharing fetch calls, the resulting data stream can only be consumed once. Now it is cloned before being consumed.