Andreas Hocevar
Andreas Hocevar
proj4js is not much related to proj4. It was originally ported to JavaScript from proj4 a long time ago, and since then it has a completely separate code base and...
This project was spun off from proj4, but has since been developed completely separately. Why? Simply because that's the way things went.
I do not think this is needed any more. If you have a custom transform, you can use it without proj4. What is your use case @Feofilakt ?
Unfortunately that's not possible. Datum transforms with grids, grid shifts and lat/lon difference files are not supported.
Currently only WKT v1 is supported.
That said, I think adding support for PROJJSON directly might be easier than adding WKT v2 support to `wktparser`.
I think support for PROJJSON would make sense and be great, and it could be achieved by creating a library (e.g. `projjson-parser` that creates the same objects as `wkt-parser`. Connecting...
This is something that could be fixed in https://github.com/proj4js/wkt-parser. Would you be able to provide a pull request?
Would you be able to provide a pull request with a fix (and ideally a test case)?
This is a version 2 WKT, which `wkt-parser` does not support. You need to obtain a version 1 WKT. I'm sure you can configure QGIS to provide that.