- Notifications
You must be signed in to change notification settings - Fork514
Open
Description
Hello,
I have postgres database with postgis extension and I have a column ofgeometry(polygon, 4326)
. Usingwith-geo-types-0_7
feature. However thegeo_types::Polygon
does not implementToSql
andFromSql
traits.
As I see onlyPoint
,Rect
andLineString
are implemented inpostgres-types
.
What is the proper way to handle polygon geometry encoding/decoding in statements and results?
Metadata
Metadata
Assignees
Labels
No labels