Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Fix line label rendering glitch for overzoomed tiles #9865

Merged
merged 2 commits into from
Aug 25, 2017
Merged

Commits on Aug 25, 2017

  1. [core] Add optional type template parameter to util::unit, so that it…

    … doesn't always pick up the default type of 'double' from util::mag.
    ChrisLoer committed Aug 25, 2017
    Configuration menu
    Copy the full SHA
    e79162f View commit details
    Browse the repository at this point in the history
  2. [core] Fix issue #9843 (overzoomed line label rendering glitch).

    Ports fix for GL JS issue #5112.
    Line label projection can't be based on tile geometry that's behind the plane of the camera.
    The relevant tests are still ignored because the overzoomed collision behavior is different between native and JS.
    ChrisLoer committed Aug 25, 2017
    Configuration menu
    Copy the full SHA
    f71ccb6 View commit details
    Browse the repository at this point in the history