Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable clipping to viewport when converting coordinates to screen position #2179

Merged
merged 6 commits into from
Jul 21, 2020

Commits on Jul 13, 2020

  1. Add lngLatToScreenPositionClipped

    Enables projecting points to screen positions 'clipped' to the edge of the viewport
    matteblair committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    e6c30c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c65e33c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a21449 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa3ffa7 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. Configuration menu
    Copy the full SHA
    037c334 View commit details
    Browse the repository at this point in the history
  2. Rename 'coordinateIsInViewport' to improve translated Swift method

    Previous name translated as coordinateIs(inViewport:), new name translated as viewportContains(coordinate:)
    matteblair committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    0080627 View commit details
    Browse the repository at this point in the history