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

## Version **3.3.0** of **supertest** was just published. Branch Build failing 🚨 Dependency supertest Current Version 3.2.0 Type devDependency This version is **covered** by your **current version range** and after...

greenkeeper

## Version 10 of Node.js (code name Dubnium) has been released! 🎊 To see what happens to your code in Node.js 10, Greenkeeper has created a branch with the following...

greenkeeper

http://myjson.com/ This could be the free public JSON store we needed!

The returned share URL has a `-` before the ID, and visiting that URL doesn't work. Manually removing the `-` makes the URL work, though.

Currently, terriajs-server treats these as three different domains: ``` "foo", "foo:80", "foo:8000" ``` Is this a good thing? I found it very unintuitive when attempting to add a WMS server...