python-postgis icon indicating copy to clipboard operation
python-postgis copied to clipboard

Z and M elements are truncated to int in Point constructor

Open bjorkegeek opened this issue 6 years ago • 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.

bjorkegeek avatar Aug 12 '19 15:08 bjorkegeek

The latest PyPi package contains this issue.

KernelA avatar May 06 '22 22:05 KernelA