diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2020-04-15 19:19:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-15 19:19:32 +0200 |
| commit | c91966953d9ad327cbb3b9d80842cc0d3957df42 (patch) | |
| tree | d1cd2265b8d397f397f1ebc113322373b229f2a5 /docs/plot/plotdefs.json | |
| parent | fd17c604bfae458baa98cd1b0c9be0192229f06b (diff) | |
| parent | e4bf822158aa5193022e8392f0eddd6510653bfa (diff) | |
| download | PROJ-c91966953d9ad327cbb3b9d80842cc0d3957df42.tar.gz PROJ-c91966953d9ad327cbb3b9d80842cc0d3957df42.zip | |
Merge pull request #2148 from kbevers/add_adams_projections
Add square conformal projections from libproject
Diffstat (limited to 'docs/plot/plotdefs.json')
| -rw-r--r-- | docs/plot/plotdefs.json | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/docs/plot/plotdefs.json b/docs/plot/plotdefs.json index bb0ebbe7..9a2f4836 100644 --- a/docs/plot/plotdefs.json +++ b/docs/plot/plotdefs.json @@ -1,5 +1,41 @@ [ { + "filename": "adams_hemi.png", + "latmax": 90, + "latmin": -90, + "lonmax": 180, + "lonmin": -180, + "name": "adams_hemi", + "projstring": "+proj=adams_hemi", + "res": "low", + "type": "poly" + + }, + { + "filename": "adams_ws1.png", + "latmax": 90, + "latmin": -90, + "lonmax": 180, + "lonmin": -180, + "name": "adams_ws1", + "projstring": "+proj=adams_ws1", + "res": "low", + "type": "poly" + + }, + { + "filename": "adams_ws2.png", + "latmax": 90, + "latmin": -90, + "lonmax": 180, + "lonmin": -180, + "name": "adams_ws2", + "projstring": "+proj=adams_ws2", + "res": "low", + "type": "poly" + + }, + { "filename": "aea.png", "latmax": 90, "latmin": -90, @@ -475,6 +511,17 @@ "type": "poly" }, { + "filename": "guyou.png", + "latmax": 90, + "latmin": -90, + "lonmax": 180, + "lonmin": -180, + "name": "guyou", + "projstring": "+proj=guyou", + "res": "low", + "type": "poly" + }, + { "filename": "hammer.png", "latmax": 90, "latmin": -90, @@ -993,6 +1040,17 @@ "type": "poly" }, { + "filename": "peirce_q.png", + "latmax": 90, + "latmin": -90, + "lonmax": 180, + "lonmin": -180, + "name": "peirce_q", + "projstring": "+proj=peirce_q", + "res": "low", + "type": "poly" + }, + { "filename": "poly.png", "latmax": 90, "latmin": -90, |
