From 1d49445fc9df68670d2c12cdfbd695f7ce8af885 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Wed, 28 Mar 2018 17:50:58 +0200 Subject: Add default values to +lon_0 and +lat_0 options in ortho docs --- docs/source/operations/projections/ortho.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/operations/projections/ortho.rst b/docs/source/operations/projections/ortho.rst index edb3fa14..1a8da63a 100644 --- a/docs/source/operations/projections/ortho.rst +++ b/docs/source/operations/projections/ortho.rst @@ -17,9 +17,9 @@ around a given latitude and longitude. +---------------------+--------------------------------------------------------+ | **Options** | +---------------------+--------------------------------------------------------+ -| `+lon_0` | Longitudinal projection center | +| `+lon_0` | Longitudinal projection center. Defaults to 0.0. | +---------------------+--------------------------------------------------------+ -| `+lat_0` | Latitudinal projection center | +| `+lat_0` | Latitudinal projection center. Defaults to 0.0. | +---------------------+--------------------------------------------------------+ .. image:: ./images/ortho.png -- cgit v1.2.3