Skip to content
Commit 915f67f0 authored by Volker Krause's avatar Volker Krause Committed by Torsten Rahn
Browse files

Fix precision loss when passing coordinates to the clipper library

This intends to convert coordinates to 100 nanodegree integer values
(the OSM base resolution), however it misses the fact that the input
is provided in radians, not degrees. This means that we are effectively
reducing the resolution by about 60x. This is enough to introduce visual
glitches up to completely destroying sub-meter structures.
parent ff3ce917
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment