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

Orthographic #1990

Merged
merged 3 commits into from May 31, 2016
Merged

Orthographic #1990

merged 3 commits into from May 31, 2016

Commits on May 31, 2016

  1. BUG #1985: orthographic projection plot is empty

    This is because proj4 sets points that are not visisble to infinity.
    We set those points to 0 and hide them.
    danlipsa committed May 31, 2016
    Copy the full SHA
    9196c2c View commit details
    Browse the repository at this point in the history
  2. Remove code that results in non-deterministic behavior for test_vcs_b…

    …oxfill_mercator
    
    We deal with points set to infinity by setting them to 0 and hidding them.
    See the following commit: BUG: orthographic projection plot is empty
    danlipsa committed May 31, 2016
    Copy the full SHA
    e489972 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    fe17226 View commit details
    Browse the repository at this point in the history