Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: OpenMap-java/openmap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 522cc4f
Choose a base ref
...
head repository: OpenMap-java/openmap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 825b3bb
Choose a head ref
  • 3 commits
  • 7 files changed
  • 1 contributor

Commits on Dec 9, 2016

  1. Updating version numbers for 5.1.16b branch

    Don Dietrick
    Don Dietrick committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    9d1e62d View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2016

  1. build.xml fixes. Updating java version numbers, typos, cleaup. Minimi…

    …zing contents of release package
    Don Dietrick
    Don Dietrick committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    52c8d27 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2017

  1. Fix for Rhumb OMGraphics being all wonky and wrong under non-Mercator…

    … projections.
    
    The internal Mercator projection used for Rhumb line projections for non-Mercator projections wasn’t getting updated when the scale changed, and in general, that value was too big anyway. GeoProj projections now update that scale value for the internal projection, but won’t let it get bigger than 1000000.
    Don Dietrick
    Don Dietrick committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    825b3bb View commit details
    Browse the repository at this point in the history
Loading