tilery/python-postgis

Z and M elements are truncated to int in Point constructor

bjorkegeek opened this issue · 1 comments

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.