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

Catalog converter endpoint #129

Closed soyarsauce closed 4 years ago

soyarsauce commented 4 years ago

Run into a few scenarios already where we need the catalog converter, but (IMO) it's not enough to bundle the entire thing with the frontend:

https://github.com/TerriaJS/terrace/blob/master/lib/Helpers/parseCatalog.ts#L86

https://github.com/TerriaJS/terriajs/issues/4938

https://github.com/TerriaJS/terriajs/issues/4897

soyarsauce commented 4 years ago

Closing in favour of doing this client side - see tjs issue