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

Round tap-zoom gestures to nearest integer #8027

Merged
merged 4 commits into from
Feb 13, 2017
Merged

Commits on Feb 11, 2017

  1. Configuration menu
    Copy the full SHA
    7530e0a View commit details
    Browse the repository at this point in the history
  2. [ios] Round tap-zoom gestures to nearest integer

    Round double-tap and two-finger tap zoom gestures to the nearest integer zoom level. This has the benefits for raster tiles, as well as styles with zoom-based functions.
    
    This results in a wider possible zoom range — ~0.5-1.5:
    
    Old: z4.6 → z5.6 (+1.0), z4.4 → z5.4 (+1.0)
    New: z4.6 → z6.0 (+1.4), z4.4 → z5.0 (+0.6)
    friedbunny committed Feb 11, 2017
    Configuration menu
    Copy the full SHA
    3501438 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74b1901 View commit details
    Browse the repository at this point in the history
  4. [macos] Round non-freeform zoom gestures/commands to nearest integer

    Affects:
     - Double-tap gestures
     - Two-finger tap gestures
     - +/- button pushes
     - Shortcut keys
     - Menu items and shortcut keys (in macapp)
    friedbunny committed Feb 11, 2017
    Configuration menu
    Copy the full SHA
    4b227ed View commit details
    Browse the repository at this point in the history