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

CP changes to release-boba #11989

Merged
merged 6 commits into from
May 23, 2018
Merged

CP changes to release-boba #11989

merged 6 commits into from
May 23, 2018

Commits on May 23, 2018

  1. [android] - change MapView#initialize modifier to allow subclasses to…

    … override this method to provide alternate configurations to MapboxMapOptions
    
    (cherry picked from commit cce72e2)
    tobrun authored and LukasPaczos committed May 23, 2018
    Configuration menu
    Copy the full SHA
    d20c59f View commit details
    Browse the repository at this point in the history
  2. [android] - bump telemetry to v3.1.2

    (cherry picked from commit acd8bb3)
    tobrun authored and LukasPaczos committed May 23, 2018
    Configuration menu
    Copy the full SHA
    3ef1f5f View commit details
    Browse the repository at this point in the history
  3. [core] fix querying circles across tile boundaries

    (cherry picked from commit f7d20a5)
    ChrisLoer authored and LukasPaczos committed May 23, 2018
    Configuration menu
    Copy the full SHA
    d002e74 View commit details
    Browse the repository at this point in the history
  4. [core] fix circle querying for scale and alignment

    This fixes circle querying for cases where either
        circle-pitch-alignment=map
    or
        circle-pitch-scaling=viewport
    
    (cherry picked from commit f86fe44)
    ChrisLoer authored and LukasPaczos committed May 23, 2018
    Configuration menu
    Copy the full SHA
    9616c40 View commit details
    Browse the repository at this point in the history
  5. [core] only index features within tile boundaries

    Previously we relied on tile buffers for querying features who's
    rendered representations cross tile boundaries. Now we query multiple
    tiles making it unnecessary to index features that are completely
    outside a tile's boundaries.
    
    (cherry picked from commit 0ca53ea)
    ansis authored and LukasPaczos committed May 23, 2018
    Configuration menu
    Copy the full SHA
    90f6c53 View commit details
    Browse the repository at this point in the history
  6. [core] Remove circle-pitch-scale test ignores.

    (cherry picked from commit 1a39d7d)
    ChrisLoer authored and LukasPaczos committed May 23, 2018
    Configuration menu
    Copy the full SHA
    9357a59 View commit details
    Browse the repository at this point in the history