diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-10-11 11:47:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-11 11:47:56 +0200 |
| commit | 249588acd5dddafcd0ae33a0ae6dfc5431dea4bc (patch) | |
| tree | d91329333061f31faf4e6997acddbdbdd535f948 /docs/plot | |
| parent | 5e66226efb1d0900b463e71197a9a271a4180606 (diff) | |
| parent | 0e3debf173bfe9d9dccf337a5c41fe2e1bf1ded3 (diff) | |
| download | PROJ-249588acd5dddafcd0ae33a0ae6dfc5431dea4bc.tar.gz PROJ-249588acd5dddafcd0ae33a0ae6dfc5431dea4bc.zip | |
Merge pull request #1133 from Fil/bertin1953
the Bertin 1953 projection
Diffstat (limited to 'docs/plot')
| -rw-r--r-- | docs/plot/plotdefs.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/plot/plotdefs.json b/docs/plot/plotdefs.json index c494d6a7..9ce9ed88 100644 --- a/docs/plot/plotdefs.json +++ b/docs/plot/plotdefs.json @@ -88,6 +88,18 @@ "type": "poly" }, { + "filename": "bertin1953.png", + "latmax": 90, + "latmin": -90, + "latmin": -60, + "lonmax": 180, + "lonmin": -180, + "name": "bertin1953", + "projstring": "+proj=bertin1953", + "res": "low", + "type": "poly" + }, + { "filename": "bipc.png", "latmax": 90, "latmin": -90, |
