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

Geo: improve handling of out of bounds points in linestrings #47939

Merged
merged 4 commits into from
Oct 23, 2019

Commits on Oct 11, 2019

  1. Geo: improve handling of out of bounds points in linestrings

    Brings handling of out of bounds points in linestrings in line with
    points. Now points with latitude above 90 and below -90 are handled
    the same way as for points by adjusting the longitude by moving it by
    180 degrees.
    
    Relates to elastic#43916
    imotov committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    dcdfa08 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. Configuration menu
    Copy the full SHA
    c13de3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9461ff5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    255d950 View commit details
    Browse the repository at this point in the history