From 25564ae152bfe06e765a49a7d5666645037ad0a5 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sat, 23 Feb 2019 15:41:34 +0100 Subject: Doc: add minimal doumentation for times projection --- docs/plot/plotdefs.json | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'docs/plot') 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 @@ -1232,6 +1232,17 @@ "res": "low", "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, -- cgit v1.2.3