GEOLYTIX / xyz

An open source javascript framework for spatial data and application interfaces.
MIT License
88 stars 26 forks source link

Caching file system resources #1634

Open dbauszus-glx opened 3 weeks ago

dbauszus-glx commented 3 weeks ago

Remote resources are cached in order to reduce network traffic.

Accessing resources in the file system through the file provider should be immediate. It shouldn't be required to cache these resources allowing us to write templates on local and accessing these templates immediately without the need to re-start the local instance.