diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-02-24 14:06:27 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2019-02-24 14:06:27 +0100 |
| commit | 75a54f4f6c81ef6779378d00fd4dd6e9452e0da9 (patch) | |
| tree | 9405d74c7a88c66039affba07c5fec156bc873d9 /docs/plot | |
| parent | 135612cf9051bae0010d63a83655751a871cead6 (diff) | |
| parent | 49280e58edc3100359ac184d91fcea98d58fe2f7 (diff) | |
| download | PROJ-75a54f4f6c81ef6779378d00fd4dd6e9452e0da9.tar.gz PROJ-75a54f4f6c81ef6779378d00fd4dd6e9452e0da9.zip | |
Merge remote-tracking branch 'osgeo/master' into 6.0
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, |
