diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-02-24 14:03:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-24 14:03:44 +0100 |
| commit | 49280e58edc3100359ac184d91fcea98d58fe2f7 (patch) | |
| tree | 9405d74c7a88c66039affba07c5fec156bc873d9 /docs/plot | |
| parent | 140c64713b451db3456287e338e1ce297a52d047 (diff) | |
| parent | 55cbf65df79dfa2616aeb337aafcc95afa73273a (diff) | |
| download | PROJ-49280e58edc3100359ac184d91fcea98d58fe2f7.tar.gz PROJ-49280e58edc3100359ac184d91fcea98d58fe2f7.zip | |
Merge pull request #1285 from rouault/doc_patterson
Doc: add minimal documentation for patterson, compact miller, misrsom, natearth2, sch and times projections
Diffstat (limited to 'docs/plot')
| -rw-r--r-- | docs/plot/plotdefs.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/plot/plotdefs.json b/docs/plot/plotdefs.json index daaf2ef8..8d763f0c 100644 --- a/docs/plot/plotdefs.json +++ b/docs/plot/plotdefs.json @@ -1233,6 +1233,17 @@ "type": "line" }, { + "filename": "times.png", + "latmax": 90, + "latmin": -90, + "lonmax": 180, + "lonmin": -180, + "name": "times", + "projstring": "+proj=times", + "res": "low", + "type": "poly" + }, + { "filename": "tissot.png", "latmax": 90, "latmin": -90, |
