python-postgis
python-postgis copied to clipboard
Z and M elements are truncated to int in Point constructor
When a Point with Z and/or M elements is read from the database, those elements are truncated into integers for no apparent reason. This happens in the Point constructor.
The latest PyPi package contains this issue.