fastkml icon indicating copy to clipboard operation
fastkml copied to clipboard

Loss of precision when writing geometry with more than 6 decimal places to string

Open prusswan opened this issue 6 years ago • 1 comments

e.g. (103.7940492, 1.4391202) -> 103.794049,1.439120

In geometry.py, _etree_coordinates(self, coordinates) is casting coordinates to %f, reducing the values to 6 decimal places.

prusswan avatar Apr 18 '18 07:04 prusswan

+1 for this, could not find out why my points where not at the intended point on the map.

AranVinkItility avatar Aug 05 '19 12:08 AranVinkItility

+1

MShields1986 avatar Oct 28 '22 17:10 MShields1986

Duplicate of #217

cleder avatar Oct 30 '23 22:10 cleder

Closing this in favour of #217

cleder avatar Nov 02 '23 09:11 cleder