felt / geo

A collection of GIS functions for Elixir
MIT License
630 stars 88 forks source link

Add box2d type #160

Open D4no0 opened 3 years ago

D4no0 commented 3 years ago

I am trying to do a select st_envelope(...)::box2d and I get the error:

* (Postgrex.QueryError) type `box2d` can not be handled by the types module Test.PostgresTypes
bryanjos commented 3 years ago

We don't have any support for box2d yet. I just did a quick search on trying to figure out how what the specs are for it but haven't found anything yet. But yes, support should be added