The CRG standard supports road data to be written as double precision values to a CRG file.
The two data types which indicate the data section to be of type double are:
This increased precision is practically unused because after reading the road data from file it is cast
to the single precision floating point type.
There is one exception. The C-API stores the refline angle phi as double precision floats.
Solution: Properly implement support for road data of double precision floating point type.
This would very likely result in a big overhaul of the API implementations.
Therefore fixing this issue should have a lower priority
The CRG standard supports road data to be written as double precision values to a CRG file.
The two data types which indicate the data section to be of type double are:
This increased precision is practically unused because after reading the road data from file it is cast
to the single precision floating point type.
There is one exception. The C-API stores the refline angle phi as double precision floats.
Solution: Properly implement support for road data of double precision floating point type.
This would very likely result in a big overhaul of the API implementations.
Therefore fixing this issue should have a lower priority