-
Notifications
You must be signed in to change notification settings - Fork 361
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make stricter checks on central longitude (#7295)
There are a few cases where GMT was inconsistent and wrong - we will label these as bugs: 1. When the user specified a specific central longitude, it is to be respected, and for a global map the w/e borders are set at 180 distance from that longitude. 2. If not a global map then if the distance from the specified central meridian to either border exceeds 180 then we yield a map region error. 3. If no central meridian is set then it continues to default to the mid longitude.
- Loading branch information
1 parent
b50845a
commit 12a6faa
Showing
2 changed files
with
58 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters