From d4a1ea307207b0d28d4a139c881302198d296d33 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Fri, 28 Sep 2018 16:09:32 +0200 Subject: Remove nmake build system --- docs/source/faq.rst | 3 --- 1 file changed, 3 deletions(-) (limited to 'docs/source/faq.rst') diff --git a/docs/source/faq.rst b/docs/source/faq.rst index a03eae31..a218e1a8 100644 --- a/docs/source/faq.rst +++ b/docs/source/faq.rst @@ -49,9 +49,6 @@ After downloading and unpacking the PROJ source, also download and unpack the set of datum shift files. See :ref:`download` for instructions how to fetch and install these files -On Windows the extra nadshift target must be used. For instance -``nmake /f makefile.vc nadshift`` in the ``proj/src`` directory. - A default build and install on Unix will normally build knowledge of the directory where the grid shift files are installed into the PROJ library (usually ``/usr/local/share/proj``). On Windows the library is normally built -- cgit v1.2.3 From 6c203a4395f30eae4f49230d2e2cb7652006b959 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Tue, 9 Oct 2018 21:04:47 +0200 Subject: Fix typos --- docs/source/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/source/faq.rst') diff --git a/docs/source/faq.rst b/docs/source/faq.rst index a218e1a8..f72ec132 100644 --- a/docs/source/faq.rst +++ b/docs/source/faq.rst @@ -130,7 +130,7 @@ How do I use 3 parameter and 7 parameter datum shifting Datum shifts can be approximated with 3 and 7 parameter transformations. Their use with :program:`cs2cs` is more fully described in the -:ref:`geodetic tranformation` section. +:ref:`geodetic transformation` section. More generically, the :ref:`helmert` can be used with :program:`cct`. -- cgit v1.2.3