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

Use sharedFetch in OGC API endpoint queries #45

Closed jahow closed 6 months ago

jahow commented 6 months ago

This PR makes sure that concurrent identical requests made in an OGC API context will be merged, thus drastically diminishing the amount of requests when exploring the contents of an OGC API endpoint.