Steve Bennett
Steve Bennett
http://myjson.com/ This could be the free public JSON store we needed!
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...
These errors appear in the server log: ``` { Error: unable to verify the first certificate at TLSSocket.onConnectSecure (_tls_wrap.js:1060:34) at TLSSocket.emit (events.js:182:13) at TLSSocket._finishInit (_tls_wrap.js:639:8) code: 'UNABLE_TO_VERIFY_LEAF_SIGNATURE' } ```
Now that we support JSON5, we should update the example config files etc.
We have a slightly tricky issue in how to request assets: "/public/img/whatever.png" works, regardless of the broken URL being requested. But if the (correct) base URL is not `/`, then...
These two providers in the test.json don't work: ``` { "name": "Topography (GA)", "type": "wfs-getCapabilities", "url": "http://www.ga.gov.au/gis/services/topography/Australian_Topography/MapServer/WFSServer" }, { "name": "Western Australia", "type": "wfs-getCapabilities", "url": "http://www2.landgate.wa.gov.au/ows/wfspublic_4326/wfs" } ```
First - awesome that this exists, thanks :) ``` const poly = { "type": "Feature", "properties": {}, "geometry": { "type": "Polygon", "coordinates": [ [ [ 145.32697677612305, -37.86612784876244 ], [ 145.32704651355743,...
I'm interested to know what it would take to support reading Shapefile's .prj files. I had proposed this at [shp2json](http://github.com/mbostock/shapefile/), but maybe it belongs here. Then one could do: ```...
Currently there is no command line help at all, so one has to visit this page to know what the arguments here. A basic usage output would be helpful. I...
Adds route=road relation.