terriajs-server icon indicating copy to clipboard operation
terriajs-server copied to clipboard

NodeJS server for TerriaJS, consisting of a CORS proxy, proj4 CRS lookup service, ogr2ogr conversion service, and express static server.

Results 35 terriajs-server issues
Sort by recently updated
recently updated
newest added

To manage the lifecycle of sharelink JSON object better in some deployments infrastructure engineers may choose to delete objects after a certain number of days. Users aiming to have long...

This drops support for Node.js v

There are already similar tests a few lines up, so change these to the routing on option.

Update yargs to the same version that is used in the TerriaMap repository, and set the `duplicate-arguments-array` option to false instead of doing it manually.

Hi - can someone please help me with this very newbie matter? I've set up a static website and am getting this message on startup - "Terrain Server Not Responding...

`express-brute` is now 8 years old, the version of its `underscore` dependency has a [critical security warning](https://security.snyk.io/vuln/SNYK-JS-UNDERSCORE-1080984). For now, we have put in place [yarn resolution](https://github.com/TerriaJS/terriajs-server/blob/03c15ca8e9c137c12f8b8068108b468be6d661ae/package.json#L10) rules to force a...

This replaces express-brute with rate-limiter-flexible, which removes the dependency on the vulnerable underscore version, and does not have a rate limit bypass vulnerability.