Fix limits/threshold of projections with non-default Globe
Rationale
Some limits and thresholds are hard-coded, but this causes incorrect projections when the Globe radius is much smaller than the default. Either the map is tiny in very large limits, or lines are not projected correctly.
Implications
TransverseMercator is no longer tiny when using a small Globe radius; other projections do not cut projected lines randomly.
Code changes look good in general. Looks like this broke the test_grid_labels test in test_gridliner.py, and angered Travis by trying to generate some HTML with the result image base64-encoded.
Weird, I thought I saw that failure before making this change and thought it was unrelated, but I guess not.
The test failure is because the AzimuthalEquidistant is now missing a whole bunch of lines. I rebased hoping that your 1000-point PR would have fixed it, but it appears not.

Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.