From 3a176a3255e2270b8b500d2fb229f723a0227ee6 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sat, 5 Mar 2022 01:03:47 +0000 Subject: [PATCH] How to make essentials.gpx --- handbook/essentials.html | 8 ++++- handbook/troggle/make-essentialsREADME.txt | 35 ++++++++++++++++++++++ handbook/troggle/scriptscurrent.html | 3 ++ 3 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 handbook/troggle/make-essentialsREADME.txt diff --git a/handbook/essentials.html b/handbook/essentials.html index b1b2dd17b..8fcf3787e 100644 --- a/handbook/essentials.html +++ b/handbook/essentials.html @@ -138,7 +138,13 @@ by the script which has been hand-edited in. It also has the kataster boundaries can be downloaded from here : essentials.gpx (190K). (This is a symlink to loser/gpx/essentials.gpx). This works fine on laptops but most phones don't like this sort of link. - +

Regenerating the essentials.gpx file

+

There are two scripts needed for this: +make_essentials.sh and +make_svx.sh +both of which are stored in the :loser: repository in :loser:/gpx/ . +

Read the README file in that directory. +

They are documented in the long list of Other scripts.