Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reimplement WKT and GeoJSON reader/writer to support Z #408

Closed
bjornharrtell opened this issue Jul 17, 2020 · 0 comments
Closed

Reimplement WKT and GeoJSON reader/writer to support Z #408

bjornharrtell opened this issue Jul 17, 2020 · 0 comments

Comments

@bjornharrtell
Copy link
Owner

The existing implementation is adapted from OpenLayers 2 and only supports 2D.

Current OpenLayers has better written and more full featured parsers:

I've investigated transpiling parsers from JTS but it seems more difficult as they depend on enums and built in Java classes that is not needed elsewhere in JTS. I also think transpiled code will be less efficient than adapted code from OpenLayers.

@bjornharrtell bjornharrtell changed the title Reimplement WKT and GeoJSON reader/writer Reimplement WKT and GeoJSON reader/writer to support Z Jul 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant