-
Notifications
You must be signed in to change notification settings - Fork 52
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
Generic geometry object #107
Comments
Hi @SnakeO, currently it's not supported. Making it work requires some changes and reactors, and I don't have time to invest in that at the moment. I'll be happy to accept PRs and help. |
This worked for me: I created a
And the custom
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a column that can be either a
Point
or aPolygon
, so this column has the genericgeometry
type. But I'm getting an error when I cast it.The text was updated successfully, but these errors were encountered: