You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if Default was implemented for Point. Without it migration from geo_types is that much harder. Moreover, we can't use crates like derive-builder which require Default.
The obvious choice for postgis::ewkb::Point is (0,0) with an SRID of None
The text was updated successfully, but these errors were encountered:
It would be nice if
Default
was implemented forPoint
. Without it migration fromgeo_types
is that much harder. Moreover, we can't use crates likederive-builder
which require Default.The obvious choice for
postgis::ewkb::Point
is(0,0)
with an SRID ofNone
The text was updated successfully, but these errors were encountered: