Calvin Metcalf

Results 230 comments of Calvin Metcalf

pull requests accepted

part 1 is done

~~The security issue is in Webpack 3, as rollup which we use to build this, and browserify before that don't include the path information~~ I thought we took some steps...

try building with the `--optimize-minimize` flag

the issue is that the json loader doesn't support scope hosting, so I opened a pull to try to fix that

you can also try pointing to a prebuild version of proj4, e.g. 'proj4/dist/proj4-src.js'

for datum transforms the proj string is significantly more accurate as the wkt doesn't always use the towgs84

It is usuable in a browser, amd environment,or node flavored commonjs environment. Don't know enough about qml to know why it would or wouldn't work though that might be more...

that is an issue with [browserify](https://github.com/substack/node-browserify) (specifically with [umd](https://github.com/ForbesLindesay/umd))

I think realistically the only option is for the client to supply the grid, either as a parsed JSON object or an array buffer, local file system is (for all...