Open alexandis opened 8 months ago
Hi @alexandis. Why would you need so much precision ? Are those coordinates expressed in Lat/Lon ? If so, please read this : https://gis.stackexchange.com/a/8674. Changing to decimal is a big breaking change, and should be considered only if it is really helpful.
Hi. If you take a look at the example of GeoJSON file, you can see that the coordinate may have up to 16 decimals. When I deserialize the data from such file using
FeatureCollection
- I loose 2 decimals in coordinates... I think you should store coordinates as aDecimal
type instead.