diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-02-23 15:41:34 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-02-23 15:41:34 +0100 |
| commit | 25564ae152bfe06e765a49a7d5666645037ad0a5 (patch) | |
| tree | f0db7f75137c1362ef3650d50b4643e7d8ac2132 /docs/plot | |
| parent | d775b0b07bf8b7f3c78ec259238265d15abac224 (diff) | |
| download | PROJ-25564ae152bfe06e765a49a7d5666645037ad0a5.tar.gz PROJ-25564ae152bfe06e765a49a7d5666645037ad0a5.zip | |
Doc: add minimal doumentation for times projection
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, |
