From 5769d0bceef0b72494b87f63b040dafaed5da983 Mon Sep 17 00:00:00 2001 From: Mike Toews Date: Tue, 6 Mar 2018 12:18:18 +1300 Subject: fix a few typos (again) --- docs/source/operations/transformations/vgridshift.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/source/operations/transformations/vgridshift.rst') diff --git a/docs/source/operations/transformations/vgridshift.rst b/docs/source/operations/transformations/vgridshift.rst index e9f78310..c583b273 100644 --- a/docs/source/operations/transformations/vgridshift.rst +++ b/docs/source/operations/transformations/vgridshift.rst @@ -26,14 +26,14 @@ reference from the ellipsoid to the global geoid model, EGM96:: More than one grid can be loaded at the same time, for instance in the case where a better geoid model than the global is available for a certain area. Here the -gridshift is set up so that the local DVR90 geoid model takes presedence over +gridshift is set up so that the local DVR90 geoid model takes precedence over the global model:: +vgridshift +grids=@dvr90.gtx,egm96_16.gtx The ``@`` in the above example states that the grid is optional, in case the grid is not found in the PROJ search path. The list of grids is prioritized so that -grids in the start of the list takes presedence over the grids in the back of the +grids in the start of the list takes precedence over the grids in the back of the list. PROJ supports the GTX file format for vertical grid corrections. Details -- cgit v1.2.3