svx *ref validity checking stuff now working fine

This commit is contained in:
2020-04-06 16:58:30 +01:00
parent 6e13bfb379
commit 66d6599499
3 changed files with 10 additions and 1 deletions

View File

@@ -16,6 +16,12 @@
<h3>Wallets and Surveyscans</h3>
<p>Run dos2unix to convert any uploaded Windows text files to the format expected by our software. e.g.
<pre><code>cd expofiles/surveyscans
find . -not -type d -exec file "{}" ";" | grep CRLF >crlf.txt
`awk -F: '// {print "dos2unix \"" $1 "\""}' crlf.txt`
</code></pre>
<p>Also a good idea to run on all of expofiles once every few years as many GPX
<h3>Tunnel files (Drawings)</h3>