hydrocode-de/mathislewald-upload: Version 0.5
Description
With this version, more fine-grained target folder structures are possible. You can overwrite three different folder locations now:
- The
DATADIRfor the base directory of Geoserver, here the base-layer will be uploaded toDATADIR/baseand the inventory to the root of that folder - The
WWWDIRindicates the location of the frontend application. AtWWWDIR/assets/, a JSON of checksums will be created and in theWWWDIR/assets/imgall inventory images are uplaoded. - The images location can optionally be overwritten using
IMGDIRenvironment variable
Using a image folder outside of the React application is helpful, ie. to use a proxy to serve from a different location (ie. to restrict access to the application only). Secondly, the upload app now creates a checksum.json in the assets folder of the React application. These checksums will be synchronized to the React app, to determine if data needs to be updated in the local storage. This way, we can significantly decrease the requests on the server, while the application is operated in online mode.
What's Changed- Add checksums by @mmaelicke in https://github.com/hydrocode-de/mathislewald-upload/pull/5
Full Changelog: https://github.com/hydrocode-de/mathislewald-upload/compare/v0.4.0...v0.5.0
Files
hydrocode-de/mathislewald-upload-v0.5.0.zip
Files
(19.7 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:3ac8b9f5e0cad40888eb7eef150955e9
|
19.7 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/hydrocode-de/mathislewald-upload/tree/v0.5.0 (URL)