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

Geometry types broken (becomes a Bytes instance) in CallProcedure #107

Open
kevinresol opened this issue May 12, 2020 · 2 comments
Open

Comments

@kevinresol
Copy link
Member

Basically because typeCast now passes GEOMETRY as raw bytes,

case v: v.hxToBytes();

and CallProcedure carries no runtime type info. So when it arrives ResultParser, the Bytes will be passed through as is:

kevinresol added a commit that referenced this issue May 12, 2020
@kevinresol
Copy link
Member Author

Pushed a bandaid fix. It sucks. But I need it quick for now. Sorry about that.

@kevinresol
Copy link
Member Author

Btw I guess we can move parseGeometryValue into the geojson library

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