TerriaJS / terriajs-server

NodeJS server for TerriaJS, consisting of a CORS proxy, proj4 CRS lookup service, ogr2ogr conversion service, and express static server.
Other
49 stars 40 forks source link

Replace dependency proj4js-defs #134

Open na9da opened 3 years ago

na9da commented 3 years ago

The /proj4def endpoints uses this dependency which has an unstated license.

Alternatives:

zoran995 commented 3 years ago

Created last night a https://github.com/zoran995/proj4-cli small CLI connects to the PostGIS database and generates the espg.js file the same as in node-proj4js-defs. There is also a generated version of file in it

pjonsson commented 2 months ago

@na9da I think https://github.com/yuletide/node-proj4js-defs/pull/2 solves this issue.