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

[core] Fix shape annotations disappearing after maxZoom-1 #5418

Merged
merged 3 commits into from
Jun 28, 2016

Commits on Jun 28, 2016

  1. Configuration menu
    Copy the full SHA
    e1be2c4 View commit details
    Browse the repository at this point in the history
  2. [core] Use the right types for zoom scale logic

    32 bit integers should be enough for zoom scale logic. In shape
    annotation logic, 'maxAmountOfTileFeatures' requires 64 bits because we
    are multiplying the zoom scale with the extent, which might give a
    number higher than std::numeric_limits<uint32_t>::max().
    brunoabinader committed Jun 28, 2016
    Configuration menu
    Copy the full SHA
    1d46e83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33a8856 View commit details
    Browse the repository at this point in the history