Skip to content
  • Volker Krause's avatar
    Fix precision loss when passing coordinates to the clipper library · 915f67f0
    Volker Krause authored and Torsten Rahn's avatar Torsten Rahn committed
    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.
    915f67f0